23419 Commits (0edfa79b23163be51d3ee1678f5ff87b5207f636)
 

Author SHA1 Message Date
Stefano Sabatini 0edfa79b23 Make iff.c:decode_init return the value returned by 15 years ago
Aurelien Jacobs 382b5b3a0c CODEC_ID_XVID is not used anywhere, remove it at next major bump 15 years ago
Aurelien Jacobs 74dc70c425 bump minor avcodec version for libxvid codec id change (r22489) 15 years ago
Stefano Sabatini 89fb9ae9e6 Make the scale filter pass the pkt.pos information to the output 15 years ago
Stefano Sabatini 8955a324f4 Bump libavfilter minor version and add APIchanges entry after the 15 years ago
Stefano Sabatini bb4095133f Make ffplay pass the packet.pos information to the filterchain, get it 15 years ago
Stefano Sabatini 5bb5c1dc86 Add AVFilterPicRef.pos field and make libavfilter propagate stream 15 years ago
Stefano Sabatini ec7ab610d5 Extend the slice filter to make it issue slice height values randomly 15 years ago
David Conrad 14268254c8 vp3: Split out motion vectors to their own array 15 years ago
Stefano Sabatini 99de2b593d Add APIchanges entry for the libavutil/error.h addition. 15 years ago
Stefano Sabatini dbfa5e7861 Add missing parentheses around the AVERROR_PATCHWELCOME macro 15 years ago
Stefano Sabatini 60c144f700 Move error code definitions from libavcodec/avcodec.h to 15 years ago
David Conrad 1e76a1da05 theora: Add support for 4:2:2 and 4:4:4 subsampling 15 years ago
David Conrad 1a8560423e vp3: remove unneeded error, this is internal and doesn't happen 15 years ago
David Conrad 577838842d vp3: Make fragment_width _height by plane 15 years ago
David Conrad 1c183aa418 vp3: we only need a temp MV array of size 4 15 years ago
David Conrad 703acd540e vp3: Use memset to clear the fragment array 15 years ago
David Conrad cd9c03f57f vp3: Init MVs to 0 15 years ago
David Conrad a16389c18f vp3: Simplify init_block_mapping 15 years ago
David Conrad 3477897e5a oggdec: Set packet duration for ogm streams 15 years ago
Aurelien Jacobs 6b10228a55 matroskadec: add support for SIPR audio tracks 15 years ago
Aurelien Jacobs 1ab0406db1 export rm_reorder_sipr_data() for future use by matroska demuxer 15 years ago
Aurelien Jacobs adae9fa65e export sipr_subpk_size for future use by matroska demuxer 15 years ago
Aurelien Jacobs 2325bdad7b libxvid is producing standard mpeg4 so it don't need its own codec id 15 years ago
Diego Biurrun 4f4e40085f Replace BSD-specific integer types by their POSIX equivalents. 15 years ago
Diego Biurrun 2138dc99fc Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD. 15 years ago
Michael Niedermayer 2c4bc23e7a Fix guess_mv() so that it works correctly with 4x4 MV blocks. 15 years ago
Michael Niedermayer 5820b90da0 Fix indention 15 years ago
Michael Niedermayer 2ce1c2e063 Always reset slice_table. 15 years ago
Michael Niedermayer 382f3a5b6f Print skip_frames variable. 15 years ago
Ramiro Polla bb55e3a33d Document --disable-everything in configure --help. 15 years ago
Aurelien Jacobs 7a397a2e1d fix compilation with --disable-everything --enable-muxer=mpegts 15 years ago
Aurelien Jacobs 97197beb1c fix compilation with --disable-everything --enable-decoder=twinvq 15 years ago
David Conrad 81b743eb10 oggdec: Pass packets to header() until the stream is done with them 15 years ago
David Conrad 8730fad595 oggdec: Parse ogm chapters 15 years ago
David Conrad 2e5085854c oggdec: Cosmetics 15 years ago
David Conrad d8ba748359 oggdec: Read ogm metadata 15 years ago
David Conrad 533c30fced Const correctness for vorbis_comment 15 years ago
David Conrad b53cde48bd oggdec: Metadata is per-stream; don't merge multiple streams' together 15 years ago
David Conrad e4d2d8c5d7 Add ff_ prefix to vorbis_comment 15 years ago
Ramiro Polla 2972e36e27 Don't use shell syntax to set variables for make. 15 years ago
Ronald S. Bultje 95c6b5ebc8 Fix spelling. 15 years ago
Martin Storsjö 34056cbba5 Fix a crash in the H.263 RTP packetizer 15 years ago
Peter Ross 70b462cc29 Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. 15 years ago
Michael Niedermayer 2b3da32f74 Make rdft speed user configureable. 15 years ago
Peter Ross b41ec742ea Make binkaudio work with ff_float_to_int16_interleave_c (martin at martin dot st) 15 years ago
Martin Storsjö 5c7fd91010 Cosmetics, break a long line, fix brace placement 15 years ago
Martin Storsjö 26cb700c82 RTSP muxer: Create the SDP with the numerical IP of the peer 15 years ago
David Conrad d8b91fae1d oggdec: Seek to keyframes 15 years ago
David Conrad 873d117e4b oggdec: Determine pts and filepos on a packet basis in read_timestamp 15 years ago