aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/movenc: Add simplistic 'colr' tag writing support to mov containerKevin Wheatley2015-01-262-8/+73
* Decode Prores 4444 XQ with the existing Prores decoder.Carl Eugen Hoyos2015-01-261-0/+1
* avformat/movenc: Check failure of allocation of ctts_entries and propagate errorMichael Niedermayer2015-01-251-12/+39
* avformat/movenc: fix cleanup on insufficient reserved_moov_sizeMichael Niedermayer2015-01-251-1/+2
* avformat/matroskadec: Use av_malloc_array() for index_entriesMichael Niedermayer2015-01-251-1/+1
* avformat/matroskadec: Check av_mallocz() return valuesMichael Niedermayer2015-01-251-0/+4
* Merge commit '7915e6741dbe1cf3a8781cead3e68a7666de14f4'Michael Niedermayer2015-01-231-2/+4
|\
| * hlsproto: Properly close avio buffer in case of errorVittorio Giovara2015-01-231-2/+4
| * mov: Do not compute negative SAR valuesVittorio Giovara2015-01-231-7/+6
* | avformat/dv: check av_malloc() return codeMichael Niedermayer2015-01-231-0/+3
* | avformat/librtmp: Fix build with --disable-network --enable-librtmpMichael Niedermayer2015-01-231-0/+6
* | libavformat/mov.c: Handle timecode from tmcd atom in counter modeJon Morley2015-01-231-0/+7
* | Merge commit '9108967513fcaff3d55514a7bca4c9fbba128c71'Michael Niedermayer2015-01-231-1/+1
|\|
| * rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-231-1/+1
* | avformat: allow .264 as extension for raw H.264 streamWerner Robitza2015-01-221-1/+1
* | avformat/mov: Stricter sanity checks on the display_matrixMichael Niedermayer2015-01-221-1/+2
* | avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitlesMichael Niedermayer2015-01-221-1/+11
* | Merge commit '3a724a7f3ba7fa766c6a6f0924a15cc742031b8d'Michael Niedermayer2015-01-221-1/+1
|\|
| * dashenc: Use inttypes.h macros for format strings instead of %lldMartin Storsjö2015-01-221-1/+1
| * dashenc: Fix format string generationRodger Combs2015-01-221-1/+1
| * smoothstreamingenc: Add a missing "goto fail"Michael Niedermayer2015-01-191-0/+1
* | avformat/dashenc: fix format string generationRodger Combs2015-01-221-1/+1
* | librtmp: Allow changing the socket send buffer sizeBrian Brice2015-01-211-0/+8
* | libavformat/img2dec: fix warning when !HAVE_GLOBChristophe Gisquet2015-01-211-1/+3
* | libavformat/mxfdec.c: support demuxing opatom audio without indexMark Reid2015-01-181-0/+59
* | avformat/rmdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-181-6/+11
* | avformat/nsvdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-181-2/+3
* | avformat/sbgdec: remove double ;;Clément Bœsch2015-01-181-1/+1
* | avformat/asfdec: Check the av_get_packet() return valueMichael Niedermayer2015-01-171-1/+6
* | avformat/rtpdec_hevc: Fix 2 "may be used uninitialized in this function" warn...Michael Niedermayer2015-01-171-1/+3
* | avformat/nsvdec: Check av_get_packet() return valueMichael Niedermayer2015-01-171-1/+3
* | Merge commit '3941df546276b190cc9362fd093e6721e8e52f50'Michael Niedermayer2015-01-161-1/+1
|\|
| * aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
* | avformat: Improve data streams/codec supportAnshul Maheshwari2015-01-164-2/+22
* | avformat/id3v2: remove unused variableMichael Niedermayer2015-01-151-1/+0
* | Merge commit '024e5a2d5ff8a94adce48abb15ce2fb471f9d18e'Michael Niedermayer2015-01-151-0/+7
|\|
| * rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-151-0/+7
* | Merge commit '54bc15d5ebfd07fd468743ba29f709ea19e840b9'Michael Niedermayer2015-01-151-5/+10
|\|
| * id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-141-6/+16
* | Merge commit '932788be5af8dee062c77851b573ea47dd6d047a'Michael Niedermayer2015-01-151-2/+2
|\|
| * id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-141-2/+2
* | avformat/id3v2: Fix incompatible pointer type warningsMichael Niedermayer2015-01-151-2/+2
* | Merge commit '8809c974a3fb51f96e498a5556a4a5bbacc581ce'Michael Niedermayer2015-01-151-3/+3
|\|
| * id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-141-3/+3
* | avformat/mov: Do not set aspect ratios that would contain zerosMichael Niedermayer2015-01-151-1/+2
* | avformat/mov: rewrite aspect from matrix codeMichael Niedermayer2015-01-151-13/+10
* | Merge commit 'cf70ba37ba74089a18295b29e77dead0a3222c9e'Michael Niedermayer2015-01-151-9/+4
|\|
| * mov: Check angle rather than full matrix when updating SARVittorio Giovara2015-01-141-8/+4
| * img2dec: correctly use the parsed value from -start_numberVittorio Giovara2015-01-141-1/+1
* | mpegts: identify h264 mvc streamsHendrik Leppkes2015-01-141-0/+1