summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* allow user to specify muxrateBaptiste Coudurier2009-01-14
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-14
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-14
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Fix mpeg audio regression test failureMåns Rullgård2009-01-14
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-14
* Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-14
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Remove pointless #if around header #includes.Diego Biurrun2009-01-14
* Fix compilation.Carl Eugen Hoyos2009-01-14
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-13
* Document the ld, st, while statements.Víctor Paesa2009-01-13
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-13
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-13
* Add presets for Apple iPod constraintsRobert Swain2009-01-13
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-13
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-13
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-13
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-13
* add SLMJ fourcc to mjpegBen Littler2009-01-13
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-13
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-13
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-13
* Cinepak strip ID is a single byteKostya Shishkov2009-01-13
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-13
* configure: add Alpha CPU typesMåns Rullgård2009-01-13
* fix version protectionAurelien Jacobs2009-01-13
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-12
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-12
* ARM: clean up pc-relative references in simple_idct_armv6.SMåns Rullgård2009-01-12
* ARM: use rX register names in simple_idct_armv6.SMåns Rullgård2009-01-12
* Reindent after the last commit, while at it also add some spaces forStefano Sabatini2009-01-12
* Make avfilter_open() set to NULL the pads and the filters when theStefano Sabatini2009-01-12
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-12
* configure: fix PIC activation for x86_64 shared libsMåns Rullgård2009-01-11
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-11
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11