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