11454 Commits (fd8277ffa00f6b74a8f0a26233ae70e8281fdf95)

Author SHA1 Message Date
Michael Niedermayer fd8277ffa0 Optimize bidir_refine a bit. 15 years ago
Michael Niedermayer a69220cce0 Change bidir refine hash code so we only need to perform a single 15 years ago
Michael Niedermayer 2d603902f3 Reduce the size of the bidir refine hashtable from 4096 to 256 and 15 years ago
Michael Niedermayer e056d2a24b Move comment that belonged to cmp() back to cmp(). 15 years ago
Michael Niedermayer 919e749772 slice dice, inline and outline cmp() 15 years ago
Michael Niedermayer 00bbc09309 Store range coder state transition table. 15 years ago
Reimar Döffinger fa034b4427 Allow hardcoding of ulaw and alaw tables. 15 years ago
Reimar Döffinger 8eaa6e0e04 Change/simplify the tableprint/tablegen API. 15 years ago
Reimar Döffinger 27eecec359 Convert two "m" constraints to MANGLE to fix compilation with some compilers. 15 years ago
Takashi Mochizuki d749da7e8b Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags. 15 years ago
Bobby Bingham 0fb49b597b Add function to export EDGE_WIDTH from libavcodec. 15 years ago
Ronald S. Bultje c846a984dc Document API addition of avcodec_copy_context(). 15 years ago
Ronald S. Bultje d103218046 Add avcodec_copy_context(). 15 years ago
Carl Eugen Hoyos a4585e7834 Fix likely typo in r15937. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Alexander Strange 7a5c850be9 H264: Copy h264dsp when creating new slice threads 15 years ago
Stefano Sabatini 11491503c4 Move AVMediaType from libavcodec to libavutil. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Carl Eugen Hoyos ca6e7708b4 Add spectral extension to the E-AC-3 decoder. 15 years ago
Michael Niedermayer 1052b76f0f Fix implicit weight for b frames in mbaff. 15 years ago
Michael Niedermayer c28112fab6 Make sure the EC code does not attempt to use inter based concealment if there 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Stephen Warren 3bccd93ac0 Set VDPAU H264 picture parameter field_order_cnt and frame_num at the 15 years ago
Stephen Warren e5efbafdfd Fix VDPAU for H.264 streams with long reference frames. 15 years ago
Mohamed Naufal 148bcae98c Implement YOP demuxer and video decoder. 15 years ago
Reimar Döffinger 30ad1a6651 Include appropriate header in table generators instead of using a dummy 15 years ago
Reimar Döffinger 5b9c11ff96 Fix indentation. 15 years ago
Ronald S. Bultje 8ff5d1f319 Simplify interleaving code. 15 years ago
Jai Menon a0d5f3d39a Cosmetics : add a space after ",". 15 years ago
Loren Merritt b23cf13c67 indent 15 years ago
Loren Merritt 3224079956 optimize init_vlc(). 15 years ago
Jai Menon bac6ed4aeb TTA : Check if the output buffer size is within bounds. 15 years ago
Reimar Döffinger 9b489e0248 Clearer CODEC_CAP_DR1 documentation. 15 years ago
Alexander Strange 767738f7a3 h264: Use + instead of | in some places 15 years ago
Ramiro Polla e644db613a libxvid: Clear extradata pointer when freeing it. 15 years ago
Alexander Strange 601ca8c55c h264: Remove unused function argument 15 years ago
Alexander Strange f7ba470d58 h264: Simplify decode_cabac_residual() specialization 15 years ago
Stefano Sabatini c5c20ae436 Make wmaprodec.c:decode_init() return AVERROR_INVALIDDATA / 15 years ago
Baptiste Coudurier dac99c359e Enable mbtree by default, and remove it from presets 15 years ago
Baptiste Coudurier f3b3b4895a Enable more libx264 options, aq, psy, rc lookahead and ssim 15 years ago
Alex Converse 508f092a78 aacenc: Merge quantize_band_cost() with quantize_and_encode_band(). 15 years ago
Vitor Sessak 690877426b Bump minor version, I forgot in the last commit 15 years ago
Vitor Sessak e1484ebed6 Implement the discrete sine/cosine transforms DCT-I and DST-I 15 years ago
Pavel Pavlov be548816dc Always check if ff_alloc_picture() succeeds. 15 years ago
Diego Biurrun 6f2c72c126 Remove unused variable, fixes the warning: 15 years ago
Måns Rullgård a8bb9ea532 ARM: NEON optimised RDFT 15 years ago
Michael Niedermayer fc4a2d1e8c Change ref_index structure so it matches how its organized in h264. 15 years ago
Michael Niedermayer ef768b0c32 Disallow VLC coding with more than 8 bits as there are several bugs 15 years ago
Michael Niedermayer 5d7bc46c2d Throw out last experimental warning that was printed for colorspaces with more than 15 years ago
Josh Allmann d6461900c9 Add doxygen docs for av_xiphlacing 15 years ago