aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir...Laurent Aimar2011-10-191-3/+3
* mpegts: fix return value when enough ts packets have been parsed or when the ...Laurent Aimar2011-10-191-4/+8
* mpegtsenc: fix handling of large audio packetsMichael Niedermayer2011-10-191-8/+10
* Do not call parse_keyframes_index with NULL stream.Reimar Döffinger2011-10-191-1/+1
* Fix AMR block length for no data mode when muxing mov.Carl Eugen Hoyos2011-10-191-1/+1
* mov: Raise ctts dts_shift threshold by 1Michael Niedermayer2011-10-191-1/+1
* fix memleak in packet corrupt dropping codeChris Kennedy2011-10-181-0/+1
* avidec: Dont switch to NI mode if there is no index.Michael Niedermayer2011-10-181-4/+5
* Do not try to parse empty strf tags.Carl Eugen Hoyos2011-10-181-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-1817-49/+194
|\
| * rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö2011-10-171-2/+29
| * rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö2011-10-171-2/+6
| * rtpenc: Set a default video codecMartin Storsjö2011-10-171-1/+1
| * rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-171-1/+2
| * rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-172-8/+2
| * rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-173-3/+45
| * rtsp: Simplify AVOption definitionsMartin Storsjö2011-10-171-1/+3
| * rtsp: Merge the AVOption listsMartin Storsjö2011-10-174-15/+12
| * avio: Check for invalid buffer length.Alex Converse2011-10-161-2/+5
| * mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-175-3/+48
| * lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-176-16/+13
| * mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-171-0/+33
* | libutvideo: Add Ut Video Decoder WrapperDerek Buitenhuis2011-10-171-0/+4
* | segmenter: loose rindex()Michael Niedermayer2011-10-171-2/+2
* | AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-174-19/+19
* | segment: Fix typo in segment_basenameMichael Niedermayer2011-10-171-1/+1
* | segment: replace strdup() by av_strdup()Michael Niedermayer2011-10-171-1/+1
* | Merge remote-tracking branch 'luzero/segment'Michael Niedermayer2011-10-173-0/+236
|\ \
| * | segment: extend optionsLuca Barbato2011-10-131-5/+10
| * | segment: basic pattern support and playlist outputLuca Barbato2011-10-121-4/+13
| * | segment: introduce segmented chain muxerLuca Barbato2011-10-123-0/+222
| * | output-example: extend durationLuca Barbato2011-10-121-1/+1
* | | av_tempfile: Pass int log_offset, void *log_ctxMichael Niedermayer2011-10-161-1/+1
* | | cache: add todo listMichael Niedermayer2011-10-161-0/+7
* | | cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying pr...Michael Niedermayer2011-10-161-1/+8
* | | add cache protocolMichael Niedermayer2011-10-163-0/+132
* | | Support decoding ASP variant from QNAP Systems.Carl Eugen Hoyos2011-10-161-0/+1
* | | asf: export all the DRM stuff, some of it are human readable strings.Michael Niedermayer2011-10-161-1/+14
* | | asf: dont warn the user about digital sigantures, they should on their own no...Michael Niedermayer2011-10-161-1/+1
* | | asf: export encryption information from asf.Michael Niedermayer2011-10-161-0/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-161-1/+1
|\ \ \ | | |/ | |/|
| * | matroskadec: fix out of bounds writeRonald S. Bultje2011-10-151-1/+1
* | | bit: require at least 1 frame for probingMichael Niedermayer2011-10-161-0/+3
* | | idf: Improve idf_probe() so it doesnt succeed on 0 byte inputMichael Niedermayer2011-10-161-1/+3
* | | Support H264 from QNAP Systems.Carl Eugen Hoyos2011-10-151-0/+1
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-143-16/+17
|\| |
| * | mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-141-1/+1
| * | mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-141-8/+15
| * | riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-142-8/+2
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-146-98/+103
|\| |