11491 Commits (1235429c2792e879d50a06cc851f3065f1a481d5)

Author SHA1 Message Date
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
Michael Niedermayer 0e22d68834 Remove the word "experimental" 15 years ago
Michael Niedermayer e1c9d266a2 Ignore x264 build=0 as there is no such version, this restores previous 15 years ago
Stefano Sabatini e4445e9c78 Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than 15 years ago
Reimar Döffinger e99f8d32e2 Do not use puts, it adds additional newlines making the generated files 15 years ago
Reimar Döffinger c787cb339e Add support for hard-coding the 256kB large dv_vlc_map table. 15 years ago
Reimar Döffinger 8de0859bcb Extend and move macros to create table printing functions to header. 15 years ago
Reimar Döffinger 10249a5f31 Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
Vitor Sessak b531e1ab59 Reindent after r22618. 15 years ago
Vitor Sessak 8305c76b53 Split DCT-II and DCT-III in different functions, they do not share any code. 15 years ago
Vitor Sessak e30ab38e94 Call DCT by function pointer. Needed for any future ASM implementation and 15 years ago
Vitor Sessak 89d7df7c74 Cosmetics: move ff_dct_init() to the bottom of the file 15 years ago
Vitor Sessak 2758004fce DCT: remove unused field from context 15 years ago
Kostya Shishkov b78a985afb fix minor typo 15 years ago