summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
| | | | Originally committed as revision 13943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
| | | | | | patch by Laurent Desnogues, laurent.desnogues gmail com Originally committed as revision 13942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Incorporate ffserver documentation Quick Start chapter into theStefano Sabatini2008-06-24
| | | | | | man DESCRIPTION section. Originally committed as revision 13941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24
| | | | | | | libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common fft-test.o: warning: common is here Originally committed as revision 13940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log when feed is already being receivedBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reindentBaptiste Coudurier2008-06-24
| | | | Originally committed as revision 13938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused values from gain_{val,exp}_tabVitor Sessak2008-06-23
| | | | Originally committed as revision 13937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Now these tables fit in 16 bits.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge the >> 4 calculation of cb1_base in the tableVitor Sessak2008-06-23
| | | | Originally committed as revision 13935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistency: make the output buffer the first argument of functionsVitor Sessak2008-06-23
| | | | Originally committed as revision 13934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use sizeof() intead of hardcoding the valuesVitor Sessak2008-06-23
| | | | Originally committed as revision 13933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyVitor Sessak2008-06-23
| | | | Originally committed as revision 13931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It makes more sense to return 1 here in case of overflow.Vitor Sessak2008-06-23
| | | | Originally committed as revision 13930 to svn://svn.ffmpeg.org/ffmpeg/trunk