summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-11
* ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-11
* ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-11
* ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-11
* ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-11
* ffmpeg: warns the user when the selected pixel format is ignoredStefano Sabatini2011-05-11
* ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i ...Benjamin Larsson2011-05-11
* cosmetics: Fix crazy formatting in resample.Alex Converse2011-05-10
* Allow resampling with no channel count change for up to 8 channels.Alex Converse2011-05-10
* Don't allow unsupported resampling configurations.Alex Converse2011-05-10
* Port x86 10-bit H.264 deblock asm from x264Jason Garrett-Glaser2011-05-10
* Update x86 H.264 deblock asmJason Garrett-Glaser2011-05-10
* AVOptions: make default_val a union, as proposed in AVOption2.Anton Khirnov2011-05-10
* arm/h264pred: add missing argument type.Ronald S. Bultje2011-05-10
* h264dsp_mmx: place bracket outside #if/#endif block.Ronald S. Bultje2011-05-10
* lavf/utils: fix ff_interleave_compare_dts corner case.Vitor Sessak2011-05-10
* fate: add 10-bit H264 tests.Ronald S. Bultje2011-05-10
* h264: do not print "too many references" warning for intra-only.Ronald S. Bultje2011-05-10
* Enable decoding of high bit depth h264.Oskar Arvidsson2011-05-10
* Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec...Oskar Arvidsson2011-05-10
* Add support for higher QP values in h264.Oskar Arvidsson2011-05-10
* Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
* Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-05-10
* Template dsputil_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-10
* Template h264idct_template.c with respect to pixel size, etc.Oskar Arvidsson2011-05-10
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-10
* Move some functions in dsputil.c into a new file dsputil_template.c.Oskar Arvidsson2011-05-10
* Move the functions in h264idct into a new file h264idct_template.c.Oskar Arvidsson2011-05-10
* Move the functions in h264pred.c into a new file h264pred_template.c.Oskar Arvidsson2011-05-10
* Preparatory patch for high bit depth h264 decoding support.Oskar Arvidsson2011-05-10
* Add pixel formats for 9- and 10-bit yuv420p.Oskar Arvidsson2011-05-10
* Choose h264 chroma dc dequant function dynamically.Oskar Arvidsson2011-05-10
* h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-10
* ffmpeg: Simplify decode loop condition to not use next_ptsAlexander Strange2011-05-10
* lavc: move some flac-specific options to its private context.Anton Khirnov2011-05-10
* ffmpeg: remove unused fields AVOutputStream.original_width/heightStefano Sabatini2011-05-10
* ffmpeg: remove unused variable padding_src in do_video_out()Stefano Sabatini2011-05-10
* ffmpeg: fix negative verbosity.Michael Niedermayer2011-05-10
* cmdutils: add OPT_INT check in parse_number_or_die()Stefano Sabatini2011-05-10
* ffmpeg: rename configure_filters() to configure_video_filters()Stefano Sabatini2011-05-10
* cmdutils: remove list_fmts(), simplifyStefano Sabatini2011-05-10
* Add missing CONFIG_AVFILTER check.Takashi Mochizuki2011-05-10
* mpegaudiodec: group #includes more sanelyMans Rullgard2011-05-09
* mpegaudio: remove #if 0 blocksMans Rullgard2011-05-09
* ffmpeg.c: reset avoptions after each input/output file.Anton Khirnov2011-05-09
* ffmpeg.c: store per-output stream sws flags.Anton Khirnov2011-05-09
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* mpegtsenc: Clear st->priv_data when freeing itMartin Storsjö2011-05-09
* udp: Fix receiving RTP data over multicastMartin Storsjö2011-05-09
* rtpproto: Remove an unused variableMartin Storsjö2011-05-09