29006 Commits (43d70a776dcc770d5e52327b125ec5ce704e5148)

Author SHA1 Message Date
Anshul Maheshwari 43d70a776d avcodec: Updated comment for sub param 11 years ago
Anshul Maheshwari 7d1898ebcc avcodec/dvbsubdec: removed unnecessary null check for subtitle 11 years ago
Michael Niedermayer 5307fa00a4 avcodec/dvdec: remove redundant null check 11 years ago
Michael Niedermayer d266ecff4b avcodec/bitstream: remove trivial assert 11 years ago
James Almer a441a2437b x86: rename dsputil.asm to idctdsp.asm 11 years ago
Michael Niedermayer ef7e8425e8 avcodec/mjpegdec: factorize some parts of the pix_fmt_id switch() 11 years ago
Michael Niedermayer 784e1cf76b avcodec/mjpegdec: handle luma upscale detection generically 11 years ago
Michael Niedermayer 64d98dadc7 avcodec/mjpegdec: set upscale_h/upscale_v using generic code instead of hardcoding a list 11 years ago
Michael Niedermayer 7558e55345 avcodec/mjpegdec: Support pix_fmt_id==0x11222200 11 years ago
Michael Niedermayer cd417d947e avcodec/mjpegdec: fix width for non chroma in rescaling 11 years ago
Michael Niedermayer 4e09300ffa mjpegdec: Support pix_fmt_id == 0x22112200 11 years ago
Diego Biurrun d0449e7545 vaapi: Update idct_permutation location after dsputil/idctdsp split 11 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
Michael Niedermayer 7faa7d3d42 avcodec/hevc: Use av_malloc(z)_array() 11 years ago
Michael Niedermayer e429d6c197 avcodec/pgssubdec: remove unused variables 11 years ago
Michael Niedermayer 89bcb77726 avcodec/pgssubdec: Check input buffer size in parse_presentation_segment() 11 years ago
John Stebbins 0c911c8fbc avcodec/pgssubdec: fix end display time 11 years ago
John Stebbins 066a4819cc avcodec/pgssubdec: Bail out of decode_rle() if error and AV_EF_EXPLODE is set 11 years ago
John Stebbins fc7da418ff avcodec/pgssubdec: better error codes 11 years ago
John Stebbins 5c019ec91d avcodec/pgssubdec: Pass AVSubtitleRect to decode_rle() 11 years ago
John Stebbins 4701f7676c avcodec/pgssubdec: split out flush_cache() 11 years ago
Diego Biurrun e3fcb14347 dsputil: Split off IDCT bits into their own context 11 years ago
Diego Biurrun adcb8392c9 mjpeg: Split off bits shared by MJPEG and LJPEG encoders 11 years ago
John Stebbins ca7f2a7372 avcodec/pgssubdec: do not fail when part of the packet is faulty unless AV_EF_EXPLODE is set 11 years ago
John Stebbins 376f353e3d avcodec/pgssubdec: rename PICTURE_SEGMENT 11 years ago
John Stebbins 253d0be6a1 pgssubdec: handle more complex PGS scenarios 11 years ago
Michael Niedermayer 3f42434600 avcodec/huffyuvencdsp: try to fix misaligned access 11 years ago
Yao Wang 5464916677 avcodec/cavs: improve conformance with rm52j reference decoder 11 years ago
Michael Niedermayer f9f8491ddf avcodec/cavs: make cavs_chroma_qp non static 11 years ago
Michael Niedermayer 504475f38e avcodec/mpegvideo: dont overwrite emu_edge buffer 11 years ago
Michael Niedermayer 21bfed5b06 avcodec/mpegvideo_enc: reduce space between blocks in emu_edge in encode_mb_internal 11 years ago
Michael Niedermayer 5bca5f87d1 Revert "x86/videodsp: add emulated_edge_mc_mmxext" 11 years ago
Michael Niedermayer 4d1fa38d98 avcodec/mpeg12dec: Limit progressive_seq reinitilaization to where the resolution changes 11 years ago
Michael Niedermayer 8c22bea574 avcodec/vp8: Fix multiple ff_thread_finish_setup() calls 11 years ago
Anshul Maheshwari 263932c084 avcodec/dvbsubdec: fix ignoring blank frame by updating got_output 11 years ago
Diego Biurrun 5dd8c08fd5 mpeg: Change ff_convert_matrix() to take an MpegEncContext parameter 11 years ago
Diego Biurrun e63b818dbe dv: Properly split decoder and encoder initialization 11 years ago
Michael Niedermayer b96c9513f3 avcodec/snow: factor ff_snow_get_buffer() out 11 years ago
Diego Biurrun d2869aea04 dsputil: Move MMX/SSE2-optimized IDCT bits to the x86 subdirectory 11 years ago
Diego Biurrun 24f45c1622 fate: Add dependencies for dct/fft/mdct/rdft tests 11 years ago
Michael Niedermayer e059ac59ef avcodec/snow: ensure the buffers have allocated edges 11 years ago
Dirk Ausserhaus 5ec6d152e2 indeo4: B-frames decoding 11 years ago
Kostya Shishkov 422e14f721 indeo2: rename stride to pitch for consistency with other Indeo decoders 11 years ago
James Almer 057d2704e7 x86/videodsp: add emulated_edge_mc_mmxext 11 years ago
Anton Khirnov 1b04eb20f7 lavc: do not allocate edges in the default get_buffer2() 11 years ago
Gildas Cocherel a0e1c3517a hevc: remove unused array min_cb_addr_zs 11 years ago
Yao Wang e18b48c6fd avcodec/cavs: fix B_SUB_DIRECT col-MB is Intra MB case. 11 years ago
Kieran Kunhya 9b60d91979 hevc: Allow out of bound values for num_reorder_pics 11 years ago
Diego Biurrun 593d2326ef dv: Replace a magic number by sizeof() 11 years ago
Diego Biurrun 5ab03e41e5 x86: h264dsp: Fix link failure with optimizations disabled 11 years ago