summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix Doxygen @param command attribute syntax.Diego Biurrun2010-07-178-102/+102
* Add color source.Stefano Sabatini2010-07-175-2/+168
* avidec : Free packet if dv_produce_packet fails.Jai Menon2010-07-171-0/+2
* aviobuf: Do short seeks forward by reading and skipping data instead of a pro...Martin Storsjö2010-07-171-1/+10
* avidec : Free codec context before initializing the chained DV demuxer.Jai Menon2010-07-171-0/+1
* Bump minor and add APIchanges entry for url_fskip return value change.Martin Storsjö2010-07-162-1/+4
* url_fskip: Return an error code if the url_fseek failedMartin Storsjö2010-07-162-3/+5
* In ogg muxer, free dyn allocated buffer, fix memleakBaptiste Coudurier2010-07-161-0/+1
* Attempt to fix x86-64 testsuite on fate.Ronald S. Bultje2010-07-161-1/+1
* 10l: Add a missing const.Alex Converse2010-07-161-1/+1
* aacenc: Template quantize_and_encode_band_cost().Alex Converse2010-07-161-10/+60
* Remove duplicate define.Ronald S. Bultje2010-07-161-1/+0
* Revert 24270, it contained some stuff that shouldn't have been in there.Ronald S. Bultje2010-07-161-1/+2
* Remove duplicate define.Ronald S. Bultje2010-07-161-2/+1
* Give x86 r%d registers names, this will simplify implementation of the chromaRonald S. Bultje2010-07-161-58/+81
* Change return statement, the REP_RET is a mistake since the else case (x86-64,Ronald S. Bultje2010-07-161-3/+1
* In planarCopyWrapper, Only copy length, not stride of the last line in the planeMartin Storsjö2010-07-161-3/+5
* Make Intel Music Coder output SAMPLE_FMT_FLTVitor Sessak2010-07-161-7/+6
* http: Log a warning when receiving an error codeMartin Storsjö2010-07-161-3/+7
* Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö2010-07-163-2/+3
* Use designated initialisers for pcm codec structPeter Ross2010-07-161-20/+16
* fate: update vc1 referenceMåns Rullgård2010-07-161-15/+15
* Vorbis regtestsVitor Sessak2010-07-161-0/+95
* Fix dependencies for msmpeg4v3 regression testMåns Rullgård2010-07-161-1/+1
* Revert r24258:Vitor Sessak2010-07-162-53/+0
* Nit: fix alphabetical orderVitor Sessak2010-07-161-1/+1
* Add msmpeg4v1 regtestVitor Sessak2010-07-162-0/+53
* Add MS-GSM regtestVitor Sessak2010-07-162-0/+92
* ATRAC3 regtestsVitor Sessak2010-07-161-0/+15
* Add ATRAC1 regtestVitor Sessak2010-07-161-0/+5
* Add EAC3 regtestsVitor Sessak2010-07-161-0/+20
* Add AC3 regtestsVitor Sessak2010-07-161-0/+10
* vp8: Save mb border needed for intra prediction so that loop filter can runDavid Conrad2010-07-161-16/+72
* vp8: Check for malloc failureDavid Conrad2010-07-161-0/+3
* VP8 H/V inner loopfilter MMX/MMXEXT/SSE2 optimizations.Ronald S. Bultje2010-07-154-15/+488
* ARM: NEON H264 chroma loop filter 3 cycles fasterMåns Rullgård2010-07-151-5/+5
* grep Changelog entry from unified diffsRafaël Carré2010-07-151-1/+1
* FFmpeg : Close input file and free any related memory ifJai Menon2010-07-151-0/+1
* remove redundant text and whitespaces from iff demuxer av_log() statementsPeter Ross2010-07-151-3/+3
* Fix obviously missing dependency of float DCT.Vitor Sessak2010-07-151-0/+1
* Update maintainers list according to renames made in rev 21284 and 22109Martin Storsjö2010-07-151-2/+2
* ARM: remove two insns from NEON chroma loop filterMåns Rullgård2010-07-151-3/+1
* In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipeBaptiste Coudurier2010-07-141-21/+35
* Restore mistakenly removed [in]/[out] Doxygen parameter attributes.Diego Biurrun2010-07-143-7/+7
* Add myself as mmst maintainer.Ronald S. Bultje2010-07-141-0/+1
* matroskaenc: write DisplayUnit element to better match the specAurelien Jacobs2010-07-141-0/+1
* Pass the composition and ancillary ID for DVB subtitles via extradata insteadReimar Döffinger2010-07-142-7/+21
* Remove incomplete Doxygen for static decode_frame functions.Thilo Borgmann2010-07-143-27/+0
* Add a depacketizer for QDM2Josh Allmann2010-07-145-0/+352
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-141-1/+1