aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* mmaldec: support MPEG-4wm42016-01-282-0/+13
* mmaldec: print the MMAL format FourCC automaticallywm42016-01-281-3/+4
* snow: Move scenechange_threshold to a private optionDerek Buitenhuis2016-01-282-1/+10
* Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'Derek Buitenhuis2016-01-286-11/+43
|\
| * lavc: Move scenechange_threshold to codec private optionsVittorio Giovara2016-01-216-11/+43
* | Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'Derek Buitenhuis2016-01-284-7/+28
|\|
| * lavc: Move chromaoffset to codec private optionsVittorio Giovara2016-01-214-7/+28
* | Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'Derek Buitenhuis2016-01-286-29/+69
|\|
| * lavc: Move frame_skip_* to codec private optionsVittorio Giovara2016-01-215-26/+67
* | Merge commit '84c4714f397c9c50eb9d49008cc1c08385f68f31'Derek Buitenhuis2016-01-284-8/+18
|\|
| * lavc: Move brd_scale to codec private optionsVittorio Giovara2016-01-214-8/+18
* | avcodec: add dvaudio parserPaul B Mahol2016-01-285-15/+81
* | lavc/mjpegdec: use ptrdiff_t instead of ssize_tMatthieu Bouron2016-01-281-2/+2
* | avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failureMichael Niedermayer2016-01-281-1/+3
* | qsvenc: Fix b_strategy typoDerek Buitenhuis2016-01-281-1/+1
* | libavcodec/util: Fix timebase overflow checkDerek Buitenhuis2016-01-271-1/+1
* | avcodec/version: Add missing #endifDerek Buitenhuis2016-01-271-0/+1
* | Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'Derek Buitenhuis2016-01-2712-19/+73
|\|
| * lavc: Move b_frame_strategy and b_sensitivity to codec private optionsVittorio Giovara2016-01-2112-19/+73
| * riff: add YUYV FourCC (Drastic YUYV)Piotr Bandurski2016-01-211-0/+1
* | Merge commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09'Derek Buitenhuis2016-01-272-0/+4
|\|
| * imgconvert: Add the proper API guards to a deprecated functionVittorio Giovara2016-01-212-0/+5
* | Merge commit 'f7168d7016f7d1034ec90223fa91a90711704e11'Derek Buitenhuis2016-01-271-3/+2
|\|
| * imgconvert: Move AVPicture-related static function to the deprecated sectionVittorio Giovara2016-01-211-3/+2
* | Merge commit '892f037c55d86ce36f8705fbeab052189312a13e'Derek Buitenhuis2016-01-273-122/+90
|\|
| * imgconvert: Move the shrink functions only where neededVittorio Giovara2016-01-213-122/+90
* | Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6'Derek Buitenhuis2016-01-271-6/+0
|\|
| * imgconvert: Drop outdated comment blockVittorio Giovara2016-01-211-6/+0
| * libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-191-2/+2
* | Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'Derek Buitenhuis2016-01-271-0/+10
|\|
| * lavc: Make sure that the effective timebase would not overflowArttu Ylä-Outinen2016-01-191-0/+10
| * mathops: mips: Correctly enable loongson-specific assemblyLuca Barbato2016-01-191-17/+20
| * x86: build: Group all encoder objects togetherDiego Biurrun2016-01-181-2/+2
* | lavc/mjpegdec: speed up scan data copyMatthieu Bouron2016-01-271-10/+40
* | Merge commit '4f22b138886e29f7fffa8c715673951e51be9f32'Derek Buitenhuis2016-01-271-1/+0
|\|
| * x86: ac3dsp: Drop forward declaration for nonexisting functionDiego Biurrun2016-01-181-1/+0
| * dca: fix misaligned access in ff_dca_convert_bitstreamAndreas Cadhalpun2016-01-151-4/+5
| * xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2016-01-131-1/+1
| * on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2016-01-131-2/+9
| * nvenc: generate dts properlyAnton Khirnov2016-01-122-5/+49
| * nvenc: fix encoding with B-framesAnton Khirnov2016-01-121-8/+15
| * nvenc: flush the encoder before closing it, as required by the docsAnton Khirnov2016-01-121-0/+8
| * nvenc: rename encodersAnton Khirnov2016-01-124-2/+79
| * nvenc: better error handlingAnton Khirnov2016-01-121-45/+81
| * lavc: Use get_bitsz where neededAndreas Cadhalpun2016-01-115-15/+11
| * lavc: Add get_bitsz()Andreas Cadhalpun2016-01-112-7/+8
| * sunrastenc: Properly load codec private optionsVittorio Giovara2016-01-111-1/+4
| * get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2016-01-111-0/+11
| * lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-113-6/+6
| * avpacket: fix size check in packet_allocAndreas Cadhalpun2016-01-071-1/+1