summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* frame: clarify buf documentationAnton Khirnov2015-02-081-1/+3
* oma: Report a timestampLuca Barbato2015-02-071-3/+13
* dxva2_hevc: properly fill the scaling list structureHendrik Leppkes2015-02-071-8/+14
* fate: Add a test for AAC ELD480.Alex Converse2015-02-061-0/+4
* aacsbr: silence message for SBR extension "padding".Reimar Döffinger2015-02-031-1/+3
* aacdec: Support for ER AAC ELD 480.Alex Converse2015-02-034-13/+30
* aacdec: Tables for length 480 AAC ELD.Niel van der Westhuizen2015-02-033-3/+499
* aacdec: Support for ER AAC in LATMNiel van der Westhuizen2015-02-031-1/+11
* aacdec: Refactor aac_er_decode_frame.Alex Converse2015-02-031-4/+5
* aacdec: Refactor decode_ics_info.Alex Converse2015-02-031-12/+14
* r3d: Fix pos typeLuca Barbato2015-02-031-2/+2
* tta: Fix framepos and start_offset typesVittorio Giovara2015-02-031-2/+7
* libopencv: Check kernel_str life cycleLuca Barbato2015-02-031-6/+12
* svq1dec: Validate the stages value strictlyLuca Barbato2015-02-031-2/+2
* svq1enc: correctly handle memory error and allocationsMichael Niedermayer2015-02-031-0/+6
* 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
* Ignore generated file tools/sidxindex.Diego Biurrun2015-02-021-0/+1
* opus: Factor out imdct15 into a standalone componentDiego Biurrun2015-02-028-41/+46
* configure: Add a dependency on vc1_decoder from vc1_parserMartin Storsjö2015-02-022-4/+2
* mem: fix pointer pointer aliasing violationsRémi Denis-Courmont2015-02-011-13/+19
* ogg: Provide an option to offset the serial numberLuca Barbato2015-02-012-1/+9
* hqdn3d: check memory allocations and propagate errorsVittorio Giovara2015-01-291-16/+26
* flacenc: initialize sums matrixVittorio Giovara2015-01-291-1/+1
* ituh263dec: use macro instead of #ifVittorio Giovara2015-01-291-3/+1
* yuv4mpegdec: initialize field_order in yuv4_read_header()Vittorio Giovara2015-01-291-1/+1
* mpegvideo_enc: initialize the encoding contextVittorio Giovara2015-01-291-1/+1
* DNxHD: Add support for id 1258 (DNx100 960x720@8)Vittorio Giovara2015-01-293-0/+47
* DNxHD: Simplify pixel format detectionVittorio Giovara2015-01-291-25/+20
* DNxHD: More verbose error messagesVittorio Giovara2015-01-291-3/+9
* lavu: Check av_dict_set allocationsLuca Barbato2015-01-291-6/+11
* libopenh264: Log debug messages to a non-null contextMartin Storsjö2015-01-291-1/+1
* h264: Do not share rbsp_buffer across threadsMichael Niedermayer2015-01-281-0/+4
* avio: Do not consider the end-of-buffer position validLuca Barbato2015-01-281-1/+1
* libdc1394: Add support for MONO8 (gray) video modeClay McClure2015-01-281-0/+1
* libopencv: Rework error handling in parse_iplconvkernel()Vittorio Giovara2015-01-271-8/+14
* dvbsubdec: check memory allocations and propagate errorsVittorio Giovara2015-01-271-30/+58
* nuv: validate image sizeVittorio Giovara2015-01-271-0/+5
* nsvdec: validate channels and samplerateVittorio Giovara2015-01-271-0/+2
* lavc: support extracting audio service type from side dataAnton Khirnov2015-01-271-0/+7
* 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
* Add a side data type for audio service type.Anton Khirnov2015-01-277-2/+44
* nutenc: do not use has_b_framesAnton Khirnov2015-01-273-31/+33
* lavc: deprecate unused AVCodecContext.stream_codec_tagAnton Khirnov2015-01-274-6/+9