summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-0180-973/+1307
|\
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-3076-874/+1214
* | Merge commit 'adcb8392c9b185fd8a91a95fa256d15ab1432a30'Michael Niedermayer2014-07-017-361/+429
|\ \ | |/
| * mjpeg: Split off bits shared by MJPEG and LJPEG encodersDiego Biurrun2014-06-307-294/+360
* | avcodec/hevc: Use av_malloc(z)_array()Michael Niedermayer2014-07-011-11/+11
* | avcodec/pgssubdec: remove unused variablesMichael Niedermayer2014-06-301-3/+0
* | avcodec/pgssubdec: Check input buffer size in parse_presentation_segment()Michael Niedermayer2014-06-301-0/+8
* | Merge commit '253d0be6a1ecc343d29ff8e1df0ddf961ab9c772'Michael Niedermayer2014-06-301-120/+239
|\ \ | |/
| * pgssubdec: handle more complex PGS scenariosJohn Stebbins2014-06-301-130/+294
* | avcodec/pgssubdec: fix end display timeJohn Stebbins2014-06-301-1/+4
* | avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is setJohn Stebbins2014-06-301-1/+5
* | avcodec/pgssubdec: better error codesJohn Stebbins2014-06-301-7/+7
* | avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle()John Stebbins2014-06-301-11/+11
* | avcodec/pgssubdec: split out flush_cache()John Stebbins2014-06-301-10/+14
* | avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF...John Stebbins2014-06-301-6/+11
* | avcodec/pgssubdec: rename PICTURE_SEGMENTJohn Stebbins2014-06-301-2/+2
* | avcodec/huffyuvencdsp: try to fix misaligned accessMichael Niedermayer2014-06-291-1/+1
* | avcodec/cavs: improve conformance with rm52j reference decoderYao Wang2014-06-281-8/+18
* | avcodec/cavs: make cavs_chroma_qp non staticMichael Niedermayer2014-06-283-9/+10
* | avcodec/mpegvideo: dont overwrite emu_edge bufferMichael Niedermayer2014-06-282-2/+3
* | avcodec/mpegvideo_enc: reduce space between blocks in emu_edge in encode_mb_i...Michael Niedermayer2014-06-281-4/+4
* | Revert "x86/videodsp: add emulated_edge_mc_mmxext"Michael Niedermayer2014-06-282-74/+29
* | avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the resolu...Michael Niedermayer2014-06-281-1/+1
* | avcodec/vp8: Fix multiple ff_thread_finish_setup() callsMichael Niedermayer2014-06-271-1/+2
* | Merge commit '5dd8c08fd5e4c04d7a08d8934f0098a8a4a35c28'Michael Niedermayer2014-06-273-10/+11
|\ \ | |/
| * mpeg: Change ff_convert_matrix() to take an MpegEncContext parameterDiego Biurrun2014-06-273-7/+8
* | Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'Michael Niedermayer2014-06-273-26/+39
|\ \ | |/
| * dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-273-19/+31
* | avcodec/dvbsubdec: fix ignoring blank frame by updating got_outputAnshul Maheshwari2014-06-271-8/+7
* | avcodec/snow: factor ff_snow_get_buffer() outMichael Niedermayer2014-06-273-22/+24
* | Merge commit 'd2869aea0494d3a20d53d5034cd41dbb488eb133'Michael Niedermayer2014-06-273-22/+40
|\ \ | |/
| * dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectoryDiego Biurrun2014-06-263-22/+40
* | Merge commit '24f45c16224d4c5d482e928676714766ffdda4fc'Michael Niedermayer2014-06-271-2/+20
|\ \ | |/
| * fate: Add dependencies for dct/fft/mdct/rdft testsDiego Biurrun2014-06-261-0/+22
* | Merge commit '5ec6d152e26c570c0a16ec72c1f354db95708179'Michael Niedermayer2014-06-276-56/+236
|\ \ | |/
| * indeo4: B-frames decodingDirk Ausserhaus2014-06-266-58/+238
* | Merge commit '422e14f721c22cf9c19a8e7aae051ba9d559f6b6'Michael Niedermayer2014-06-271-8/+8
|\ \ | |/
| * indeo2: rename stride to pitch for consistency with other Indeo decodersKostya Shishkov2014-06-261-8/+8
* | Merge commit '1b04eb20f7e3f0a71f73ba91efcc3d60a435e443'Michael Niedermayer2014-06-261-22/+1
|\ \ | |/
| * lavc: do not allocate edges in the default get_buffer2()Anton Khirnov2014-06-261-21/+1
| * hevc: remove unused array min_cb_addr_zsGildas Cocherel2014-06-262-19/+1
* | avcodec/snow: ensure the buffers have allocated edgesMichael Niedermayer2014-06-262-2/+21
* | Merge commit '9b60d9197970658e91daf4b586397f450de9af69'Michael Niedermayer2014-06-261-3/+4
|\ \ | |/
| * hevc: Allow out of bound values for num_reorder_picsKieran Kunhya2014-06-261-5/+10
* | x86/videodsp: add emulated_edge_mc_mmxextJames Almer2014-06-262-29/+74
* | avcodec/cavs: fix B_SUB_DIRECT col-MB is Intra MB case.Yao Wang2014-06-262-6/+28
* | Merge commit '593d2326ef985cdffe413df629419938f7b07c4c'Michael Niedermayer2014-06-261-1/+1
|\ \ | |/
| * dv: Replace a magic number by sizeof()Diego Biurrun2014-06-251-1/+1
* | Merge commit '5ab03e41e553452118113d0c224fa32b325e45e5'Michael Niedermayer2014-06-261-1/+1
|\ \ | |/
| * x86: h264dsp: Fix link failure with optimizations disabledDiego Biurrun2014-06-251-1/+1