summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make sure field_select is not set to nonsensical values even if unused.Michael Niedermayer2009-11-29
* Factorize "s->first_slice = 1" out.Michael Niedermayer2009-11-28
* Also check the location of the picture start code and picture codingMichael Niedermayer2009-11-28
* Check order of startcodes, ignore some obviously wrong ones.Michael Niedermayer2009-11-28
* Move mpeg_decode_postinit() out of bitstream decoding functions, it does notMichael Niedermayer2009-11-28
* Inline mpeg_decode_extension, will simplify future changes.Michael Niedermayer2009-11-28
* Simplify mpeg_decode_user_data()Michael Niedermayer2009-11-28
* Fix put_bits32() doxy.Stefano Sabatini2009-11-28
* Consistently put braces for function definitions.Stefano Sabatini2009-11-28
* Fix typo, "Write" -> "Writes".Stefano Sabatini2009-11-28
* Use pixel formats names defined in av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-28
* Remove unused PixFmtInfo.is_hwaccel field.Stefano Sabatini2009-11-28
* Add support for hardcoding the motionpixels rgb to yuv table.Reimar Döffinger2009-11-26
* 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer.Reimar Döffinger2009-11-26
* Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather thanStefano Sabatini2009-11-26
* Allow decoders to correctly set the sample format by defaulting toJai Menon2009-11-26
* Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, useStefano Sabatini2009-11-26
* Revert "Add required header #include to fix 'make checkheaders'."Måns Rullgård2009-11-26
* cosmetics: K&R style, prettyprintingDiego Biurrun2009-11-26
* Mark apply_mdct() function as static; it is only used within the file.Diego Biurrun2009-11-26
* Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), ratherStefano Sabatini2009-11-26
* Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather thanStefano Sabatini2009-11-25
* -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tablegen.ho.Diego Biurrun2009-11-25
* Add required header #include to fix 'make checkheaders'.Diego Biurrun2009-11-25
* Fix nv12/nv21 handling. linesize for plane 1 should account for both chromaRamiro Polla2009-11-25
* Support compiling against libtheora older than 1.1David Conrad2009-11-25
* Make lsp2polyf() function non-static for upcoming usage in SIPRVitor Sessak2009-11-24
* Add weightp support in API for libx264.Jason Garrett-Glaser2009-11-24
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-24
* WMA: extend exponent range to 95Måns Rullgård2009-11-24
* Call avcodec_set_dimensions() instead of simply setting avctx->width/heightKostya Shishkov2009-11-24
* Add missing include. Fix the following compiler warnings:Vitor Sessak2009-11-23
* WMA: extend exponent table up to 75Måns Rullgård2009-11-23
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-23
* Correct order of arguments for avcodec_check_dimensions().Michael Niedermayer2009-11-23
* Make sure avcodec_set_dimensions() is used when rv20 changes resolution.Michael Niedermayer2009-11-23
* Make sorting function used in TwinVQ a shared functionVitor Sessak2009-11-22
* Set colorspace for libtheora encodingDavid Conrad2009-11-22
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-22
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-22
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-22
* Update dimensions in AVCodecContext when RV3/4 frame dimensions changeKostya Shishkov2009-11-22
* 10l: Fix inverted if-condition from r20448. Fixes issue 1562.Alex Converse2009-11-21
* Factorize av_get_bit_rate (for future use outside of libavcodec).Robert Krüger2009-11-21
* Allocate pictures with enough padding for jpeg.Michael Niedermayer2009-11-20
* In win32 thread implementation do not access jobnr if the thread is askedReimar Döffinger2009-11-20
* Add codec id for Flash screen codec v2 and hook it up in FLV demuxerDaniel Verkamp2009-11-20
* IndentRamiro Polla2009-11-20
* Implement missing case for decoding samples with large pivot value in APEKostya Shishkov2009-11-20
* cosmetics: break some long lines and insert few spacesKostya Shishkov2009-11-20