12638 Commits (d5f187fd3355ec6d4922d8479930c10d1b6f9ebf)

Author SHA1 Message Date
Carl Eugen Hoyos 5dd7f994c6 Do not assume PIX_FMT_YUV420P will remain the only supported output format for H264. 14 years ago
Tobias Bindhammer 2a26520a97 Cosmetics, lots of. 14 years ago
Tobias Bindhammer bbc26bae11 Skip unnecessary calculations in 4col-mode. 14 years ago
Tobias Bindhammer 90a3ffe276 Add possibility to crop screens inside of encoded frames. 14 years ago
Tobias Bindhammer 93ee7f9c41 Add check for height when cropping. 14 years ago
Tobias Bindhammer a4d2690309 Introduce palette with dynamic size. 14 years ago
Michael Niedermayer cfa5a81ea6 Move aspect ratio 0/0 avoidance code so the values in the sps struct are not missed. 14 years ago
İsmail Dönmez 9276bdddca snowdsp: Explicitly state the operand sizes 14 years ago
Benjamin Larsson 62784e3733 Add the CODEC_CAP_CHANNEL_CONF capability code and add 14 years ago
Justin Ruggles 2e0559b713 Support decoding of FLAC files without a STREAMINFO header. 14 years ago
Reimar Döffinger 645e75992d Fix GSM decoding: regular GSM and MSGSM do not use the same 14 years ago
Jason Garrett-Glaser 05931ab763 Make FRAPS decoder use PC range instead of TV range 14 years ago
Baptiste Coudurier 35e33b9aac 10l fix h263 encoder resolution test, array size is 8 not 7 14 years ago
Tomas Härdin fbeabfca2f Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXF 14 years ago
Aurelien Jacobs 59b4e5ba49 add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flag 14 years ago
Aurelien Jacobs 838dc131f1 add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string API 14 years ago
Aurelien Jacobs 0743de4ffd add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc field 14 years ago
Aurelien Jacobs 448ce9258c add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle API 14 years ago
Aurelien Jacobs 164bc38c26 add FF_API_VIDEO_OLD define to disable the deprecated decode_video API 14 years ago
Aurelien Jacobs a377cfa6c2 add FF_API_AUDIO_OLD define to disable the deprecated decode_audio API 14 years ago
Niobos e2f0214a0b Fix a yuv420p sample that was incorrectly detected as yuv411p 15 years ago
Ronald S. Bultje a52ffc3f54 Move static inline function to a macro, so that constant propagation in 15 years ago
Alexander Strange 1bb56bdb41 rawdec: Properly pass reordered_opaque through the decoder 15 years ago
Eli Friedman 329d689f75 Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speed 15 years ago
Michael Niedermayer 77336a5e12 Allow setting the impulse block bias for libvorbis through a private codec parameter. 15 years ago
Michael Niedermayer dc51a72ba4 Move allocation and init to defaults of the private codec contexts to avcodec_get_context_defaults3(). 15 years ago
Ronald S. Bultje cd17285e6c Merge b_idx and edge variables, and optimize the ASM to directly load variables 15 years ago
Ronald S. Bultje 0cc8a5d088 Remove mv_mask variable. Replace the related pand -1/0 instructions by either 15 years ago
Ronald S. Bultje c0673f2cf4 Remove d_idx as a variable, and instead load it as a constant in the asm. 15 years ago
Ronald S. Bultje 2c3135f6d3 Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets rid 15 years ago
Ronald S. Bultje 4b81511cab Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allows 15 years ago
Michael Niedermayer 655c36b22f Add AVClass for the private context, this will be used for codec specific options. 15 years ago
Jason Garrett-Glaser 4dece8c7f8 Try to fix crashes introduced by r25218 15 years ago
Michael Chinen 59cb40b921 Fix index_entries pos: 15 years ago
Baptiste Coudurier 2a5db1aa58 In dv decoder, set sample aspect aspect ratio, fix issue #1612 15 years ago
Baptiste Coudurier 348a3237cc In dv decoder, use the expected aspect ratio logic, like other decoders do, 15 years ago
Michael Niedermayer 6e73cef6e3 Fix several security issues in flicvideo.c 15 years ago
Jason Garrett-Glaser e2983d6eac Improve error concealment of lost frames 15 years ago
Stefano Sabatini 41f87daaa3 Bump version and update APIchanges after r25210. 15 years ago
Martin Storsjö 6677249889 Bump minor version for the addition of the G.722 encoder 15 years ago
Michael Niedermayer 6ed040408b Move AVOptions from libavcodec to libavutil 15 years ago
Kostya Shishkov cba322d76d Make WMV3 decoder attempt to decode WMVP as well 15 years ago
Kostya Shishkov 10f93363b7 RES_SM in WMV3 is really two flags, so split it in decoder 15 years ago
Reimar Döffinger 02b424d9c8 Add d suffix to movd target register to make it work with nasm. 15 years ago
Reimar Döffinger dc77e985b7 Split and then simplify address generation macro. 15 years ago
Michael Niedermayer 53eb458a72 Fix rv20 encoding so the binary decoder can decode it. 15 years ago
Stefano Sabatini b9f9e59afc Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the 15 years ago
Maksym Veremeyenko b299c4e4d3 Support deinterlacing of YUVJ422P in old deinterlacer. 15 years ago
Reimar Döffinger b641982b23 rawdec: ensure that there is always a valid palette for formats that 15 years ago
Måns Rullgård d66a546f77 vorbisenc: remove VLAs 15 years ago