aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* mov: Change DTS-based seek into CTS-based seek.Yusuke Nakamura2015-02-151-15/+29
* ape: Use the proper variable typeLuca Barbato2015-02-151-1/+1
* ogg: check memory allocationsFederico Tomassetti2015-02-151-0/+2
* rtp: h264: Drop the assertsLuca Barbato2015-02-151-9/+0
* rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato2015-02-151-39/+39
* rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato2015-02-151-54/+61
* rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato2015-02-151-45/+55
* rtp: h264: Move profile_level_id parsing to a functionLuca Barbato2015-02-151-25/+31
* mov: Fix compilation with DEBUG enabledDiego Biurrun2015-02-141-2/+2
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-1465-117/+117
* lavf: move internal fields from public to internal contextwm42015-02-1015-128/+122
* mpegts: relax restrictions on matching the packet start in read_headerAnton Khirnov2015-02-101-8/+10
* lavf: remove unused codewm42015-02-084-632/+0
* oma: Report a timestampLuca Barbato2015-02-071-3/+13
* r3d: Fix pos typeLuca Barbato2015-02-031-2/+2
* tta: Fix framepos and start_offset typesVittorio Giovara2015-02-031-2/+7
* isom: Decode Prores 4444 XQ with the existing Prores decoderCarl Eugen Hoyos2015-02-031-0/+1
* mov: Implement parsing of the "HandlerName" from the MP4 HDLR atomHendrik Leppkes2015-02-031-0/+16
* siff: Return more meaningful error valuesDiego Biurrun2015-02-031-17/+18
* siff: K&R formatting cosmeticsDiego Biurrun2015-02-031-40/+41
* ogg: Provide an option to offset the serial numberLuca Barbato2015-02-011-1/+4
* yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara2015-01-291-1/+1
* avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-281-1/+1
* nuv: validate image sizeVittorio Giovara2015-01-271-0/+5
* nsvdec: validate channels and samplerateVittorio Giovara2015-01-271-0/+2
* mov: export audio service type as side dataAnton Khirnov2015-01-271-4/+20
* lavf: add a convenience function for adding side data to a streamAnton Khirnov2015-01-273-22/+47
* nutenc: do not use has_b_framesAnton Khirnov2015-01-271-2/+4
* 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
* 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
* rtspdec: Consistently use rtsp_hd_out for writingMartin Storsjö2015-01-231-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
* aea: Return proper error code on invalid headerNidhi Makhijani2015-01-161-1/+1
* rtmppkt: Repeat the full 32 bit timestamp for chunking continuation packetsMartin Storsjö2015-01-151-0/+7
* id3v2: fix reading v2.2 attached picturesAnton Khirnov2015-01-141-6/+16
* id3v2: add names to the parameters of ID3v2EMFunc.readAnton Khirnov2015-01-141-2/+2
* id3v2: constify the 'tag' parameter to special metadata parsing callbackAnton Khirnov2015-01-141-3/+3
* 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
* matroskaenc: refuse to write AAC without valid extradataAnton Khirnov2015-01-091-6/+10
* mpeg: Remove unused fieldLuca Barbato2015-01-071-1/+0
* segment: Fix the failure pathsLuca Barbato2015-01-071-12/+20
* movenc: Fix a typo in a commentMartin Storsjö2015-01-061-1/+1
* movenc: Readd an accidentally removed conditionMartin Storsjö2015-01-061-1/+1
* isom: add 'mp1v' fourccJustin Ruggles2015-01-061-0/+1
* movenc: Enable editlists by default if delay_moov is enabledMartin Storsjö2015-01-042-2/+2