summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-16
* 10l, fix prototypeBaptiste Coudurier2009-01-16
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-16
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-16
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-16
* add -Wundef compiler flag, to catch typo in #if or similar situationsAurelien Jacobs2009-01-16
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-16
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-15
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15
* Reindent after last commitLuca Abeni2009-01-15
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
* 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