summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2012-05-093-33/+18
* lavfi: use avfilter_get_audio_buffer_ref_from_arrays() in avfilter_default_ge...Stefano Sabatini2012-05-091-64/+18
* lavfi: cleanup avfilter_get_audio_buffer() and pals.Stefano Sabatini2012-05-093-32/+33
* libxvid: Give more suitable names to libxvid-related files.Diego Biurrun2012-05-094-6/+6
* libxvid: Separate libxvid encoder from libxvid rate control code.Diego Biurrun2012-05-093-40/+43
* jpeglsdec: Remove write-only variable in ff_jpegls_decode_lse().Diego Biurrun2012-05-091-3/+2
* fate: cosmetics: lowercase some commentsDiego Biurrun2012-05-091-5/+5
* fate: Give more consistent names to some RealVideo/RealAudio tests.Diego Biurrun2012-05-093-4/+4
* lavfi: add avfilter_get_audio_buffer_ref_from_arrays().Stefano Sabatini2012-05-092-0/+86
* lavfi: add extended_data to AVFilterBuffer.Anton Khirnov2012-05-093-0/+67
* lavc: check that extended_data is properly set in avcodec_encode_audio2().Anton Khirnov2012-05-091-0/+17
* lavc: pad last audio frame with silence when needed.Anton Khirnov2012-05-096-16/+80
* samplefmt: add a function for filling a buffer with silence.Anton Khirnov2012-05-092-0/+31
* samplefmt: add a function for copying audio samples.Anton Khirnov2012-05-092-0/+34
* lavr: do not try to copy to uninitialized output audio data.Anton Khirnov2012-05-091-1/+2
* lavr: make avresample_read() with NULL output discard samples.Anton Khirnov2012-05-093-2/+5
* fate: split idroq audio and video into separate testsMans Rullgard2012-05-094-380/+383
* fate: improve dependenciesMans Rullgard2012-05-0941-195/+199
* fate: add convenient shorthands for ea-vp6, libavcodec, libavutil testsDiego Biurrun2012-05-093-13/+22
* fate: split some combined tests into separate audio and video testsDiego Biurrun2012-05-0917-598/+616
* fate: fix dependencies for probe testsMans Rullgard2012-05-092-2/+3
* mips: intreadwrite: fix inline asm for gcc 4.8Mans Rullgard2012-05-091-2/+5
* mips: intreadwrite: remove unnecessary inline asmMans Rullgard2012-05-091-57/+2
* lavfi: add video buffer sink, and use it in avtoolsAnton Khirnov2012-05-0910-122/+267
* lavfi: add a function for copying properties from AVFilterBufferRef->AVFrameAnton Khirnov2012-05-092-0/+38
* sctp: Initial tcp-alike sctp support with streamsLuca Barbato2012-05-084-0/+333
* libschroedingerdec: Change AVPicture to AVFrame and use SchroTag to store ptsJordi Ortiz2012-05-081-30/+67
* options_table: Add some missing #includes to fix "make checkheaders".Alex Converse2012-05-082-0/+11
* doc: Replace a stray reference to the old '-intra' flag.Alex Converse2012-05-081-1/+1
* rtsp: Add content-type message header parsingJordi Ortiz2012-05-082-0/+8
* rtmp: Support 'rtmp_live', an option which specifies if the media is a live s...Samuel Pitoiset2012-05-081-1/+7
* av_samples_fill_array: Mark unmodified function argument as const.Diego Biurrun2012-05-082-2/+3
* lagarith: add YUY2 decoding supportKostya Shishkov2012-05-081-3/+71
* Support decoding unaligned rgb24 lagarith.Carl Eugen Hoyos2012-05-081-1/+2
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-077-356/+410
* flvenc: use AVFormatContext, not AVCodecContext for logging.Anton Khirnov2012-05-071-10/+11
* mov: Remove write-only variable in mov_read_chan().Diego Biurrun2012-05-071-2/+2
* fate: Change the probe-format refs to match the final text format committed.Alex Converse2012-05-071-4/+4
* fate: Add avprobe as a make dependencyAlex Converse2012-05-071-1/+1
* Add probe fate tests to test for regressions in detecting media types.Ronald S. Bultje2012-05-073-0/+22
* fate: Add oneline comparison methodMans Rullgard2012-05-071-1/+8
* qdm2: clip array indices returned by qdm2_get_vlc().Ronald S. Bultje2012-05-071-5/+13
* avplay: properly close/reopen AVAudioResampleContext on channel layout changeJustin Ruggles2012-05-071-1/+3
* avcodec: do not needlessly set packet size to 0 in avcodec_encode_audio2()Justin Ruggles2012-05-071-1/+0
* avcodec: for audio encoding, reset output packet when it is not validJustin Ruggles2012-05-071-1/+4
* avcodec: refactor avcodec_encode_audio2() to merge common branchesJustin Ruggles2012-05-071-3/+3
* avcodec: remove fallbacks for AVCodec.encode() in avcodec_encode_audio2()Justin Ruggles2012-05-071-68/+2
* libschroedinger: Switch to function names more in line with Libav style.Diego Biurrun2012-05-073-12/+12
* Move code shared between libdirac and libschroedinger to libschroedinger.Diego Biurrun2012-05-077-247/+180
* lavfi: uninline avfilter_copy_buffer_ref_props().Anton Khirnov2012-05-073-13/+15
OpenPOWER on IntegriCloud