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