summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* asfdec: add a debug message about skipped tags.Benoit Fouet2010-02-24
* asfdec: fix a memleak.Benoit Fouet2010-02-24
* asfdec: only unicode tags must have even length.Benoit Fouet2010-02-24
* Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov2010-02-24
* FFprobe: take only one input file.Ramiro Polla2010-02-24
* Replace /2 by faster >>1 as the mvd values are now all positive.Michael Niedermayer2010-02-24
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-24
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-23
* Set ist->pts to something that isnt guranteed to entangle itself with stream ...Michael Niedermayer2010-02-23
* Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun2010-02-23
* Also favor streams with more packets in ffplay.Michael Niedermayer2010-02-23
* Dont modify wanted_stream.Michael Niedermayer2010-02-23
* replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer2010-02-23
* mlp_parser: Fix memleak.Jai Menon2010-02-23
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-23
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
* Replace *_index by st_index[codec_type].Michael Niedermayer2010-02-23
* Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer2010-02-23
* Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer2010-02-23
* Cosmetics: break all Makefile lines at 80 columns or lessDaniel Verkamp2010-02-23
* Redesign opt_programid code.Michael Niedermayer2010-02-23
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-23
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-23
* Set video stream duration for Bink demuxerPeter Ross2010-02-23
* Cosmetics: reindentMartin Storsjö2010-02-23
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-23
* Use reported_size to truncate final Bink Audio framePeter Ross2010-02-23
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-22
* Add an RTSP muxerMartin Storsjö2010-02-22
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
* Cosmetics: reindentMartin Storsjö2010-02-22