aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-025-9/+9
* In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier2010-07-021-33/+35
* In mov demuxer, fix seeking to the beginning when file has edit lists.John Stebbins2010-07-021-0/+2
* mpegtsenc: allocate correct size for PID tableMåns Rullgård2010-07-011-1/+1
* In mov demuxer, only set sar if not already set, patch by Andrew Wason,Andrew Wason2010-07-011-7/+4
* Use ext sample from mpeg4audio config if set with AAC SBRBaptiste Coudurier2010-07-012-2/+7
* Pad the buffer in url_close_dyn_buf, for buffers opened with url_open_dyn_bufJosh Allmann2010-07-012-2/+13
* Add RTP depacketization of SVQ3Josh Allmann2010-07-015-1/+175
* Change all functions referenced in the mxf_metadata_read_table to use the sameReimar Döffinger2010-07-011-15/+29
* fix warning in ff_metadata_mux_compat()Eli Friedman2010-07-011-2/+3
* Allow remuxing of explicitly signalled AAC files into ADTS.Alex Converse2010-07-011-7/+10
* Factorize get_duration() out of 4 places of the avi demuxer.Michael Niedermayer2010-07-011-14/+11
* Use new librtmp APIs instead of grubbing around in RTMP structHoward Chu2010-07-011-6/+3
* Prevent infinite recursion of odml indexes.Michael Niedermayer2010-07-011-0/+9
* Make "invalid dts/pts combination" a debug instead of a warning message.XBMC2010-06-301-1/+1
* Allow setting streamid when muxing mpegts.Mike Scheutzow2010-06-301-2/+29
* Fix grammar errors in documentationMåns Rullgård2010-06-3015-128/+128
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-303-14/+62
* In mov demuxer, increase total size after debugging messageBaptiste Coudurier2010-06-281-1/+1
* ReindentJosh Allmann2010-06-281-17/+17
* rtpdec: Clean up FMTP parsing code in AMR RTP depacketizerJosh Allmann2010-06-281-29/+51
* rtpdec: Cleanup FMTP parsing code in Xiph RTP depacketizerJosh Allmann2010-06-281-25/+4
* rtpdec: Malloc the fmtp value bufferJosh Allmann2010-06-281-3/+12
* ReindentJosh Allmann2010-06-281-18/+18
* rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann2010-06-281-19/+14
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-281-14/+1
* ReindentJosh Allmann2010-06-281-2/+2
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-281-1/+3
* rtpdec: Add generic function for iterating over FMTP configuration linesJosh Allmann2010-06-282-0/+30
* rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann2010-06-283-3/+2
* Fix an "assignment from incompatible pointer type" warning in av_read_frame_i...Eli Friedman2010-06-281-1/+1
* Remove an unused label, fixing a warningEli Friedman2010-06-271-1/+0
* Add proper const declaration to a cast, fixes a warningEli Friedman2010-06-271-1/+1
* Make ff_url_split() publicMåns Rullgård2010-06-2712-36/+63
* Fix implicit cast warningEli Friedman2010-06-271-1/+1
* rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann2010-06-251-24/+24
* RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann2010-06-255-71/+62
* rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann2010-06-252-76/+83
* RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann2010-06-252-69/+50
* RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann2010-06-255-63/+168
* RTSP: Remove skip_spaces in favor of strspnJosh Allmann2010-06-252-25/+14
* avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon2010-06-251-1/+4
* Improve mov atom parsing debug message, print parent atom and size in decimalBaptiste Coudurier2010-06-251-5/+5
* Remove typo: s/ingore/ignore/Luca Barbato2010-06-241-1/+1
* asfdec: ensure number of streams is within bounds; remove VLA in asf_read_pts()Måns Rullgård2010-06-241-1/+7
* Correctly return EOF for smacker videosAlexei Svitkine2010-06-241-1/+1
* ReindentMartin Storsjö2010-06-231-1/+1
* Add all required includes to avio.hMartin Storsjö2010-06-231-0/+1
* Continue after guids in asf after which other guids are possible instead of s...Michael Niedermayer2010-06-231-0/+2
* Mention how "now" is interpreted in the parse_date() doxy.Stefano Sabatini2010-06-221-1/+2