summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
* jack: add 'channels' private option.Anton Khirnov2011-08-15
* VC-1: fix reading of custom PAR.Reimar Döffinger2011-08-15
* Remove redundant and dubious video codec detection by its extradataKostya Shishkov2011-08-15
* mpeg12: remove repeat-field code disabled since May 2002Dustin Brody2011-08-15
* patch checklist: suggest fate instead of regression testsMichael Niedermayer2011-08-15
* Turn on resampling on sudden size change instead of bailing out during recode.Kostya2011-08-15
* avtools: reinitialise filter chain when input video stream changes dimensionsKostya2011-08-15
* aacenc: Fix number of coefficients used in a LFE channel.Nathan Caldwell2011-08-13
* aacenc: Fix a segfault with grouped psymodel.Nathan Caldwell2011-08-13
* swscale: add dithering to yuv2yuvX_altivec_realLuca Barbato2011-08-13
* rv34: free+allocate buffer instead of reallocating it to preserve alignmentKostya Shishkov2011-08-12
* h264: add missing brackets.Ronald S. Bultje2011-08-12
* swscale: use 15-bit intermediates for 9/10-bit scaling.Ronald S. Bultje2011-08-12
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-12
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12
* APIchanges: note error_recognition in lavfDustin Brody2011-08-12
* lavf: add support for error_recognition, use it in avidec, and bump minor API...Dustin Brody2011-08-12
* avconv: change semantics of -mapAnton Khirnov2011-08-12
* avconv: get rid of new* options.Anton Khirnov2011-08-12
* cmdutils: allow precisely specifying a stream for AVOptions.Anton Khirnov2011-08-12
* configure: add missing CFLAGS to fix building on the HURDPino Toscano2011-08-12
* libx264: Include hint for possible values for configuring libx264Reinhard Tartler2011-08-12
* cmdutils: allow ':'-separated modifiers in option names.Anton Khirnov2011-08-12
* avconv: make -map_metadata work consistently with the other optionsAnton Khirnov2011-08-12
* avconv: remove deprecated options.Anton Khirnov2011-08-12
* avconv: make -map_chapters accept only the input file index.Anton Khirnov2011-08-12
* Make a copy of ffmpeg under a new name -- avconv.Anton Khirnov2011-08-12
* ffmpeg: add a warning stating that the program is deprecated.Anton Khirnov2011-08-12
* Add weighted motion compensation for RV40 B-framesKostya Shishkov2011-08-11
* RV3/4: calculate B-frame motion weights once per frameKostya Shishkov2011-08-11
* Move RV3/4-specific DSP functions into their own contextKostya Shishkov2011-08-11
* mjpeg: propagate decode errors from ff_mjpeg_decode_sos and ff_mjpeg_decode_dqtDustin Brody2011-08-11
* h264: notice memory allocation failureDustin Brody2011-08-11
* ac3enc: add macros for option names to make them more understandable.Justin Ruggles2011-08-11
* ac3enc: fix 'channel_coupling' option to actually allow 'auto'.Justin Ruggles2011-08-11
* cavs: fix some crashes with invalid bitstreamsMans Rullgard2011-08-10
* ac3enc: clip coupling coordinates during calculationJustin Ruggles2011-08-10
* Remove incorrect info in documentation of AVCodecContext.bits_per_raw_sample.Justin Ruggles2011-08-10
* lavc: fix parentheses placement in avcodec_open2().Baptiste Coudurier2011-08-10
* lavc: make avcodec_init() static on next bump.Anton Khirnov2011-08-10
* ac3enc: remove unneeded #includeJustin Ruggles2011-08-09
* ac3enc: restructure coupling coordinate reuse calculationJustin Ruggles2011-08-09
* ac3enc: allow new coupling coordinates to be sent independently for eachJustin Ruggles2011-08-09
* ac3enc: separate exponent bit counting from exponent grouping.Justin Ruggles2011-08-09
* h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody2011-08-09
* aac: Don't attempt to output configure an invalid channel configuration.Alex Converse2011-08-09
* Rename ffserver to avserver.Anton Khirnov2011-08-09
* Rename ffprobe to avprobe.Anton Khirnov2011-08-09
* Rename ffplay to avplay.Anton Khirnov2011-08-09