summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* aac: remove dead SBR input scalingAlex Converse2011-02-141-7/+3
* ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles2011-02-145-8/+103
* FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt2011-02-146-38/+45
* bink: permute Bink version 'b' quant matrices by inverse scan orderPeter Ross2011-02-141-4/+9
* bink: simplify how quantization matrices are passed to read_dct_coeffs()Peter Ross2011-02-141-15/+8
* Make truncated mpeg4 GOP header check a bit more specific.Michael Niedermayer2011-02-141-1/+1
* Apply minor cosmetics fixes to the av_audio_resample_init() doxy.Stefano Sabatini2011-02-141-3/+4
* Document audio_resample_close().Stefano Sabatini2011-02-141-0/+7
* Detect null gop headers.Michael Niedermayer2011-02-131-0/+5
* Make tables generation insensitive to floating-point implementationVitor Sessak2011-02-131-9/+16
* VP8: ARM optimised decode_block_coeffs_internalMans Rullgard2011-02-135-2/+259
* ARM optimised vp56_rac_get_prob()Mans Rullgard2011-02-132-1/+97
* bink: reindent after last commitPeter Ross2011-02-131-6/+6
* Bink version 'b' video decoderPeter Ross2011-02-133-19/+370
* Clarify that pts_correction* fields are internal to libavcodecMichael Niedermayer2011-02-131-1/+1
* Set maximum lowres value for the MJPEG decoder to 3.Carl Eugen Hoyos2011-02-121-1/+1
* VP8: optimized mv prediction and decodingJason Garrett-Glaser2011-02-111-91/+91
* ac3enc: Remove unneeded clipping of shift amount.Justin Ruggles2011-02-111-1/+0
* ac3enc: remove right shifting from lshift_tab() and make lshift unsigned.Justin Ruggles2011-02-111-6/+2
* Remove final semicolon from some macrosMans Rullgard2011-02-113-7/+7
* dvbsubenc: Fix placement of the object versionRonen Mizrahi2011-02-111-1/+1
* dvbsubdec: check against buffer overreadsJanne Grunau2011-02-111-2/+9
* Do not fail DVB sub decoding because of a few padding bytesReimar Döffinger2011-02-111-7/+2
* Add x86-optimized versions of exponent_min().Justin Ruggles2011-02-118-29/+230
* Remove incorrect return statement from avcodec_thread_free()Mans Rullgard2011-02-111-1/+1
* ivi_dsp: remove semicolons after function definitionsMans Rullgard2011-02-111-4/+4
* Fix build with threading disabledMans Rullgard2011-02-111-0/+2
* w32thread: add missing #include thread.hMans Rullgard2011-02-111-0/+1
* check sample_fmt in avcodec_openReimar Döffinger2011-02-111-0/+10
* vp3: Frame-based multithreading supportAlexander Strange2011-02-111-23/+131
* Deprecate avcodec_thread_init()Alexander Strange2011-02-115-11/+34
* Frame-based multithreading framework using pthreadsAlexander Strange2011-02-116-10/+980
* Update qmin/qmax values for libx264 presetsJason Garrett-Glaser2011-02-091-2/+2
* Fix broken vbv_buffer_init handling in libx264.cJason Garrett-Glaser2011-02-091-3/+2
* VP8: idct_mb optimizationsJason Garrett-Glaser2011-02-091-16/+16
* Fix ff_emu_edge_core_sse() on Win64.Ronald S. Bultje2011-02-091-5/+15
* logging: downgrade recoverable errors to warningsStefan Kost2011-02-092-3/+3
* h264: define FF_PROFILE_H264_HIGH_444 to the correct valueJanne Grunau2011-02-092-0/+2
* VP8: ARM NEON optimisations for dsp functionsMans Rullgard2011-02-095-0/+2079
* Remove Xan WC4 cruft from xan.cKostya2011-02-091-30/+2
* Xan4 decoderKostya Shishkov2011-02-094-2/+432
* pass QDMC extradata to the decoderSascha Sommer2011-02-091-0/+1
* vorbis dec: Remove obsolete commentAlexander Strasser2011-02-081-1/+0
* vorbis dec: cosmetics: Indent CPP cond properlyAlexander Strasser2011-02-081-2/+2
* vorbis dec: cosmetics: Indent consistentlyAlexander Strasser2011-02-081-14/+14
* vorbis dec: cosmetics: Indent after scope deletionAlexander Strasser2011-02-081-10/+10
* vorbis dec: Delete useless scopesAlexander Strasser2011-02-081-5/+0
* Implement guessed_pts in avcodec_decode_video2Nicolas George2011-02-072-1/+60
* dvdsubdec.c: prevent input buffer overflowJindrich Makovicka2011-02-071-3/+3
* Make inter_rvlc and intra_rvlc static tables.Diego Elio Pettenò2011-02-062-5/+2
OpenPOWER on IntegriCloud