aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/img2dec: enable generic seeking for image pipesMichael Niedermayer2014-10-041-0/+1
* avformat/img2dec: initialize pkt->pos for image pipesMichael Niedermayer2014-10-041-0/+3
* avformat/img2dec: pass error code and signal EOFMichael Niedermayer2014-10-041-1/+7
* avformat/img2dec: fix error code at EOF for pipesMichael Niedermayer2014-10-041-1/+1
* avformat/riffenc: Filter out "BottomUp" in ff_put_bmp_header()Benoit Fouet2014-10-041-4/+8
* Merge commit 'b45ab61b24a8f2aeafdd4451491b1b30b7875ee5' into release/2.4Michael Niedermayer2014-09-181-2/+4
|\
| * apetag: Fix APE tag size checkKaterina Barone-Adesi2014-09-171-2/+4
| * matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
| * matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-283-2/+77
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+50
| * matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
| * mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
| * electronicarts: do not fail on zero-sized chunksAnton Khirnov2014-08-221-1/+10
| * Revert "lavf: eliminate ff_get_audio_frame_size()"Andrew Stone2014-08-222-1/+24
* | avformat/utils: free s->pb for image2 as it can be used with and without a fileMichael Niedermayer2014-09-131-1/+1
* | avformat/assenc: honor ReadOrderClément Bœsch2014-09-131-4/+103
* | avformat/mpegts: Improve probe heuristic by considering the overall frequency...Michael Niedermayer2014-09-131-4/+3
* | avformat/vobsub: fix NULL dereferenceClément Bœsch2014-09-131-1/+1
* | lavf/format.c: use AVPROBE_SCORE_MIME instead of AVPROBE_SCORE_EXTENSION for ...Andreas Cadhalpun2014-09-131-1/+1
* | avformat/img2dec: Fail probing when no data is yet available and the filename...Michael Niedermayer2014-09-121-0/+2
* | avformat/format: Run image2 probe again when file content data is availableMichael Niedermayer2014-09-121-1/+1
* | avformat/img2dec: reduce bmppipe probe scoreMichael Niedermayer2014-09-121-1/+1
* | avformat/img2_alias_pix: Add AVClass and image2 AVOptionsMichael Niedermayer2014-09-111-0/+8
* | avformat/img2_alias & brender_pix: fix function namesMichael Niedermayer2014-09-112-4/+4
* | avformat/img2_brender_pix: Add AVClass and image2 AVOptionsMichael Niedermayer2014-09-111-0/+8
* | avformat/img2: Make AVOptions available to img* demuxers defined in other filesMichael Niedermayer2014-09-112-5/+7
* | avformat/rmdec: very basic MLTI supportMichael Niedermayer2014-09-111-0/+15
* | avformat/concatdec: fix "warning: explicitly assigning a variable of type int...Michael Niedermayer2014-09-101-4/+4
* | avformat/mp3dec: Improve seeking frame sync codeMichael Niedermayer2014-09-101-8/+19
* | avformat: remove FF_API_ASS_SSA dead codeClément Bœsch2014-09-094-168/+0
* | avformat/mpeg: update comment on probe scoreMichael Niedermayer2014-09-091-1/+1
* | avformat/mpeg: increase score for short mpeg-ps by 1Michael Niedermayer2014-09-091-1/+1
* | avformat/rtpdec_qt: Fix 'warning: passing argument 2 of ffio_init_context dis...Michael Niedermayer2014-09-081-1/+1
* | lavf/segment: abort in case of invalid segment format optionsStefano Sabatini2014-09-081-1/+4
* | avformat/utils: Exclude the header size when computing duration from bit_rateHendrik Leppkes2014-09-081-1/+2
* | Merge commit '803e82276b3716bf6012ec69e8854dae14a4fd2b'Michael Niedermayer2014-09-082-9/+6
|\ \
| * | libavformat: Check mkdir return error codesMartin Storsjö2014-09-072-3/+12
* | | avformat/m4vdec: Check for non startcode 00 00 00 sequences in probeMichael Niedermayer2014-09-071-3/+5
* | | lavf/segment: add segment_format_options optionStefano Sabatini2014-09-072-3/+24
* | | avformat/swfdec: Do not change the pixel formatMichael Niedermayer2014-09-071-3/+10
* | | avformat/mpegts: fix spelling errorAndreas Cadhalpun2014-09-061-1/+1
* | | avformat/srtdec: speed up probingwm42014-09-051-0/+1
* | | avformat/realtextdec: UTF-16 supportwm42014-09-053-21/+10
* | | avformat/samidec: UTF-16 supportwm42014-09-053-10/+27
* | | avformat/srtdec: UTF-16 supportwm42014-09-053-16/+96
* | | avformat/assdec: UTF-16 supportwm42014-09-053-7/+131
* | | lavf/ffmdec: return proper error code in ffm2_read_header()Stefano Sabatini2014-09-051-3/+11
* | | Merge commit '4d55e9de27894ddfb337b28cd7aa6d14a12666d2'Michael Niedermayer2014-09-041-1/+2
|\| |
| * | vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-041-1/+1
* | | avformat/flvdec: read the correct bits into the tag typeSteven Liu2014-09-041-1/+1