summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-22
| | | | Originally committed as revision 13898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid a memcpy. Code is also simpler now in my opinion.Vitor Sessak2008-06-22
| | | | | | The downside is making the context bigger. Originally committed as revision 13897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffserver debug mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffserver daemon mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document ffserver no-launch mode.Stefano Sabatini2008-06-22
| | | | Originally committed as revision 13894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: move ffmpeg.c dframes option definition from within theStefano Sabatini2008-06-22
| | | | | | video options to the generic options where it belongs. Originally committed as revision 13893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-22
| | | | | | original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail _dot_ com Originally committed as revision 13892 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-22
| | | | | | original patch by Evgeniy Stepanov eugeni.stepanov _at_ gmail.com Originally committed as revision 13891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: fix a memory leakAurelien Jacobs2008-06-22
| | | | Originally committed as revision 13890 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove now unused variableRobert Swain2008-06-22
| | | | Originally committed as revision 13889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add generic ff_sine_window_init function and implement in codecs appropriatelyRobert Swain2008-06-22
| | | | Originally committed as revision 13888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vp6: ensure that huffman decoding table is sorted with descending symbol orderPeter Ross2008-06-22
| | | | | | | Previous code worked by pure luck with glibc qsort implementation. patch by Peter Ross pross _at_ xvid _dot_ org Originally committed as revision 13887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentDiego Biurrun2008-06-22
| | | | Originally committed as revision 13886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-22
| | | | Originally committed as revision 13885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, pts->dtsBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store dts in ffm headersBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13879 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update seek reg ref due to r13856Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16Reimar Döffinger2008-06-22
| | | | Originally committed as revision 13877 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code setting output parameters after possible failureBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move code after possible failure, so no need to freeBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check av_open_input_stream errorBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove return 1, we don't change state, we are still sending dataBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free pbBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_open_input_streamBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not allocate st->codec, it will be overwritten later; fix memleakBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, reindentBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable feeder threadsBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log to stderrBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add callback for av_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need to print date anymore since done in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use ctime1Baptiste Coudurier2008-06-22
| | | | Originally committed as revision 13864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print date in http_logBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge declaration and initBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http or rtsp only supportBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix open return checkBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed_filename test, field is char [1024], patch by Erik Hovland, erik at ↵Erik Hovland2008-06-22
| | | | | | hovland dot org Originally committed as revision 13857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-22
| | | | Originally committed as revision 13856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_seek_frame to flush demxu pending packets, fixes seeking, should have ↵Baptiste Coudurier2008-06-22
| | | | | | been done when av_find_stream_info was added Originally committed as revision 13855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend documentation for AVOption.Stefano Sabatini2008-06-21
| | | | Originally committed as revision 13854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free c->pb_buffer before overwriting it, fix memleakBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update reg ref due to r13851Baptiste Coudurier2008-06-21
| | | | Originally committed as revision 13852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return 1 when error during write frame, state changedBaptiste Coudurier2008-06-21
| | | | Originally committed as revision 13851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set default preload and max_delay for muxer to avoid mpeg ps muxer to spit ↵Baptiste Coudurier2008-06-21
| | | | | | many underflow errors, use ffmpeg default values Originally committed as revision 13850 to svn://svn.ffmpeg.org/ffmpeg/trunk