summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* cosmetics: indentationJustin Ruggles2011-04-271-8/+8
* Check AVCodec.supported_samplerates and AVCodec.channel_layouts inJustin Ruggles2011-04-271-1/+27
* aacdec: remove sf_scale and sf_offset.Alex Converse2011-04-272-20/+8
* aacdec: use a scale of 2 in the LTP MDCT rather than doubling the coefficientJustin Ruggles2011-04-272-4/+4
* Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets insteadAlex Converse2011-04-274-8/+10
* Large intensity stereo and PNS indices are legal. Clip them instead ofAlex Converse2011-04-271-11/+16
* qpeg: use reget_buffer() in decode_frame()Stefano Sabatini2011-04-271-6/+3
* ultimotion: use reget_buffer() in ulti_decode_frame()Stefano Sabatini2011-04-271-5/+2
* smacker: remove unnecessary call to avctx->release_buffer in decode_frame()Stefano Sabatini2011-04-271-2/+0
* avparser: don't av_malloc(0).Ronald S. Bultje2011-04-261-4/+6
* ac3enc: correct the flipped sign in the ac3_fixed encoderJustin Ruggles2011-04-261-1/+1
* Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun2011-04-268-30/+9
* Add AVX FFT implementation.Vitor Sessak2011-04-2622-206/+449
* Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.Vitor Sessak2011-04-261-1/+248
* mjpeg: Detect overreads in mjpeg_decode_scan() and error out.Michael Niedermayer2011-04-261-0/+4
* lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enumsStefano Sabatini2011-04-263-20/+22
* aac: add headers needed for log2f()Michael Niedermayer2011-04-262-0/+2
* lavc: remove FF_API_MB_Q cruftAnton Khirnov2011-04-263-23/+0
* lavc: remove FF_API_RATE_EMU cruftAnton Khirnov2011-04-263-16/+0
* lavc: remove FF_API_HURRY_UP cruftAnton Khirnov2011-04-2614-96/+2
* ac3: fix memleak in fixed-point encoderJanne Grunau2011-04-251-1/+1
* flashsv: Return more meaningful error values.Diego Biurrun2011-04-252-4/+4
* flashsv: Employ explicit AVCodec struct initializers.Diego Biurrun2011-04-252-20/+19
* cosmetics: K&R coding style and more whitespace for Flash Screen VideoDiego Biurrun2011-04-252-121/+121
* vorbisdec: Employ proper printf format specifiers for uint_fast32_t.Diego Biurrun2011-04-251-1/+1
* Replace more FFmpeg instances by Libav or ffmpeg.Diego Biurrun2011-04-232-4/+4
* vorbis: Rename decoder/encoder files to follow general file naming scheme.Diego Biurrun2011-04-234-3/+3
* aacenc: Fix whitespace after last commit.Nathan Caldwell2011-04-231-10/+13
* cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun2011-04-231-1/+1
* aacenc: Finish 3GPP psymodel analysis for non mid/side cases.Nathan Caldwell2011-04-232-6/+303
* Add some debug log messages to AAC extradataAlex Converse2011-04-221-0/+9
* Use av_log_ask_for_sample() to request samples from users.Diego Biurrun2011-04-224-5/+9
* Make av_log_ask_for_sample() accept a variable number of arguments.Diego Biurrun2011-04-222-3/+9
* vqavideo: We no longer need to ask for version 1 samples.Diego Biurrun2011-04-221-2/+0
* aacdec: indentation cosmeticsYoung Han Lee2011-04-221-10/+9
* Introduce slice threads flag.Ronald S. Bultje2011-04-2111-10/+20
* Use av_log_ask_for_sample() where appropriate.Diego Biurrun2011-04-214-11/+12
* lavc: provide deprecated avcodec_thread_init until next major versionAnton Khirnov2011-04-213-0/+19
* lavc: provide the opt.h header until the next bumpAnton Khirnov2011-04-213-1/+20
* In avcodec_open(), set return code to an error value only when an error occursJustin Ruggles2011-04-191-3/+8
* lavc: remove reference to opt.h from Makefile.Anton Khirnov2011-04-191-1/+1
* lavc: remove misc disabled cruft.Anton Khirnov2011-04-199-345/+4
* lavc: remove the FF_API_INOFFICIAL cruft.Anton Khirnov2011-04-193-9/+0
* lavc: remove the FF_API_SET_STRING_OLD cruft.Anton Khirnov2011-04-193-68/+0
* lavc: remove the FF_API_USE_LPC cruft.Anton Khirnov2011-04-194-27/+0
* lavc: remove the FF_API_SUBTITLE_OLD cruft.Anton Khirnov2011-04-193-26/+0
* lavc: remove the FF_API_VIDEO_OLD cruft.Anton Khirnov2011-04-193-38/+0
* lavc: remove the FF_API_AUDIO_OLD cruft.Anton Khirnov2011-04-194-55/+0
* lavc: remove the FF_API_OPT_SHOW cruft.Anton Khirnov2011-04-193-16/+0
* lavc: remove the FF_API_MM_FLAGS cruft.Anton Khirnov2011-04-192-22/+0
OpenPOWER on IntegriCloud