aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Revert "Add required header #include to fix 'make checkheaders'."Måns Rullgård2009-11-261-1/+0
* cosmetics: K&R style, prettyprintingDiego Biurrun2009-11-261-13/+13
* Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun2009-11-261-1/+1
* Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini2009-11-261-2/+2
* Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini2009-11-251-1/+2
* -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun2009-11-251-0/+2
* Add required header #include to fix 'make checkheaders'.Diego Biurrun2009-11-251-0/+1
* Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla2009-11-251-3/+5
* Support compiling against libtheora older than 1.1David Conrad2009-11-251-0/+10
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-242-13/+15
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-243-1/+13
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-241-15/+16
* WMA: extend exponent range to 95Måns Rullgård2009-11-241-1/+11
* Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov2009-11-241-2/+3
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-231-0/+1
* WMA: extend exponent table up to 75Måns Rullgård2009-11-231-3/+10
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-231-2/+1
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-231-1/+1
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-231-2/+3
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-223-12/+17
* Set colorspace for libtheora encodingDavid Conrad2009-11-221-1/+7
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-221-8/+17
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-221-18/+90
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-221-66/+42
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-221-2/+2
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-211-1/+1
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-211-44/+30
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-202-3/+6
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-201-3/+4
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-201-0/+1
* IndentRamiro Polla2009-11-201-16/+16
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-201-2/+18
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-201-6/+7
* 10l trocadero: ZMBV encoder used zero score to detect whether block should beKostya Shishkov2009-11-201-10/+14
* avoid integer overflow in dnxhd encoder, fixes #1557Baptiste Coudurier2009-11-201-1/+3
* clarify why the encoder is failingBaptiste Coudurier2009-11-191-1/+2
* Fix name for PIX_FMT_NV21 PixFmtInfo entry.Stefano Sabatini2009-11-191-1/+1
* Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is setReimar Döffinger2009-11-191-1/+4
* Revert r20548, it was a dream. It seems faad does not ouput the last frameBaptiste Coudurier2009-11-191-1/+0
* faad needs CODEC_CAP_DELAY, otherwise you miss last frameBaptiste Coudurier2009-11-181-0/+1
* Add functions to return library license and library configuration.Diego Biurrun2009-11-182-0/+21
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-1611-21/+21
* Cosmetics: Fix indentation.Carl Eugen Hoyos2009-11-161-3/+3
* Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter.Alex Converse2009-11-151-1/+1
* Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.Vitor Sessak2009-11-152-0/+62
* Merge data tables from als_data.h with the decoder source to reduceThilo Borgmann2009-11-142-106/+73
* Add long-term prediction to the ALS decoder.Thilo Borgmann2009-11-142-2/+55
* ac3dec: apply dynamic range compression to correct channels in dual-mono mode.Justin Ruggles2009-11-141-1/+1
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-131-0/+2
* Bump minor version after MPEG-4 Lossless commitVitor Sessak2009-11-121-1/+1