summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove the "-idct simple" command line option from the fate-psx-str test,Vitor Sessak2011-01-02
* wtv: display warning if scrambled stream is detectedPeter Ross2011-01-02
* Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. ThisVitor Sessak2011-01-02
* Add AVOption support for muxers.Anssi Hannula2011-01-02
* Use new function put_nbyte() to speed up padding.Anssi Hannula2011-01-02
* Add function put_nbyte() to speed up padding in SPDIF muxer.Anssi Hannula2011-01-02
* rtsp: Store the Content-Base header value straight to the targetMartin Storsjö2011-01-02
* rtsp: Pass the method name to ff_rtsp_parse_lineMartin Storsjö2011-01-02
* rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthStateMartin Storsjö2011-01-02
* rtsp: Add a method parameter to ff_rtsp_read_replyMartin Storsjö2011-01-02
* Fix a floating point exception for invalid framerate, fixes issue 2470.Daniel Kang2011-01-02
* rtpdec: Emit timestamps for packets before the first RTCP packet, tooMartin Storsjö2011-01-01
* Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32Daniel Verkamp2011-01-01
* Use AVSampleFormat instead of the deprecated SampleFormat.Reimar Döffinger2011-01-01
* Update current year to 2011. Happy New Year!Justin Ruggles2011-01-01
* Fix typos.Stefano Sabatini2011-01-01
* move ff_get_bmp_header under CONFIG_DEMUXERS blockPeter Ross2011-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
* use avsubtitle_free() instead of re-implementing it partially (fix a memleak)Aurelien 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
* Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 an...Carl Eugen Hoyos2010-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
* Cosmetics: Re-indent after last commit.Carl Eugen Hoyos2010-12-29
* Do not add the preamble if the DTS stream is already padded, like DTS inAnssi Hannula2010-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