summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reindent after last commitLuca Abeni2009-01-153-3/+3
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-155-34/+36
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-154-18/+74
* use delay for subs and dirac tooBaptiste Coudurier2009-01-151-4/+10
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-151-0/+21
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-151-1/+5
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-141-1/+1
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-143-35/+52
* allow user to specify muxrateBaptiste Coudurier2009-01-141-1/+4
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-141-2/+2
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-141-0/+2
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-141-27/+27
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-142-4/+4
* use delay to avoid negative dtsBaptiste Coudurier2009-01-142-3/+4
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-142-4/+30
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-142-5/+3
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-141-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-1429-194/+192
* Fix mpeg audio regression test failureMåns Rullgård2009-01-141-0/+3
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-142-3/+3
* Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-141-4/+0
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-141-26/+34
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-141-0/+1
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-146-29/+3
* Remove pointless #if around header #includes.Diego Biurrun2009-01-141-6/+0
* Fix compilation.Carl Eugen Hoyos2009-01-141-1/+1
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-142-136/+18
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-148-186/+195
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13154-749/+757
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-131-2/+3
* Document the ld, st, while statements.Víctor Paesa2009-01-131-0/+3
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-131-1/+2
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-131-2/+8
* Add presets for Apple iPod constraintsRobert Swain2009-01-132-0/+9
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-132-0/+4
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-131-6/+0
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-131-0/+3
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-134-1/+19
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-131-0/+1
* add SLMJ fourcc to mjpegBen Littler2009-01-131-0/+1
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-131-2/+2
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-131-0/+1
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-131-8/+16
* Cinepak strip ID is a single byteKostya Shishkov2009-01-131-1/+1
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-131-21/+21
* configure: add Alpha CPU typesMåns Rullgård2009-01-131-0/+3
* fix version protectionAurelien Jacobs2009-01-131-2/+3
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-133-0/+3
* ARM: use push/pop pseudo-instructions in simple_idct_armv6.SMåns Rullgård2009-01-121-20/+20
* ARM: simple_idct_armv6.S whitespace cosmeticsMåns Rullgård2009-01-121-27/+27
OpenPOWER on IntegriCloud