summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Make dc_lum_vlc and dc_chroma_vlc non-static symbols,Vitor Sessak2011-01-05
* Use local variables outside the inner loop in extract_exponents() to reduceJustin Ruggles2011-01-05
* Make mpeg4 encoder log a more explicit error message when the timebaseStefano Sabatini2011-01-05
* Our ljpeg encoder supports bgra, use the correct constant in the sanity check.Michael Niedermayer2011-01-05
* Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...Michael Niedermayer2011-01-05
* Fix YUV444P LJPEG encoding.Michael Niedermayer2011-01-04
* cosmetics: fix typo in previous commitJustin Ruggles2011-01-04
* Change the AC-3 encoder to use floating-point.Justin Ruggles2011-01-04
* mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0Aurelien Jacobs2011-01-03
* Move fixed-point parts of the AC-3 encoder to separate files.Justin Ruggles2011-01-03
* Fix compilation on x86-32 with --disable-optimizations,Daniel Kang2011-01-03
* Fix crash decoding broken wmv2 files.Daniel Kang2011-01-02
* srtdec: ensure we don't read 1 byte after buffer end if the buffer is notAurelien Jacobs2011-01-02
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-02
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-01
* Fix typos.Stefano Sabatini2011-01-01
* Skip the bit allocation search if previous and current SNR offsets are theJustin Ruggles2010-12-31
* 10l: Fix mistake in r26044. Check increment bounds using actual incrementJustin Ruggles2010-12-31
* Change planar_samples from int16_t to SampleType.Justin Ruggles2010-12-31
* Add .pix_fmts to LCL encoderJason Garrett-Glaser2010-12-31
* Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dotDaniel Kang2010-12-31
* free subtitle_header before overwriting it to avoid memleakAurelien Jacobs2010-12-31
* Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles2010-12-30
* Move the list of supported channel layouts to a separate table.Justin Ruggles2010-12-30
* Add a window field to AC3MDCTContext and use it as an input to apply_window()Justin Ruggles2010-12-30
* cosmetics: alignment, line wrap, and spacingJustin Ruggles2010-12-30
* Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.Justin Ruggles2010-12-30
* Make exponent_group_tab[] static.Justin Ruggles2010-12-30
* Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set.Ronald S. Bultje2010-12-30
* Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles2010-12-30
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-30
* Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles2010-12-30
* flac_parser: loop append buffer when the default size is not enough to getMichael Chinen2010-12-30
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Merge a few superfluous CONFIG_GPL checks.Ronald S. Bultje2010-12-29
* Whitespace cosmetics.Ronald S. Bultje2010-12-29
* Whitespace cosmetics.Ronald S. Bultje2010-12-29
* Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Change the default dB-per-bit code from 2 to 3.Justin Ruggles2010-12-29