summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* move NULL_IF_CONFIG_SMALL() definition into internal headerAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move timer related code in a new timer.h fileAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after last commitLuca Abeni2009-01-15
| | | | Originally committed as revision 16617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-15
| | | | Originally committed as revision 16616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-15
| | | | | | Patch by Alex Converse ( alex converse gmail com ) Originally committed as revision 16615 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay for subs and dirac tooBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add aud nal unit if not present in h264 bitstreamBaptiste Coudurier2009-01-15
| | | | Originally committed as revision 16613 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs2009-01-15
| | | | Originally committed as revision 16612 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consider other codecs packets contain only one access unit, not just audioBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* calculate pat, pmt and sdt exact size and adjust total bitrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16610 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow user to specify muxrateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* WORDS_BIGENDIAN must be checked with #ifdefAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16608 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek regression tests due to ts modificationsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use delay to avoid negative dtsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16603 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16602 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil/lzo.h is a local headerAurelien Jacobs2009-01-14
| | | | Originally committed as revision 16601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
| | | | | | and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mpeg audio regression test failureMåns Rullgård2009-01-14
| | | | Originally committed as revision 16599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-14
| | | | | | CONFIG_ changed semantics and is always defined now. Originally committed as revision 16598 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove one more forgotten instance of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
| | | | Originally committed as revision 16597 to svn://svn.ffmpeg.org/ffmpeg/trunk
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-14
| | | | Originally committed as revision 16595 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
| | | | Originally committed as revision 16594 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless #if around header #includes.Diego Biurrun2009-01-14
| | | | Originally committed as revision 16593 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation.Carl Eugen Hoyos2009-01-14
| | | | Originally committed as revision 16592 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-14
| | | | Originally committed as revision 16591 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-14
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 28311 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
| | | | | | They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Include libavformat/avformat.h before all the other libav* headers.Stefano Sabatini2009-01-13
| | | | | | | This is safer since they may use the symbol LIBAVFORMAT_BUILD defined in avformat.h. Originally committed as revision 16589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the ld, st, while statements.Víctor Paesa2009-01-13
| | | | Originally committed as revision 16588 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid using sub_id in mpeg1/2video.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document the same functions, in the same order, that eval.c has.Víctor Paesa2009-01-13
| | | | Originally committed as revision 16586 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets for Apple iPod constraintsRobert Swain2009-01-13
| | | | Originally committed as revision 16585 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add presets to use as constraints for H.264 Baseline and Main profilesRobert Swain2009-01-13
| | | | Originally committed as revision 16584 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the mpeg audio parser correct the codec_id.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CODEC_ID_MP1.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add SLMJ fourcc to mjpegBen Littler2009-01-13
| | | | Originally committed as revision 16579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 display dimensions should affect coded dimensions only (I think)Kostya Shishkov2009-01-13
| | | | Originally committed as revision 16578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print VC-1 aspect ratio in debugKostya Shishkov2009-01-13
| | | | Originally committed as revision 16577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 421l: fix loop filter for P-frames in VC-1Kostya Shishkov2009-01-13
| | | | Originally committed as revision 16576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cinepak strip ID is a single byteKostya Shishkov2009-01-13
| | | | Originally committed as revision 16575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier.Kostya Shishkov2009-01-13
| | | | | | This fixes issue 744 Originally committed as revision 16574 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: add Alpha CPU typesMåns Rullgård2009-01-13
| | | | Originally committed as revision 16573 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix version protectionAurelien Jacobs2009-01-13
| | | | Originally committed as revision 16572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add the necessary include for LIBAV*_VERSION_*Aurelien Jacobs2009-01-13
| | | | Originally committed as revision 16571 to svn://svn.ffmpeg.org/ffmpeg/trunk