summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* check fifo size and realloc if neededBaptiste Coudurier2009-02-18
* start counting track number from 0Baptiste Coudurier2009-02-18
* remove redundant commentBaptiste Coudurier2009-02-18
* do not write slice count when muxing cbrBaptiste Coudurier2009-02-18
* flush pending write in mxf_write_footerBaptiste Coudurier2009-02-18
* use index 0 for timecode track and write it in source package alsoBaptiste Coudurier2009-02-18
* fix rip body sid when muxing cbrBaptiste Coudurier2009-02-18
* Parse cbp_removal_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse dpb_output_delay in SEI picture structure.Ivan Schreter2009-02-18
* Parse initial_cpb_removal_delay_length.Ivan Schreter2009-02-18
* simplify descriptor size computation logicBaptiste Coudurier2009-02-18
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-18
* Add support for enabling/disabling AMD 3DNow! extended optimizations.Diego Biurrun2009-02-18
* use new metadata API in nsv demuxerAurelien Jacobs2009-02-18
* use new metadata API in mpegts muxerAurelien Jacobs2009-02-18
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-17
* Replace sizeof(short) by the more robust sizeof(*s->pblocks[i]) in memset andDiego Biurrun2009-02-17
* small Doxygen comment grammar fixDiego Biurrun2009-02-17
* Revert converting two asserts into if checks and error messages.Diego Biurrun2009-02-17
* Fix MBAFF/PAFF samples.Stephen Warren2009-02-17
* spelling/grammar/wording fixes for the Doxygen commentsDiego Biurrun2009-02-17
* Gopher protocol should depend on networking being enabled.Andreas Öman2009-02-17
* Add missing #includes to fix 'make checkheaders'.Diego Biurrun2009-02-17
* remove now useless get_str16() from rmdec.cAurelien Jacobs2009-02-17
* use new metadata API in rm (de)muxerAurelien Jacobs2009-02-17
* Fix @param[in/out] handlingMichael Niedermayer2009-02-17
* apedec: display a warning when truncating a metadata tagAurelien Jacobs2009-02-17
* Move initialization of {luma,chroma}_weight_flag[] up,Gwenole Beauchesne2009-02-17
* cosmetics: 'void/int inline' --> 'inline void/int' to avoid warnings of the typeDiego Biurrun2009-02-17
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is notLuca Abeni2009-02-17
* Move to rtp.h the prototypes of all the functions defined in rtp.cLuca Abeni2009-02-17
* use new metadata API in ape demuxerAurelien Jacobs2009-02-17
* Thoroughly check all fields set by the application in xvmc struct.Ivan Kalvachev2009-02-16
* flacdec: Silence false positive warning about uninitialized variables inPatrik Kullman2009-02-16
* avidec: fix error introduced in r17382Måns Rullgård2009-02-16
* Minor clarification of xvmc field description.Ivan Kalvachev2009-02-16
* Improvements in xvmc structure fields descriptions.Ivan Kalvachev2009-02-16
* Add a context to av_log() calls and modify a function prototype to allow it.Benoit Fouet2009-02-16
* Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH]Ronald S. Bultje2009-02-16
* Add a context to av_log() call and update the trace not to be redundant.Benoit Fouet2009-02-16
* Don't install rtsp.h. It is intended to be private, it depends on rtp codeRonald S. Bultje2009-02-16
* Change av_log() calls to fprintf() to stderr calls.Benoit Fouet2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() calls.Benoit Fouet2009-02-16
* Add a context to av_log() call.Benoit Fouet2009-02-16
* Add a context to av_log() calls and extend ape_dumpinfo prototype to do that.Benoit Fouet2009-02-16
* fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier2009-02-16