summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * apedec: allow the user to set the maximum number of output samples per callJustin Ruggles2012-02-07
| * apedec: do not unnecessarily zero output samples for mono framesJustin Ruggles2012-02-07
| * apedec: allocate a single flat buffer for decoded samplesJustin Ruggles2012-02-07
| * apedec: use sizeof(field) instead of sizeof(type)Justin Ruggles2012-02-07
| * swscale: split C output functions into separate file.Ronald S. Bultje2012-02-07
| * swscale: Split C input functions into separate file.Ronald S. Bultje2012-02-07
| * bytestream: Add bytestream2 writing API.Aneesh Dogra2012-02-06
* | Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec).Joseph Artsimovich2012-02-07
* | Fix libutvideo compilation.Carl Eugen Hoyos2012-02-07
* | lavfi/aspect: rename field aspect->aspect to aspect->ratioStefano Sabatini2012-02-07
* | lavc: provide aliases to the PCM A-law/mu-law codecsStefano Sabatini2012-02-07
* | ffserver: use avcodec_get_context_defaults3()Paul B Mahol2012-02-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-07
|\|
| * Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-06
| * doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun2012-02-06
| * avplay: reset decoder flush state when seekingJustin Ruggles2012-02-06
| * ape: skip packets with invalid sizeJustin Ruggles2012-02-06
| * ape: calculate final packet size instead of guessingJustin Ruggles2012-02-06
| * ape: stop reading after the last frame has been readJustin Ruggles2012-02-06
| * ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finishedJustin Ruggles2012-02-06
| * ape: return error if seeking to the current packet fails in ape_read_packet()Justin Ruggles2012-02-06
| * avcodec: Clarify AVFrame member documentation.Kieran Kunhya2012-02-06
| * v210dec: check for coded_frame allocation failurePaul B Mahol2012-02-06
| * v210enc: use stride as it is already calculatedPaul B Mahol2012-02-06
| * v210enc: use FFALIGN()Paul B Mahol2012-02-06
| * v210enc: return proper AVERROR codes instead of -1Paul B Mahol2012-02-06
| * v210enc: do not set coded_frame->key_framePaul B Mahol2012-02-06
| * v210enc: check for coded_frame allocation failurePaul B Mahol2012-02-06
| * drawtext: add 'fix_bounds' option on coords fixingAndrey Utkin2012-02-06
| * drawtext: fix text_{w, h} expression varsAndrey Utkin2012-02-06
| * drawtext: add missing braces around an if() block.Andrey Utkin2012-02-05
* | utvideo: remove ff_thread_finish_setup, it isn't needed at allPaul B Mahol2012-02-07
* | Detect theora keyframes by content in Ogg demuxer.Reimar Döffinger2012-02-06
* | ffv1: PIX_FMT_GRAY16 supportPaul B Mahol2012-02-06
* | DNxHD: remove ff_thread_finish_setup, it isn't needed at all.Javier Cabezas2012-02-06
* | ffmpeg: document the unit for the -fs option parameterStefano Sabatini2012-02-06
* | lavfi: add setfield filterStefano Sabatini2012-02-06
* | lavf/4xm: use proper error codesStefano Sabatini2012-02-06
* | doc/filters.texi: use multiple @example blocks for distinct examples in setda...Stefano Sabatini2012-02-06
* | doc/filters.texi: prefer @example over the unsupported @math for showing equa...Stefano Sabatini2012-02-06
* | doc/filters.texi: merge setdar and setsar documentationStefano Sabatini2012-02-06
* | lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspectStefano Sabatini2012-02-06
* | ffprobe: fix typo in ESCAPE_CHECK_SIZEStefano Sabatini2012-02-06
* | cache: fix "warning: passing argument 2 of ‘av_tempfile’ from incompatibl...Michael Niedermayer2012-02-06
* | fix "warning: variable ‘cflags’ set but not used"Michael Niedermayer2012-02-06
* | avio: Fix "warning: initialization from incompatible pointer type"Michael Niedermayer2012-02-06
* | changelog: fix typoPaul B Mahol2012-02-06
* | v408: do not unconditionally compile codecsPaul B Mahol2012-02-06
* | Add v408 / AYUV encoder and decoder.Carl Eugen Hoyos2012-02-05
* | Support YV12 from video4linux2 devices.Carl Eugen Hoyos2012-02-05