32236 Commits (947b74ee7da7984b666a478164917e42d4f4592d)

Author SHA1 Message Date
Niklesh 9aabc926ca Improve upon dynamic arrays- movtext subtitles 10 years ago
Andreas Cadhalpun e48a9ac9af libshine: fix support for shine 3.0 10 years ago
Michael Niedermayer c50904fd78 avcodec/mjpegenc_common: Use ff_mpv_reallocate_putbitbuffer() 10 years ago
Michael Niedermayer 00f3bb2ef2 avcodec/mpegvideo: Factor ff_mpv_reallocate_putbitbuffer() out 10 years ago
Steve Lhomme d8039ef8d2 D3D11va: add a Direct3D11 video decoder similar to DXVA2 10 years ago
Michael Niedermayer bd46e78aa4 avcodec/put_bits: Assert that size in set_put_bits_buffer_size() does not cause integer overflows 10 years ago
Michael Niedermayer 291ad5cc9c avcodec/bitstream: Assert that there is enough space left in avpriv_copy_bits() 10 years ago
Michael Niedermayer 8f5ffed183 avcodec/put_bits: Assert that there is enough space left in skip_put_bytes() 10 years ago
Michael Niedermayer 561d3a57aa avcodec/mpegvideo_enc: Update the buffer size as more slices are merged 10 years ago
Michael Niedermayer e4c2ec879b avcodec/put_bits: Update size_in_bits in set_put_bits_buffer_size() 10 years ago
Michael Niedermayer 1cacecce79 avcodec/libutvideoenc: Fix memleak 10 years ago
James Almer c5a07f1f84 libdcadec: search for frames that start late in a packet 10 years ago
Michael Niedermayer db5ea69d80 avcodec/ituh263enc: Pass PutBitContext into h263p_encode_umotion() instead of MpegEncContext 10 years ago
Michael Niedermayer 404fe63e23 avcodec: Pass PutBitContext into ff_h263_encode_motion() instead of MpegEncContext 10 years ago
Michael Niedermayer b71dc29729 avcodec/h263: Remove unused argument of h263_get_motion_length() 10 years ago
Michael Niedermayer 39de31ccb6 avcodec/mpeg4video: Reorder operations to reduce accesses to err_recognition 10 years ago
Michael Niedermayer de0d3fe562 avcodec/y41pdec: Avoid using float for size test 10 years ago
James Almer 8952254ffe libwebp: simplify AVCodec.close functions 10 years ago
Michael Niedermayer 4ae15605f6 avcodec/dcadec: Search and decode frame in case it starts later in a packet 10 years ago
James Almer 1096c46c55 libwebp: use a separate AVClass for each encoder 10 years ago
James Almer 44ca8a6adb libwebpenc_common: add header guards 10 years ago
James Almer 98be2d94ea libwebp: remove unneeded defines 10 years ago
Urvang Joshi 02cf59f3a6 WebP encoder: use WebPAnimEncoder API when available. 10 years ago
Niklesh 337aa17e61 avcodec/movtextdec: Add support for large boxes(>32 bit) 10 years ago
Vittorio Giovara 4e17946f10 mpegvideo: Rework various functions not to use MpegEncContext directly 10 years ago
Vittorio Giovara a3f4c930ac mpegvideo: Have ff_mpeg_ref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara d528045558 mpegvideo: Have ff_mpeg_unref_picture use AVCodecContext directly 10 years ago
Vittorio Giovara 6f54dc43ce mpegvideo: Drop stream_codec_tag 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Michael Niedermayer d09321b68e avcodec/mpeg12dec: Fix chroma location 10 years ago
Urvang Joshi f99fed733d WebP encoder: extract out some methods into a separate helper library. 10 years ago
周晓勇 33e9473366 avcodec/mips: loongson fix bugs in mathops optimization 10 years ago
James Almer 40bf3687a1 libvpx: add support for yuv440p and yuv440p10/12 encoding 10 years ago
Carl Eugen Hoyos 209e91cbc4 lavc/qdrw: Do not fail decoding valid Quickdraw images. 10 years ago
Vittorio Giovara 265d884eb0 avcodec/vmnc: Add back adapted comment about 24bit 10 years ago
Michael Niedermayer b6ca7bfc7c avcodec/vmnc: Simplify "24bit" support 10 years ago
Michael Niedermayer 6d1935d1b9 avcodec/hevc: Remove unused variable 10 years ago
Michael Niedermayer 50965e0673 avcodec: add mathops test 10 years ago
Carl Eugen Hoyos eb0c08bc69 lavc/vmnc: Fix 32bit colour-space, there is no transparency. 10 years ago
Niklesh b44a55ad2d Fix movtext crashes caused due to lack of proper bounds checking 10 years ago
Michael Niedermayer b8e7f2b277 avcodec/flacenc: Support Multi dimensional quantization 10 years ago
wm4 3efe0393e4 hevc: make avcodec_decode_video2() fail if get_format() fails 10 years ago
Vittorio Giovara eafbc6716c vmnc: Delay pixel size check 10 years ago
Michael Niedermayer 215410860f avcodec/flacenc: Mark pointers/array arguments const which are not changed 10 years ago
Michael Niedermayer 5dfcb4f74d avcodec/flacenc: Simplify md5 calculation code by using AV_WL24() 10 years ago
Michael Niedermayer 7786a91b47 avcodec/flacenc: Move udata and sums to FlacSubframe 10 years ago
Michael Niedermayer 80f9d6e0ab avcodec/flacenc: Support calculating rice parameters exactly 10 years ago
Michael Niedermayer d3dcd28812 avcodec/flacenc: Do not copy unused udata array -> 5x faster calc_rice_params() 10 years ago
Michael Niedermayer d0ac2f59aa avcodec/golomb: Remove disabled and broken code 10 years ago