summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* mpegaudiodec: Do not discard mp_decode_frame() return value.Diego Biurrun2012-04-181-0/+4
* matroska: do not set invalid default duration if frame rate is zeroMans Rullgard2012-04-181-1/+1
* mkv: use av_reduce instead of av_d2q for framerate estimationLuca Barbato2012-04-171-3/+5
* mkv: report average framerate as minimal as wellLuca Barbato2012-04-171-0/+1
* avcodec_string: Favor AVCodecContext.codec over the default codec.Alex Converse2012-04-171-1/+3
* cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse2012-04-171-2/+2
* aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger2012-04-172-4/+8
* dv_tablegen: Drop unnecessary av_unused attribute from dv_vlc_map_tableinit().Diego Biurrun2012-04-171-2/+1
* proresenc: multithreaded quantiser searchKostya Shishkov2012-04-171-60/+101
* riff: use bps instead of bits_per_coded_sample in the WAVEFORMATEXTENSIBLE he...Justin Ruggles2012-04-171-1/+1
* avconv: only set the "channels" option when it exists for the specified input...Justin Ruggles2012-04-161-2/+10
* avplay: update get_buffer to be inline with avconvLuca Barbato2012-04-161-0/+4
* aacdec: More robust output configuration.Alex Converse2012-04-163-113/+173
* faac: Fix multi-channel orderingCarl Eugen Hoyos2012-04-161-0/+10
* faac: Add .channel_layoutsAlex Converse2012-04-161-0/+12
* rtmp: Support 'rtmp_playpath', an option which overrides the stream identifierSamuel Pitoiset2012-04-161-8/+18
* rtmp: Support 'rtmp_app', an option which overrides the name of applicationSamuel Pitoiset2012-04-161-1/+40
* avutil: add better documentation for AVSampleFormatJustin Ruggles2012-04-161-1/+26
* indeo3: add parens around some macro argumentsMans Rullgard2012-04-161-2/+2
* h264: use proper PROLOGUE statement for a function using 8 registers.Ronald S. Bultje2012-04-161-4/+4
* doc: Update sample Vim config with suitable (function) indentation settings.Diego Biurrun2012-04-161-0/+2
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-165-136/+112
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-163-32/+33
* graphparser: set next to NULL on an entry extracted from inputs listAnton Khirnov2012-04-161-2/+3
* doc/filters: update documentation.Anton Khirnov2012-04-151-10/+8
* avconv: flush decoders immediately after an EOF.Anton Khirnov2012-04-151-1/+8
* avconv: send EOF to vsrc_buffer.Anton Khirnov2012-04-151-0/+3
* avconv: reindent.Anton Khirnov2012-04-151-50/+50
* avconv: add support for complex filtergraphs.Anton Khirnov2012-04-153-57/+467
* avconv: make filtergraphs global.Anton Khirnov2012-04-151-68/+169
* avconv: move filtered_frame from InputStream to OutputStream.Anton Khirnov2012-04-151-5/+5
* avconv: don't set output width/height directly from input value.Anton Khirnov2012-04-151-7/+1
* avconv: move resample_{width,height,pix_fmt} to InputStream.Anton Khirnov2012-04-151-22/+25
* avconv: remove a useless variable from OutputStream.Anton Khirnov2012-04-151-5/+3
* avconv: get output pixel format from lavfi.Anton Khirnov2012-04-155-56/+40
* graphparser: fix the order in which unlabeled input links are returned.Anton Khirnov2012-04-151-1/+1
* avconv: change {input,output}_{streams,files} into arrays of pointers.Anton Khirnov2012-04-151-126/+143
* avconv: don't pass input/output streams to some functions.Anton Khirnov2012-04-151-36/+25
* doc: Improve suggested Emacs settings for our coding style.Diego Biurrun2012-04-151-4/+10
* utvideo: Remove unused variable 'src_size'Derek Buitenhuis2012-04-151-8/+4
* mov: free memory on header parsing failureDale Curtis2012-04-141-33/+35
* mov: fix leaking memory with multiple drefs.Dale Curtis2012-04-141-0/+1
* swscale: clip before assigning tables in RGB output functions.Ronald S. Bultje2012-04-141-9/+15
* swscale: fix off-by-one in second coefficient in bilinear filters.Ronald S. Bultje2012-04-141-7/+7
* vsrc_buffer: fix check from 7ae7c41.Anton Khirnov2012-04-141-1/+1
* libxvid: Reorder functions to avoid forward declarations; make functions static.Diego Biurrun2012-04-141-272/+269
* libxvid: drop some pointless dead codeDiego Biurrun2012-04-141-5/+0
* wmal: vertical alignment cosmeticsMashiat Sarker Shakkhar2012-04-141-2/+2
* wmal: Warn about missing bitstream splicing feature and ask for sample.Mashiat Sarker Shakkhar2012-04-141-0/+2
* wmal: Skip seekable_frame_in_packet.Mashiat Sarker Shakkhar2012-04-141-3/+2