22933 Commits (dd80be5bfcc4135906cf9aff516c82c6efca18bd)
 

Author SHA1 Message Date
Peter Ross dd80be5bfc low-complexity Bink file seeking 15 years ago
Peter Ross 7e276c85b1 set AVINDEX_KEYFRAME correctly for bink 15 years ago
Yann Coupin 8d819221db Correctly increment continuity_counter in PCR packets. 15 years ago
Benoit Fouet 6538c0f1c6 asfdec: skip byte array tags. 15 years ago
Benoit Fouet 27e7492771 asfdec: add a debug message about skipped tags. 15 years ago
Benoit Fouet 47794b9d3e asfdec: fix a memleak. 15 years ago
Benoit Fouet 514b73cf0d asfdec: only unicode tags must have even length. 15 years ago
Anton Khirnov 43382b5f13 Introduce metadata conversion table for NUT muxer and demuxer. 15 years ago
Ramiro Polla c8c0ac6b26 FFprobe: take only one input file. 15 years ago
Michael Niedermayer 9127a369ad Replace /2 by faster >>1 as the mvd values are now all positive. 15 years ago
Michael Niedermayer 5c34e36a23 Remove unused variable. Seems i forgot to commit this. 15 years ago
Michael Niedermayer a15fdd7ce3 Attempt to fix issue1728 and regression of issue203 15 years ago
Michael Niedermayer b8c93c483b Set ist->pts to something that isnt guranteed to entangle itself with stream copying b frames. 15 years ago
Diego Biurrun fc298fd9be Add -Wmissing-prototypes to CFLAGS if available. 15 years ago
Michael Niedermayer 9f7490a09c Also favor streams with more packets in ffplay. 15 years ago
Michael Niedermayer 256ab3ed9d Dont modify wanted_stream. 15 years ago
Michael Niedermayer 5b369983c6 replace wanted_*_stream by wanted_stream[CODEC_TYPE] 15 years ago
Jai Menon 8790961d7e mlp_parser: Fix memleak. 15 years ago
Nash Tsai d7a4961e53 vfwcap: support MJPG compressed streams. 15 years ago
Ramiro Polla f1d5a1f285 Reorder buffer debug. Also print out if slice was buffered. 15 years ago
Michael Niedermayer 6625a3de2a Replace *_index by st_index[codec_type]. 15 years ago
Michael Niedermayer 247e3954fc Favor streams with more packets if the user did not specify what she wants. 15 years ago
Michael Niedermayer ab392695d5 Count all frames with codec_info_nb_frames not just ones with non zero 15 years ago
Daniel Verkamp d962706f96 Cosmetics: break all Makefile lines at 80 columns or less 15 years ago
Michael Niedermayer 6d3d3b836f Redesign opt_programid code. 15 years ago
Michael Niedermayer 6c6e6ef5e2 Put codec_info_nb_frames back in AVStream and print its value. 15 years ago
Michael Niedermayer fc323a5480 Clarify non constness of src in av_fifo_generic_write() 15 years ago
Peter Ross 02cd6f5426 Set video stream duration for Bink demuxer 15 years ago
Martin Storsjö 9399393333 Cosmetics: reindent 15 years ago
Peter Ross b62c65f23e Bink audio pts starts at 0, not reported_size 15 years ago
Peter Ross c8c77d8d97 Use reported_size to truncate final Bink Audio frame 15 years ago
Daniel Verkamp 589760c68b Fix iff demuxer dependencies 15 years ago
Daniel Verkamp 3dfd81e64e Fix vc1 parser dependencies 15 years ago
Daniel Verkamp 0802cb85d0 Fix h264 parser dependencies 15 years ago
Daniel Verkamp 401903dc69 Fix mpeg4video parser dependencies 15 years ago
Daniel Verkamp 5c9b9c990a Fix wmv2 encoder dependencies 15 years ago
Daniel Verkamp 818a4a6465 Fix gif encoder dependencies 15 years ago
Daniel Verkamp fa7252494c Fix snow encoder dependencies 15 years ago
Daniel Verkamp 19ecfb8aeb Fix svq1 encoder dependencies 15 years ago
Kostya Shishkov 60819e694e 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and 15 years ago
Kostya Shishkov 4f974de6f6 Decode alpha plane in Bink video 15 years ago
Kostya Shishkov bf0d54a381 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 54d4c0de7c Move plane decoding code into separate function in Bink decoder 15 years ago
Kostya Shishkov ba3e821414 Bink video decoder now can use extradata to detect alpha plane presence 15 years ago
Kostya Shishkov a45972a806 Make Bink demuxer pass video flags to decoder 15 years ago
Måns Rullgård 2fc492d842 Declare indeo VLC table storage with correct type 15 years ago
Michael Niedermayer db8cb47d15 Try to set has_b_frames in codec init if we know everything alraedy. 15 years ago
Michael Niedermayer 9855b2e3c8 Move extradata reading code into codec init instead of doing it 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Reimar Döffinger fc5607f862 Make -benchmark also print the maximum memory usage if possible. 15 years ago