summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Remove unused variable. Seems i forgot to commit this.Michael Niedermayer2010-02-24
| | | | Originally committed as revision 22012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Attempt to fix issue1728 and regression of issue203Michael Niedermayer2010-02-23
| | | | Originally committed as revision 22011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set ist->pts to something that isnt guranteed to entangle itself with stream ↵Michael Niedermayer2010-02-23
| | | | | | copying b frames. Originally committed as revision 22010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -Wmissing-prototypes to CFLAGS if available.Diego Biurrun2010-02-23
| | | | Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also favor streams with more packets in ffplay.Michael Niedermayer2010-02-23
| | | | Originally committed as revision 22008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Dont modify wanted_stream.Michael Niedermayer2010-02-23
| | | | Originally committed as revision 22007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace wanted_*_stream by wanted_stream[CODEC_TYPE]Michael Niedermayer2010-02-23
| | | | Originally committed as revision 22006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp_parser: Fix memleak.Jai Menon2010-02-23
| | | | | | | | ff_combine_frame() is called, which allocates ParseContext->buffer if needed, so ff_parse_close() must be called to free it. Patch by jai. Originally committed as revision 22005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vfwcap: support MJPG compressed streams.Nash Tsai2010-02-23
| | | | | | Patch by Nash Tsai <nash dot tsai at gmail dot com> Originally committed as revision 22004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder buffer debug. Also print out if slice was buffered.Ramiro Polla2010-02-23
| | | | Originally committed as revision 30722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Replace *_index by st_index[codec_type].Michael Niedermayer2010-02-23
| | | | Originally committed as revision 22003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Favor streams with more packets if the user did not specify what she wants.Michael Niedermayer2010-02-23
| | | | | | Fixes issue1156 Originally committed as revision 22002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Count all frames with codec_info_nb_frames not just ones with non zeroMichael Niedermayer2010-02-23
| | | | | | duration. I hope this breaks nothing. Its needed for my fix of issue1156 Originally committed as revision 22001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: break all Makefile lines at 80 columns or lessDaniel Verkamp2010-02-23
| | | | Originally committed as revision 22000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Redesign opt_programid code.Michael Niedermayer2010-02-23
| | | | | | | Its now possible to also select programs per input file and there is less code duplication. Originally committed as revision 21999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put codec_info_nb_frames back in AVStream and print its value.Michael Niedermayer2010-02-23
| | | | | | | This way streams with no or very few frames can be avoided during auto selection Originally committed as revision 21998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify non constness of src in av_fifo_generic_write()Michael Niedermayer2010-02-23
| | | | Originally committed as revision 21997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set video stream duration for Bink demuxerPeter Ross2010-02-23
| | | | Originally committed as revision 21996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentMartin Storsjö2010-02-23
| | | | Originally committed as revision 21995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink audio pts starts at 0, not reported_sizePeter Ross2010-02-23
| | | | Originally committed as revision 21994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use reported_size to truncate final Bink Audio framePeter Ross2010-02-23
| | | | Originally committed as revision 21993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix iff demuxer dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vc1 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix h264 parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mpeg4video parser dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix wmv2 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix gif encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix snow encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix svq1 encoder dependenciesDaniel Verkamp2010-02-23
| | | | Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock andKostya Shishkov2010-02-23
| | | | | | block decoding at exit, so prevent that memory leak now. Originally committed as revision 21983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode alpha plane in Bink videoKostya Shishkov2010-02-23
| | | | Originally committed as revision 21982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: reindent after last commitKostya Shishkov2010-02-23
| | | | Originally committed as revision 21981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move plane decoding code into separate function in Bink decoderKostya Shishkov2010-02-23
| | | | Originally committed as revision 21980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bink video decoder now can use extradata to detect alpha plane presenceKostya Shishkov2010-02-23
| | | | Originally committed as revision 21979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink demuxer pass video flags to decoderKostya Shishkov2010-02-23
| | | | Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Declare indeo VLC table storage with correct typeMåns Rullgård2010-02-23
| | | | Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to set has_b_frames in codec init if we know everything alraedy.Michael Niedermayer2010-02-23
| | | | | | This fixes some issues with the first few timestamps. Originally committed as revision 21976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move extradata reading code into codec init instead of doing itMichael Niedermayer2010-02-23
| | | | | | in read frame. Originally committed as revision 21975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prefix non-static RTSP functions with ff_.Ronald S. Bultje2010-02-23
| | | | Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make -benchmark also print the maximum memory usage if possible.Reimar Döffinger2010-02-22
| | | | Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure mp1/mp2 get their frame_size set.Michael Niedermayer2010-02-22
| | | | | | Fixes issue1696 Originally committed as revision 21972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add an RTSP muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Free metadata in chained RTP muxers in the RTSP muxerMartin Storsjö2010-02-22
| | | | | | This fixes a minor memory leak Originally committed as revision 21970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindentMartin Storsjö2010-02-22
| | | | Originally committed as revision 21969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add declarations and doxygen documentation of generic rtsp support functionsMartin Storsjö2010-02-22
| | | | | | to rtsp.h, and make the functions non-static Originally committed as revision 21968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: reindent after applying patchesMartin Storsjö2010-02-22
| | | | Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't follow RTSP redirects when used as a muxerMartin Storsjö2010-02-22
| | | | Originally committed as revision 21966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a function rtsp_setup_output_streams for announcing the SDPMartin Storsjö2010-02-22
| | | | | | | and setting up the internal RTSPStream data structures when using the RTSP code in muxer mode. Originally committed as revision 21965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create AVFormatContext objects as private transport for output RTSP sessionsMartin Storsjö2010-02-22
| | | | Originally committed as revision 21964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Bink decoder able to skip alpha planeKostya Shishkov2010-02-22
| | | | Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk