summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* dnxhdenc: fixed signed multiplication overflowMans Rullgard2011-10-14
* proresdsp: fix function prototypes.Ronald S. Bultje2011-10-14
* prores-idct: fix overflow in c code.Ronald S. Bultje2011-10-14
* fate: update prores-alpha ref after changing pix_fmt to yuv444p10leJanne Grunau2011-10-14
* prores: add missing feature warning for alphaJanne Grunau2011-10-14
* mov: 10l: Terminate string with 0 not '0'Alex Converse2011-10-14
* mov: Prevent illegal writes when chapter titles are very short.Alex Converse2011-10-14
* prores: add appropriate -fix_fmt parameter to FATE commandDiego Biurrun2011-10-14
* riff: always generate a proper WAVEFORMATEX structure in ff_put_wav_headerJohn Brooks2011-10-14
* lavc: add a flag-based error_recognition field to AVCodecContext and deprecat...Dustin Brody2011-10-14
* lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ERDustin Brody2011-10-14
* prores: add FATE testsDiego Biurrun2011-10-13
* id3v2: reduce the scope of some non-globally-used symbols/structuresDiego Biurrun2011-10-13
* id3v2: cosmetics: move some declarations before the places they are usedDiego Biurrun2011-10-13
* shorten: remove the flush function.Justin Ruggles2011-10-13
* shn: do not allow seeking in the raw shn demuxer.Justin Ruggles2011-10-13
* avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.Justin Ruggles2011-10-13