30161 Commits (9a534eda4608b76fa0c958e876025b2c639aeb63)

Author SHA1 Message Date
Michael Niedermayer df74811cd5 avcodec/utils: Align dimensions by at least their chroma sub-sampling factors. 10 years ago
Michael Niedermayer 0c42f47e38 avcodec/libutvideodec: Try to fix build failure with old libutvideo 10 years ago
Carl Eugen Hoyos 2612214555 Do not set the lame quality if the user didn't request it. 10 years ago
Michael Niedermayer f3c0e0bf6f avcodec/dnxhddec: treat pix_fmt like width/height 10 years ago
Michael Niedermayer e70312dfc2 avcodec/dxa: check dimensions 10 years ago
Christophe Gisquet beb944786e dvenc: mark encoder as intra 10 years ago
Christophe Gisquet 4fa772acbb dv: increase VLC reading bits to 10 10 years ago
Rémi Denis-Courmont ce91b2eae6 vdpau: return MAIN instead of BASELINE for H.264 CBP 10 years ago
Rémi Denis-Courmont 26ab504ad8 vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP 10 years ago
Michael Niedermayer 39680cacee avcodec/dirac_arith: fix integer overflow 10 years ago
Michael Niedermayer 5145d22b88 avcodec/diracdec: Tighter checks on CODEBLOCKS_X/Y 10 years ago
Michael Niedermayer 526886e606 avcodec/diracdec: Use 64bit in calculation of codeblock coordinates 10 years ago
Michael Niedermayer a050cf0c45 avcodec/sgidec: fix count check 10 years ago
Michael Niedermayer 3b20ed8548 avcodec/sgidec: fix linesize for 16bit 10 years ago
Michael Niedermayer 852aaead1f avcodec/hevc_ps: Check default display window bitstream and skip if invalid 10 years ago
Michael Niedermayer 69a9a90d2e avcodec/h264_parser: rewrite the parse_nal_units() loop logic based on h264.c 10 years ago
Michael Niedermayer 3b678da5e3 avcodec/h264: simplify find_start_code() 10 years ago
Michael Niedermayer 4898440f6b Move get_avc_nalsize() and find_start_code() to h264.h 10 years ago
Kieran Kunhya 74141f693d avcodec: Add support for Opus in MPEG-TS 10 years ago
Christophe Gisquet 05da586fef dv: move inverse weight tables to decoder 10 years ago
Christophe Gisquet 6fe02d25ee dv: fix weight table for 2x4x8 transform 10 years ago
Christophe Gisquet 1086f09da3 dv: more precise weight table for 8x8 10 years ago
Christophe Gisquet 80b29c2d0c dv: use smaller type for weight tables 10 years ago
Christophe Gisquet eacf2e8eb3 dv: better split weight tables assignment 10 years ago
Michael Niedermayer dd5c2fe177 avcodec: Read errno before av_log() as the callback from av_log() might affect errno 10 years ago
Michael Niedermayer 59a4792830 avcodec/libutvideodec: Support YUV422P10 10 years ago
Eric Zimmerman 4ba5420e4d Added support for G2M5 codec 10 years ago
Benoit Fouet e56425d1a7 avcodec/aacdec: warn user when remapping streams. 10 years ago
Olivier Langlois 6fdf35fe35 lavc: Use av_gettime_relative 10 years ago
Michael Niedermayer 00dbd7c4ae avcodec/utils: Print the codec name that is missing on the whitelist 10 years ago
Michael Niedermayer a1d06a0121 avcodec/options_table: Fix codec_whitelist flags 10 years ago
James Almer 7292b0477a x86/hpeldsp: fix loop in {avg,avg_no_rnd}_pixels16_x2_mmx 10 years ago
Eejya Singh 6dc99fdf0e Added STL demuxer and decoder 10 years ago
Christophe Gisquet 0e8bfd3c93 avcodec/tiffenc: properly compute packet size 10 years ago
Michael Niedermayer c5ffd7aee5 avcodec/mjpegdec: use FF_CEIL_RSHIFT() for width 10 years ago
Michael Niedermayer d5a3a20d1e avcodec/mjpegdec: simplify chroma_height calculation 10 years ago
Michael Niedermayer 059c842818 avcodec/mjpegdec: Support 24111100 pix fmt id 10 years ago
Michael Niedermayer 832b4c0a86 avcodec/libutvideodec: print extradata size if unsupported 10 years ago
Michael Niedermayer d4e62ebae7 avcodec/snowenc: remove redundant FF_MPV_OFFSET() 10 years ago
Clément Bœsch c669af0f24 avcodec/ass: add ASS trailing \r\n in one single place 10 years ago
Clément Bœsch 3d25869605 avcodec/ass: assume raw=0 in ff_ass_add_rect_bprint 10 years ago
Michael Niedermayer 5c8eb16769 avcodec: add codec_whitelist 10 years ago
Michael Niedermayer e23af4662d avcodec/utils: Display pixel format information as none ... if unknown instead of omitting it 10 years ago
Michael Niedermayer 765abb3b76 avcodec/libvpxenc: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer c5e295cb9d avcodec/mpegaudiodec_template: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer 993a2487de avcodec/nellymoserenc: use av_freep(), do not leave stale pointers in memory 10 years ago
Michael Niedermayer f4445c7be4 avcodec/wmv2enc: add priv_class 10 years ago
Michael Niedermayer bf301258b4 avcodec/snowenc: add FF_MPV_COMMON_OPTS 10 years ago
Michael Niedermayer ae6ba2db8f avcodec/mjpegenc: add priv_class to encoders 10 years ago
Anton Khirnov 530c1441fd lavc: make lmax/lmin into private options of mpegvideo encoders 10 years ago