23393 Commits (2c4bc23e7a342cf02188c1dcdfd3fb3ee7d67b11)
 

Author SHA1 Message Date
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
David Conrad 6abaa27211 oggdec: Move PTS/DTS calculation to a function 15 years ago
David Conrad 2ac41150c0 oggdec: Fix memory leak in setting up vorbis headers 15 years ago
David Conrad 8f8320d7c3 oggdec: Don't use ogg_stream's seq for vorbis or speex headers 15 years ago
David Conrad 77560b0ef1 oggdec: Fix duration calculation for streams with non-zero start 15 years ago
David Conrad 32ad869284 oggdec: Parse skeleton to determine the start time of each stream 15 years ago
David Conrad 296bdf9cf1 oggdec: Check that we have a codec in gptopts (needed for skeleton) 15 years ago
David Conrad dfaed51f04 oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h 15 years ago
David Conrad 50a9d32310 oggdec: Set data_offset to the right value 15 years ago
David Conrad 73823cb941 oggdec: Save offset of the page needed to reconstruct the current packet 15 years ago
Michael Niedermayer d38c9e7a91 Implement framedrop. 15 years ago
Måns Rullgård 5de91783bf indent 15 years ago
Måns Rullgård 49e9287878 random_seed: try other alternatives if reading /dev/random fails 15 years ago
Måns Rullgård 32f40ace25 sha: add missing include 15 years ago
Måns Rullgård cc1e807f4c snow: remove unused stub functions 15 years ago
Måns Rullgård 8a3ceaf4f0 ffplay: use correct format specifiers in printf() 15 years ago
Måns Rullgård 2023cfea0f Add some required casts 15 years ago
Måns Rullgård 3952471da5 configure: remove stray semicolon 15 years ago
Måns Rullgård 54a2ae3728 configure: use map() function in a couple of places 15 years ago
Måns Rullgård 36e2dea032 configure: add --disable-everything option 15 years ago
Michael Niedermayer 122dcdcb31 Fix some apparent +- errors in the audio vissualization. 15 years ago
Måns Rullgård 86decad652 sparc: fix a few pages of cast warnings 15 years ago
Måns Rullgård ad40380240 sparc: fix dsputil prototypes 15 years ago
Måns Rullgård 47b1860eef configure: allow mips64el and powerpc64 as values for --arch 15 years ago
Martin Storsjö 594a9aebbe Make the ntp_time function available to other parts of libavformat, as ff_ntp_time 15 years ago
Martin Storsjö 18c31f6ff8 Only use .size in ARM assembly when targeting ELF 15 years ago
Michael Niedermayer d9427e848e Only reschedule refresh if we successfully removed the scheduled one. 15 years ago