summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Ut Video decoderKostya Shishkov2011-10-19
* Makefile: change presets extension to .avpresetAnton Khirnov2011-10-19
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-19
* lavfi: add testsrc sourceStefano Sabatini2011-10-19
* AVOptions: add documentation.Anton Khirnov2011-10-19
* presets: update libx264 ffpresetsAnton Khirnov2011-10-19
* sunrast: Check for out of bounds readsLaurent Aimar2011-10-18
* lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFERDustin Brody2011-10-18
* lavc: replace API-bump-triggered AVCodecContext field change with shorter, no...Dustin Brody2011-10-18
* Add libvpx presets.Anton Khirnov2011-10-18
* doc/avtools: add forgotten part to stream specifiers descriptionAnton Khirnov2011-10-18
* swscale: prevent overflow during initializationRonald Bultje2011-10-18
* g722: Add a fate test for the encoderMartin Storsjö2011-10-18
* fate: Add a target for creating a 16000 Hz mono synthetic audio fileMartin Storsjö2011-10-18
* macosx: use the default surface on newer sdlLuca Barbato2011-10-17
* avconv: add presetsAlexandra Khirnova2011-10-17
* rtsp: Expose the flag options via private AVOptions for sdp and rtp, tooMartin Storsjö2011-10-17
* rtsp: Make the rtsp flags avoptions set via a defineMartin Storsjö2011-10-17
* rtpenc: Set a default video codecMartin Storsjö2011-10-17
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-17
* rtp: Fix ff_rtp_get_payload_typeMartin Storsjö2011-10-17
* doc: Update the documentation on setting options for RTSPMartin Storsjö2011-10-17
* rtsp: Remove the separate filter_source variableMartin Storsjö2011-10-17
* rtsp: Accept options via private avoptions instead of URL optionsMartin Storsjö2011-10-17
* rtsp: Simplify AVOption definitionsMartin Storsjö2011-10-17
* rtsp: Merge the AVOption listsMartin Storsjö2011-10-17
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-17
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-17
* lavfi: add negate filterStefano Sabatini2011-10-17
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-17
* avio: Check for invalid buffer length.Alex Converse2011-10-16
* mpegenc/mpegtsenc: add muxrate private options.Anton Khirnov2011-10-17
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-17
* mov: add support for TV metadata atoms tves, tvsn and stikRaivo Hool2011-10-17
* w32threads: support for frame multithreadingSteven Walters2011-10-16
* avcodec: remove stray @deprecated commentMans Rullgard2011-10-16
* prores: get correct size for coded V plane if alpha is presentMans Rullgard2011-10-15
* prores: do not set pixel format on codec initMans Rullgard2011-10-15
* pthread: prevent updating AVCodecContext from itself in frame_thread_freeRonald S. Bultje2011-10-15
* pthread: copy coded frame dimensions in update_context_from_threadRonald S. Bultje2011-10-15
* vp8: prevent read from uninitialized memory in decode_mvsRonald S. Bultje2011-10-15
* vp8: force reallocation in update_thread_context after frame size changeRonald S. Bultje2011-10-15
* vp8: fix return value if update_dimensions failsRonald S. Bultje2011-10-15
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-15
* adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles2011-10-14
* adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles2011-10-14
* adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles2011-10-14
* adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles2011-10-14
* adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles2011-10-14