summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Extend the slice filter to make it issue slice height values randomlyStefano Sabatini2010-03-13
* vp3: Split out motion vectors to their own arrayDavid Conrad2010-03-13
* Add APIchanges entry for the libavutil/error.h addition.Stefano Sabatini2010-03-13
* Add missing parentheses around the AVERROR_PATCHWELCOME macroStefano Sabatini2010-03-13
* Move error code definitions from libavcodec/avcodec.h toStefano Sabatini2010-03-13
* theora: Add support for 4:2:2 and 4:4:4 subsamplingDavid Conrad2010-03-13
* vp3: remove unneeded error, this is internal and doesn't happenDavid Conrad2010-03-13
* vp3: Make fragment_width _height by planeDavid Conrad2010-03-13
* vp3: we only need a temp MV array of size 4David Conrad2010-03-13
* vp3: Use memset to clear the fragment arrayDavid Conrad2010-03-13
* vp3: Init MVs to 0David Conrad2010-03-13
* vp3: Simplify init_block_mappingDavid Conrad2010-03-13
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
* libxvid is producing standard mpeg4 so it don't need its own codec idAurelien Jacobs2010-03-12
* Replace BSD-specific integer types by their POSIX equivalents.Diego Biurrun2010-03-12
* Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.Diego Biurrun2010-03-12
* Fix guess_mv() so that it works correctly with 4x4 MV blocks.Michael Niedermayer2010-03-12
* Fix indentionMichael Niedermayer2010-03-12
* Always reset slice_table.Michael Niedermayer2010-03-12
* Print skip_frames variable.Michael Niedermayer2010-03-12
* Document --disable-everything in configure --help.Ramiro Polla2010-03-12
* fix compilation with --disable-everything --enable-muxer=mpegtsAurelien Jacobs2010-03-12
* fix compilation with --disable-everything --enable-decoder=twinvqAurelien Jacobs2010-03-12
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* oggdec: Parse ogm chaptersDavid Conrad2010-03-12
* oggdec: CosmeticsDavid Conrad2010-03-12
* oggdec: Read ogm metadataDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Don't use shell syntax to set variables for make.Ramiro Polla2010-03-12
* Fix spelling.Ronald S. Bultje2010-03-11
* Fix a crash in the H.263 RTP packetizerMartin Storsjö2010-03-11
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-11
* Make rdft speed user configureable.Michael Niedermayer2010-03-11
* Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot...Peter Ross2010-03-11
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-11
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-11
* oggdec: Seek to keyframesDavid Conrad2010-03-11
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-11
* oggdec: Move PTS/DTS calculation to a functionDavid Conrad2010-03-11
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-11
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-11
* oggdec: Fix duration calculation for streams with non-zero startDavid Conrad2010-03-11
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad2010-03-11
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-11