summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* mov: Read Flash's chpl variantDavid Conrad2010-07-04
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-03
* Move AVStream->codec_info_nb_frames increment after try_decode_frameBaptiste Coudurier2010-07-03
* In av_find_stream_info, decode at least 4 h.264 frames to be able to guess de...Baptiste Coudurier2010-07-03
* Disable dshow specific bug emulation for amv files as they arentMichael Niedermayer2010-07-02
* Rename block_align variable in the avi demuxer to clearly seperate its purposeMichael Niedermayer2010-07-02
* Bump libavformat minor (as a result of r24003).Jai Menon2010-07-02
* matroskadec: merge only SSA packets togetherDavid Conrad2010-07-02
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-02
* Duplicate rounding that MS does in one of their implementations of an avi dem...Michael Niedermayer2010-07-02
* Fix doxy of flags parameter in fps_umf2avr().Diego Biurrun2010-07-02
* Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML.Diego Biurrun2010-07-02
* Replace incorrect @NOTE Doxygen command by @note; capitalization matters.Diego Biurrun2010-07-02
* Fix Doxygen function parameter documentation syntax.Diego Biurrun2010-07-02
* Remove non-existing stray arguments from Doxygen function documentation.Diego Biurrun2010-07-02
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-02
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-02
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-02
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-01
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-01
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-01
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-01
* Add RTP depacketization of SVQ3Josh Allmann2010-07-01
* Change all functions referenced in the mxf_metadata_read_table to use the sameReimar Döffinger2010-07-01
* fix warning in ff_metadata_mux_compat()Eli Friedman2010-07-01
* Allow remuxing of explicitly signalled AAC files into ADTS.Alex Converse2010-07-01
* Factorize get_duration() out of 4 places of the avi demuxer.Michael Niedermayer2010-07-01
* Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu2010-07-01
* Prevent infinite recursion of odml indexes.Michael Niedermayer2010-07-01
* Make "invalid dts/pts combination" a debug instead of a warning message.XBMC2010-06-30
* Allow setting streamid when muxing mpegts.Mike Scheutzow2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-30
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in AMR RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-28
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-28
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-28
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-28
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-28
* Remove an unused label, fixing a warningEli Friedman2010-06-27
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-27
* Make ff_url_split() publicMåns Rullgård2010-06-27
* Fix implicit cast warningEli Friedman2010-06-27