summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vcr1: drop pointless write-only AVCodecContext member from VCR1ContextDiego Biurrun2012-05-09
* vcr1: group encoder code together to save #ifdefsDiego Biurrun2012-05-09
* vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, commentsDiego Biurrun2012-05-09
* mov: make one comment slightly more specificDiego Biurrun2012-05-09
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-09
* lavfi: move audio-related functions to a separate file.Anton Khirnov2012-05-09
* lavfi: remove some audio-related function from public API.Anton Khirnov2012-05-09
* lavfi: change AVFilterLink.sample_rate from int64_t to int on next bumpAnton Khirnov2012-05-09
* lavfi: change AVFilterBufferRefAudioProps.sample_rate from uint32_t to intAnton Khirnov2012-05-09
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-09
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini2012-05-09
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-09
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-09
* libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun2012-05-09
* jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun2012-05-09
* fate: cosmetics: lowercase some commentsDiego Biurrun2012-05-09
* fate: Give more consistent names to some RealVideo/RealAudio tests.Diego Biurrun2012-05-09
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-09
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-09
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-09
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-09
* samplefmt: add a function for filling a buffer with silence.Anton Khirnov2012-05-09
* samplefmt: add a function for copying audio samples.Anton Khirnov2012-05-09
* lavr: do not try to copy to uninitialized output audio data.Anton Khirnov2012-05-09
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-09
* fate: split idroq audio and video into separate testsMans Rullgard2012-05-09
* fate: improve dependenciesMans Rullgard2012-05-09
* fate: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-09
* fate: split some combined tests into separate audio and video testsDiego Biurrun2012-05-09
* fate: fix dependencies for probe testsMans Rullgard2012-05-09
* mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard2012-05-09
* mips: intreadwrite: remove unnecessary inline asmMans Rullgard2012-05-09
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-09
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-09
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-08
* libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-08
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-08
* doc: Replace a stray reference to the old '-intra' flag.Alex Converse2012-05-08
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-08
* rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-08
* av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun2012-05-08
* lagarith: add YUY2 decoding supportKostya Shishkov2012-05-08
* Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-08
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-07
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-07
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-07
* fate: Change the probe-format refs to match the final text format committed.Alex Converse2012-05-07
* fate: Add avprobe as a make dependencyAlex Converse2012-05-07
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-07
* fate: Add oneline comparison methodMans Rullgard2012-05-07