35450 Commits (c802389393094ff76cb48cd816362ca731387a45)

Author SHA1 Message Date
Hendrik Leppkes c802389393 h2645_parse: initialize the GetBitContext to the proper size 9 years ago
Hendrik Leppkes 6eb1b40ad8 hevc: fix size condition in ptl parsing 9 years ago
Michael Niedermayer fc6894770e avcodec/m101: simplify 8bit code 9 years ago
Michael Niedermayer 22d1148c77 avcodec/m101: remove unneeded zeroing of priv_data_size 9 years ago
Michael Niedermayer cbe265ccd7 avcodec/m101: Simplify if() condition 9 years ago
Michael Niedermayer 58b3e5606b avcodec/avcodec: Move AV_CODEC_ID_M101 to the 2nd group of video codecs 9 years ago
Michael Niedermayer 4155d5e06f avcodec: add M101 decoder 9 years ago
Timo Rothenpieler 31ce01bdb9 avcodec/nvenc: don't set profile in lossless mode 9 years ago
James Almer bd63ecec78 avcodec/dcadsp: use LOCAL_ALIGNED_32 instead of LOCAL_ALIGNED(32, ...) 9 years ago
Andrey Utkin abb69a2f2b avcodec: Add "sar" alias to "aspect" option of video encoders 9 years ago
Christophe Gisquet 9c1aa14bf0 vc2enc: prevent random data 9 years ago
Paul B Mahol c5d2d3dced avcodec/alac: fix 20-bit support 9 years ago
Rostislav Pehlivanov 770d3c85af vc2enc: do not print the lavc version if the bitexact flag is enabled 9 years ago
James Almer fc1c836def avcodec/hevc_parser: fix packet_split function name 9 years ago
Rick Kern dc750194b6 lavc/videotoolboxenc: Set colorimetry values 9 years ago
Rick Kern c356b6865d lavc/videotoolboxenc: Support pixel aspect ratio 9 years ago
Rick Kern 9d8a38d20b lavc/videotoolboxenc: Support for forced I-frames 9 years ago
Rick Kern 4b806081b2 lavc/videotoolboxenc: add concatentation properties 9 years ago
Rick Kern ca429e7253 lavc/videotoolboxenc: Add realtime encoding property 9 years ago
Rick Kern 272dd437bc lavc/videotoolboxenc: Handle out-of-memory and fix memory leak 9 years ago
Rick Kern 2fbf39382d lavc/videotoolboxenc: Fix DTS 9 years ago
Rick Kern abe05892be lavc/videotoolboxenc: Fix AVCodecContext.has_b_frames usage. 9 years ago
Rick Kern 645df43144 lavc/videotoolboxenc: Add entropy setting 9 years ago
Rick Kern fbe0cf8ca7 lavc/videotoolboxenc: Require hardware encoding 9 years ago
Rick Kern 0d4bf3074d lavc/videotoolboxenc: Handle hwaccel format as input 9 years ago
Rick Kern d7cf3610c2 lavc/videotoolboxenc: Use shared pixel buffer pool 9 years ago
Paul B Mahol 66eb5b809a avcodec/adpcm: fix decoding of stereo non 4-bit ADPCM IMA WAV 9 years ago
Paul B Mahol 3395ad48fa avcodec/adpcm: replace char/short/long with int8_t/int16_t/int 9 years ago
foo86 b7d267399b avcodec/dca: convert to AVCRC 9 years ago
Michael Niedermayer 1ef267b83f avcodec/h264: Put the removed SPS handling code back 9 years ago
Christophe Gisquet 7d453aaf65 wmalossless: allow calling madd_int16 9 years ago
Michael Niedermayer df820af2c5 avcodec/error_resilience: Improve missing slice handling for mpeg2 9 years ago
foo86 ce2f9fdb0a avcodec/dca: fix sync word search error condition 9 years ago
Michael Niedermayer 9fcb59c9bc avcodec/options_table: fix strict compliance constant flags to match the strict field 9 years ago
Michael Niedermayer deaf58abf2 avcodec/mjpegdec: Do not try to detect last scan but apply idct after all scans for progressive jpeg 9 years ago
Jan Sebechlebsky 0ff3489534 avcodec/mjpeg2jpeg_bsf: Check ff_bsf_get_packet success 9 years ago
foo86 1fee770a1c avcodec/dca: move channel counter utility into dca.h 9 years ago
foo86 2df7d4fa45 avcodec/dca: move huffman data into separate object file 9 years ago
Paul B Mahol bc2fe36228 avcodec/noise_bsf: set correct size of .priv_data_size field 9 years ago
Michael Niedermayer 3187277ebb avcodec/wmalosslessdec: Fix memset sizeof 9 years ago
Michael Niedermayer 52623ef785 avcodec/smc: Mark pixel pointer as const 9 years ago
Carl Eugen Hoyos 00ffbdfb68 lavc/fic: Do not warn about empty cursor. 9 years ago
Carl Eugen Hoyos 47a11ff457 lavc/fic: Be less verbose for invisible cursor outside of video. 9 years ago
Clément Bœsch 9f3dd53050 lavc/srtenc: do not emit any subrip tags with text codec 9 years ago
Clément Bœsch bbf02f7d28 lavc: override decode return value only in case of error 9 years ago
Christophe Gisquet 532e937083 avcodec/wmalosslessdec: silence a sample request 9 years ago
Paul B Mahol 8f4358888f avcodec/wmalosslessdec: fix type for coeffs and lms_updates in cdlms struct 9 years ago
foo86 b286ff69c0 avcodec/dcaenc: move channel reordering tables to dcaenc.h 9 years ago
foo86 de28e73cce avcodec/dcaenc: reuse shared quant levels table 9 years ago
Michael Niedermayer cb84c12fa2 avcodec/mpeg12dec: Print position in end mismatch error 9 years ago