summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB decoderReimar Döffinger2009-06-19
* Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,Stefano Sabatini2009-06-18
* Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI f...Jason Garrett-Glaser2009-06-18
* G.729 decoding routine (skeleton, including parameters decoding).Vladimir Voroshilov2009-06-18
* Print why av_find_stream_info() failed, this is a rather common questionMichael Niedermayer2009-06-18
* ARM: slightly faster NEON H264 horizontal loop filterMåns Rullgård2009-06-17
* Set restrictions on packet_size, as per ISO-11172 / H-222 specificationsRonald S. Bultje2009-06-17
* Do not call rgb2rgbWrapper() for rgb48*, there is no special converterVitor Sessak2009-06-17
* Remove a test on an always false condition.Benoit Fouet2009-06-17
* VC-1/WMV: Remove redundant ff_init_block_index() calls.Jason Garrett-Glaser2009-06-17
* Add '.mp1' for MP1 audio in MOV/CAF.Alexander Strange2009-06-17
* Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file.Jason Garrett-Glaser2009-06-16
* Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) aboutArt Clarke2009-06-16
* Move opt_loglevel() from ffmpeg.c to cmdutils.c.Stefano Sabatini2009-06-16
* Make ffmpeg able to set the loglevel option using stringsRamiro Polla2009-06-16
* H.264: Fix memory leaks with multithreading.Alexander Strange2009-06-16
* SSE version of clear_blocksJason Garrett-Glaser2009-06-16
* VC-1/WMV3 decoding: don't clear blocks unless they're actually used.Jason Garrett-Glaser2009-06-16
* idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.Jason Garrett-Glaser2009-06-16
* Fix typo in vc1.c, make capitalization in warning/error messages more consist...Jason Garrett-Glaser2009-06-16
* Add "config" make target to rerun configure with old optionsMåns Rullgård2009-06-15
* configure: properly quote configure options stored in config.*Måns Rullgård2009-06-15
* Fix unaligned accesses by doing bytewise access until aligned, thenRamiro Polla2009-06-15
* The AAC demuxer now depends on id3v1.o.Patrick Dehne2009-06-15
* check atom size against edit_count to avoid very long loopBaptiste Coudurier2009-06-15
* fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier2009-06-15
* do not use av_parser_change for h264 which uses bitstream filter, fix #1027Baptiste Coudurier2009-06-14
* regtest: print commands also for image format testsMåns Rullgård2009-06-14
* Print error message when output buffer allocation failsMåns Rullgård2009-06-14
* print error when dv frame profile cannot be foundBaptiste Coudurier2009-06-14
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-14
* Merge FreeBSD and DragonFlyBSD OS detection sections.Diego Biurrun2009-06-14
* Add DragonFlyBSD to the list of supported OSes.Adam Hoka2009-06-14
* Initialise MAD decode_block_intra() loop iterator to zero.Peter Ross2009-06-14
* G.729 decoder initialization routine (skeleton)Vladimir Voroshilov2009-06-14
* Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,Vladimir Voroshilov2009-06-14
* Add a VorbisComment metadata conversion table and use it in the FLAC andJustin Ruggles2009-06-13
* Do not guess the channel layout when getting its string value.Justin Ruggles2009-06-13
* matroskadec: prepend TargetType to metadata key nameAurelien Jacobs2009-06-13
* Remove the 3-front-channel layout from the list of channel layoutJustin Ruggles2009-06-13
* Correct reading bits in MPC SV8 base codes (when we have to read 0 or >16 bits).Kostya Shishkov2009-06-13
* Allocate a bit more memory for MPC SV8 seek table, so bitreader won't readKostya Shishkov2009-06-13
* Analysis of logs show that there are in fact some files with m1v1 too (not ju...Jason Garrett-Glaser2009-06-13
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-13
* Electronic Arts Madcow decoderPeter Ross2009-06-13
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
* Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a proble...Jason Garrett-Glaser2009-06-13
* Cosmetics: Re-indent after last commitAlex Converse2009-06-12
* Move TNS and swb_offset tables from aacdectab.h to aactab.c so that they can beAlex Converse2009-06-12
* Do not include libavcodec/internal.h in the ADTS muxer.Alex Converse2009-06-12