summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* movenc: remove redundant checkLuca Barbato2012-04-11
* interplayvideo: fix av_dlog parameter type mismatchDiego Biurrun2012-04-11
* Drop some pointless #ifdefs.Diego Biurrun2012-04-10
* rv40dsp x86: use only one register, for both increment and loop counterChristophe GISQUET2012-04-10
* rv40dsp: implement prescaled versions for biweight.Christophe GISQUET2012-04-10
* avconv: use default channel layouts when they are unknownJustin Ruggles2012-04-10
* avconv: parse channel layout stringJustin Ruggles2012-04-10
* nutdec: K&R formatting cosmeticsAsen Lekov2012-04-10
* vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...Sebastien Zwickert2012-04-10
* mem: Consistently return NULL for av_malloc(0)Martin Storsjö2012-04-10
* vf_overlay: implement poll_frame()Anton Khirnov2012-04-09
* vf_scale: support named constants for sws flags.Anton Khirnov2012-04-09
* lavc doxy: add all installed headers to doxy groups.Anton Khirnov2012-04-09
* lavc doxy: add avfft to the main lavc group.Anton Khirnov2012-04-09
* lavc doxy: add remaining avcodec.h functions to a misc doxygen group.Anton Khirnov2012-04-09
* lavc doxy: add AVPicture functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add resampling functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: replace \ with /Anton Khirnov2012-04-09
* lavc doxy: add encoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: add decoding functions to a doxy group.Anton Khirnov2012-04-09
* lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE,H263_MB_INFO}Anton Khirnov2012-04-09
* lavc doxy: add AVPacket-related stuff to a separate doxy group.Anton Khirnov2012-04-09
* lavc doxy: add core functions/definitions to a doxy group.Anton Khirnov2012-04-09
* ppc: Add/remove a number of const qualifiers to fix related warnings.Diego Biurrun2012-04-09
* avconv: allow '-async -1' to disable timestamp sync for audio encodingJustin Ruggles2012-04-09
* avconv: use default alignment for audio bufferJustin Ruggles2012-04-09
* avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()Justin Ruggles2012-04-09
* avutil: use align == 0 for default alignment in audio sample buffer functionsJustin Ruggles2012-04-09
* avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()Justin Ruggles2012-04-09
* avconv: remove OutputStream.picref.Anton Khirnov2012-04-09
* avconv: only set SAR once on the decoded frame.Anton Khirnov2012-04-09
* avcodec: validate the channel layout vs. channel count for decodersJustin Ruggles2012-04-08
* audioconvert: make av_get_channel_layout accept composite names.Nicolas George2012-04-08
* avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt()Justin Ruggles2012-04-08
* rtsp: Don't use av_malloc(0) if there are no streamsMartin Storsjö2012-04-08
* rtsp: Don't use uninitialized data if there are no streamsMartin Storsjö2012-04-08
* vaapi: mpeg2: fix slice_vertical_position calculation.Gwenole Beauchesne2012-04-08
* hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne2012-04-08
* cosmetics: Fix indentationMartin Storsjö2012-04-08
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtpdec_asf: Set the no_resync_search option for the chained asf demuxerMartin Storsjö2012-04-07
* asfdec: Add an option for not searching for the packet markersMartin Storsjö2012-04-07
* cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö2012-04-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* cosmetics: Convert mimic.c to utf-8Martin Storsjö2012-04-06
* avconv: remove an unused function parameter.Anton Khirnov2012-04-06
* avconv: remove now pointless variables.Anton Khirnov2012-04-06
* avconv: drop support for building without libavfilter.Anton Khirnov2012-04-06
* nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger2012-04-06
* libavformat: Only require first packet to be known for audio/video streamsJoakim Plate2012-04-06