summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fix exploitable code.Michael Niedermayer2008-06-26
| | | | | | Fixes issue311 Originally committed as revision 13993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register intrrupt_cb() early enough so we dont get stuck with tcp inputMichael Niedermayer2008-06-26
| | | | | | | for example. Fixes issue66 Originally committed as revision 13992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert "add libmpeg2 permutation to dct-test"Måns Rullgård2008-06-26
| | | | | | | 10l to me for not noticing that dct-test.c calls this permutation MMX. Note to self: don't code after 2am. Originally committed as revision 13991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 parser can also handle VP6 without any changes.Aurelien Jacobs2008-06-26
| | | | Originally committed as revision 13990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
| | | | Originally committed as revision 13989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove start_time guessing code.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
| | | | Originally committed as revision 13987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-26
| | | | | | This parser is not able to split random bitstream pieces. Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-26
| | | | Originally committed as revision 13985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update ffserver docs to match r13978, ffserver in debug mode nowStefano Sabatini2008-06-25
| | | | | | directs logs to stdout. Originally committed as revision 13982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary function opt_qdiff(), max_qdiff is set now throughStefano Sabatini2008-06-25
| | | | | | | the AVOption system. Also removes the previous constraints when setting max_qdiff through opt_qdiff() (1 <= max_qdiff <= 31). Originally committed as revision 13981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for mp3 contained in omaBenjamin Larsson2008-06-25
| | | | Originally committed as revision 13980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rearrange parameter logicBenjamin Larsson2008-06-25
| | | | Originally committed as revision 13979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add more codec IDs and tags.Benjamin Larsson2008-06-25
| | | | Originally committed as revision 13977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use http_log now that logfile is setupBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move logfile setup right after config parsingBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless initBaptiste Coudurier2008-06-25
| | | | Originally committed as revision 13973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer2008-06-25
| | | | | | "minimal" frame_size. Originally committed as revision 13969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
| | | | Originally committed as revision 13968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-25
| | | | Originally committed as revision 13967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for support of -fomit-frame-pointer before adding it to CFLAGS.Ben Taylor2008-06-25
| | | | | | patch by Ben Taylor, bentaylor.solx86 gmail com Originally committed as revision 13966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Each dependency file needs to be updated when one of the files theDiego Biurrun2008-06-25
| | | | | | corresponding object file depends on is changed. Originally committed as revision 13965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-25
| | | | | | only locally in unpack_modes() Originally committed as revision 13964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use correct timestamp value for stream copy.Michael Niedermayer2008-06-25
| | | | Originally committed as revision 13963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close parse context.David Liu2008-06-25
| | | | | | Patch by David LIU david liu st com Originally committed as revision 13962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
| | | | | | substream headers. Originally committed as revision 13961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove improper usage of AV_TIME_BASE_QLuca Abeni2008-06-25
| | | | Originally committed as revision 13960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate tablesStefan Gehrer2008-06-25
| | | | Originally committed as revision 13959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prevent duration calculation code from generating random durations forMichael Niedermayer2008-06-24
| | | | | | vorbis in ogg. Originally committed as revision 13958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
| | | | | | | Make sure we don't try to set them if that's the case. This lets dct-test and fft-test build with --disable-mmx on x86, but not yet on ARM. Originally committed as revision 13957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent.Stefano Sabatini2008-06-24
| | | | Originally committed as revision 13956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-24
| | | | Originally committed as revision 13955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-24
| | | | | | commandlines. Originally committed as revision 13954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Simplify interp()Vitor Sessak2008-06-24
| | | | Originally committed as revision 13953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2008-06-24
| | | | Originally committed as revision 13952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CosmeticsVitor Sessak2008-06-24
| | | | Originally committed as revision 13951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-24
| | | | | | | them rather than print them when parsing the configuration file. This way those commandlines are not showed anymore in no-launch mode. Originally committed as revision 13950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert accidental const slipping inStefan Gehrer2008-06-24
| | | | Originally committed as revision 13949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-24
| | | | Originally committed as revision 13948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mark read-only data as constStefan Gehrer2008-06-24
| | | | Originally committed as revision 13947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
| | | | Originally committed as revision 13946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
| | | | Originally committed as revision 13945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused entries from energy_tabVitor Sessak2008-06-24
| | | | Originally committed as revision 13944 to svn://svn.ffmpeg.org/ffmpeg/trunk