summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Do not assume PIX_FMT_YUV420P will remain the only supported output format fo...Carl Eugen Hoyos2010-10-051-1/+1
* Cosmetics, lots of.Tobias Bindhammer2010-10-051-38/+38
* Skip unnecessary calculations in 4col-mode.Tobias Bindhammer2010-10-051-1/+1
* Add possibility to crop screens inside of encoded frames.Tobias Bindhammer2010-10-051-4/+19
* Add check for height when cropping.Tobias Bindhammer2010-10-051-3/+3
* Introduce palette with dynamic size.Tobias Bindhammer2010-10-052-7/+10
* Move aspect ratio 0/0 avoidance code so the values in the sps struct are not ...Michael Niedermayer2010-10-052-2/+5
* snowdsp: Explicitly state the operand sizesİsmail Dönmez2010-10-041-1/+1
* Add the CODEC_CAP_CHANNEL_CONF capability code and addBenjamin Larsson2010-10-022-0/+6
* Support decoding of FLAC files without a STREAMINFO header.Justin Ruggles2010-10-021-4/+28
* Fix GSM decoding: regular GSM and MSGSM do not use the sameReimar Döffinger2010-10-027-217/+362
* Make FRAPS decoder use PC range instead of TV rangeJason Garrett-Glaser2010-10-021-2/+2
* 10l fix h263 encoder resolution test, array size is 8 not 7Baptiste Coudurier2010-10-021-1/+1
* Add pcm_lxf, a decoder for the 20-bit planar PCM format used in LXFTomas Härdin2010-10-013-3/+29
* add FF_API_INOFFICIAL define to disable the deprecated 'inofficial' flagAurelien Jacobs2010-09-302-2/+5
* add FF_API_SET_STRING_OLD define to disable the deprecated av_set_string APIAurelien Jacobs2010-09-303-2/+5
* add FF_API_USE_LPC define to disable the deprecated AVCodecContext.use_lpc fieldAurelien Jacobs2010-09-303-3/+6
* add FF_API_SUBTITLE_OLD define to disable the deprecated decode_subtitle APIAurelien Jacobs2010-09-302-2/+5
* add FF_API_VIDEO_OLD define to disable the deprecated decode_video APIAurelien Jacobs2010-09-302-2/+5
* add FF_API_AUDIO_OLD define to disable the deprecated decode_audio APIAurelien Jacobs2010-09-303-4/+7
* Fix a yuv420p sample that was incorrectly detected as yuv411pNiobos2010-09-301-1/+1
* Move static inline function to a macro, so that constant propagation inRonald S. Bultje2010-09-291-117/+113
* rawdec: Properly pass reordered_opaque through the decoderAlexander Strange2010-09-291-0/+1
* Use sse2 variant of put_pixels16() for no_rnd also. Provides a minor speedEli Friedman2010-09-291-0/+1
* Allow setting the impulse block bias for libvorbis through a private codec pa...Michael Niedermayer2010-09-291-0/+15
* Move allocation and init to defaults of the private codec contexts to avcodec...Michael Niedermayer2010-09-293-0/+44
* Merge b_idx and edge variables, and optimize the ASM to directly load variablesRonald S. Bultje2010-09-291-46/+54
* Remove mv_mask variable. Replace the related pand -1/0 instructions by eitherRonald S. Bultje2010-09-291-6/+7
* Remove d_idx as a variable, and instead load it as a constant in the asm.Ronald S. Bultje2010-09-291-32/+38
* Unroll inner bidir loop in h264_loop_filter_strength_mmx2(), which gets ridRonald S. Bultje2010-09-291-5/+19
* Unloop the outer loop in h264_loop_filter_strength_mmx2(), which allowsRonald S. Bultje2010-09-291-25/+29
* Add AVClass for the private context, this will be used for codec specific opt...Michael Niedermayer2010-09-291-0/+1
* Try to fix crashes introduced by r25218Jason Garrett-Glaser2010-09-281-5/+10
* Fix index_entries pos:Michael Chinen2010-09-272-0/+8
* In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier2010-09-271-0/+10
* In dv decoder, use the expected aspect ratio logic, like other decoders do,Baptiste Coudurier2010-09-271-6/+6
* Fix several security issues in flicvideo.cMichael Niedermayer2010-09-271-8/+13
* Improve error concealment of lost framesJason Garrett-Glaser2010-09-271-0/+12
* Bump version and update APIchanges after r25210.Stefano Sabatini2010-09-271-1/+1
* Bump minor version for the addition of the G.722 encoderMartin Storsjö2010-09-261-2/+2
* Move AVOptions from libavcodec to libavutilMichael Niedermayer2010-09-266-596/+41
* Make WMV3 decoder attempt to decode WMVP as wellKostya Shishkov2010-09-263-4/+25
* RES_SM in WMV3 is really two flags, so split it in decoderKostya Shishkov2010-09-262-4/+10
* Add d suffix to movd target register to make it work with nasm.Reimar Döffinger2010-09-261-2/+2
* Split and then simplify address generation macro.Reimar Döffinger2010-09-261-20/+22
* Fix rv20 encoding so the binary decoder can decode it.Michael Niedermayer2010-09-262-2/+2
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-254-4/+4
* Support deinterlacing of YUVJ422P in old deinterlacer.Maksym Veremeyenko2010-09-251-0/+2
* rawdec: ensure that there is always a valid palette for formats thatReimar Döffinger2010-09-251-1/+6
* vorbisenc: remove VLAsMåns Rullgård2010-09-241-6/+17
OpenPOWER on IntegriCloud