summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Set the SBR mode to implicit on ADTS frames occurring before the output is lo...Alex Converse2009-12-02
* Small refactoring: Instead of 4 loops for decoding AC coefficients basedMike Melanson2009-12-02
* Use a list to track which fragments coded in this frame still haveMike Melanson2009-12-02
* ARM: small tweak of NEON H264 IDCTMåns Rullgård2009-12-02
* ARM: NEON 2xN chroma MCMåns Rullgård2009-12-02
* ARM: NEON 16x16 and 8x8 avg qpel MCMåns Rullgård2009-12-02
* fix typo, ALT_BITSTREAM_WRITER_LE does not existBaptiste Coudurier2009-12-01
* Store original width/height so that rv20 does not get stuck with someMichael Niedermayer2009-12-01
* Make rv1/2 decoder use the next slice if needed.Michael Niedermayer2009-12-01
* Support ASCII pnms.Michael Niedermayer2009-12-01
* 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