summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* pngdec.c : release allocated buffers.Jai Menon2009-12-01
* slif aka "SoftLab MPEG-2 I-frames Codec" support.Michael Niedermayer2009-12-01
* 4:2:2 4:4:4 bugfix for the error concealment code.Michael Niedermayer2009-12-01
* Rename parameters of put_sbits() to make them consistent with those ofStefano Sabatini2009-11-30
* Move "slice below image" check from mpeg_decode_slice to its caller.Michael Niedermayer2009-11-30
* Move dummy picture allocation code from mpeg1/2 to mpegvideo.Michael Niedermayer2009-11-30
* Disable error resilience for field pictures, this was never supported,Michael Niedermayer2009-11-30
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-30
* Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer2009-11-30
* Fix an issue uncovered by commit 20623:Attila Kinali2009-11-30
* Start decoding from seq/gop too, not just I frames.Michael Niedermayer2009-11-30
* Fix dual prime motion compensation in field pictures.Michael Niedermayer2009-11-30
* Use more consistent / meaningful parameter names for theStefano Sabatini2009-11-29
* nellymoser: use constant seed for dithering RNGMåns Rullgård2009-11-29
* cook: use constant seed for dithering RNGMåns Rullgård2009-11-29
* Print errors instead of just ignoring contradictionary values in mpeg2 silently.Michael Niedermayer2009-11-29
* Override a few values read so as to ensure that things are not inconsistent.Michael Niedermayer2009-11-29
* Restructure dummy frame allocation.Michael Niedermayer2009-11-29
* 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