summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/nsvdec: remove case which is no longer possiblePaul B Mahol2015-01-281-4/+1
* avformat/mxfdec: Fix cleanup in mxf_free_metadataset()Carl Eugen Hoyos2015-01-281-5/+6
* Merge commit 'e71149a7a5b10ed7baa5a06f47d0313c7bd8df52'Michael Niedermayer2015-01-271-0/+5
|\
| * nuv: validate image sizeVittorio Giovara2015-01-271-0/+5
* | Merge commit '7c51d79ca7badfb370c410b8f44c9142b938e2e6'Michael Niedermayer2015-01-271-0/+2
|\ \ | |/
| * nsvdec: validate channels and samplerateVittorio Giovara2015-01-271-0/+2
* | Merge commit '32125781487411ed3b1b28b32063d6cd4024d4fc'Michael Niedermayer2015-01-271-4/+20
|\ \ | |/
| * mov: export audio service type as side dataAnton Khirnov2015-01-271-4/+20
* | Merge commit '4227e4fe7443733fb906f6fb6c265105e8269c74'Michael Niedermayer2015-01-273-23/+47
|\ \ | |/
| * lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-273-22/+47
* | Merge commit '80a11de7dca315505bf203ce9c8c016e71724fd2'Michael Niedermayer2015-01-271-0/+2
|\ \ | |/
| * nutenc: do not use has_b_framesAnton Khirnov2015-01-271-2/+4
* | Merge commit 'f771b3ab5d3c0b763ee356152be550f4121babd0'Michael Niedermayer2015-01-271-2/+8
|\ \ | |/
| * avidec: do not export stream_codec_tagAnton Khirnov2015-01-271-2/+8
| * segment: Check av_get_frame_filename() return valueVittorio Giovara2015-01-231-1/+5
* | 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
OpenPOWER on IntegriCloud