summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* move ff_log2_run to bitstream.c and reuse in ffv1.cStefan Gehrer2008-06-26
* Remove start_time guessing code.Michael Niedermayer2008-06-26
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-26
* add libmpeg2 permutation to dct-testMåns Rullgård2008-06-26
* Support >=4096 dimensions, fixes issue499.Michael Niedermayer2008-06-25
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-25
* Update ffserver docs to match r13978, ffserver in debug mode nowStefano Sabatini2008-06-25
* Remove unnecessary function opt_qdiff(), max_qdiff is set now throughStefano Sabatini2008-06-25
* Add support for mp3 contained in omaBenjamin Larsson2008-06-25
* Rearrange parameter logicBenjamin Larsson2008-06-25
* revert r13867, - reference stdout, I was drunkBaptiste Coudurier2008-06-25
* Add more codec IDs and tags.Benjamin Larsson2008-06-25
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
* use http_log now that logfile is setupBaptiste Coudurier2008-06-25
* move logfile setup right after config parsingBaptiste Coudurier2008-06-25
* remove useless initBaptiste Coudurier2008-06-25
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
* Set frame_size to the gcd of what the decoder can output.Michael Niedermayer2008-06-25
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-25
* We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer2008-06-25
* Don't set mm_flags in fft-test, since it doesn't do anything anyway.Alexander Strange2008-06-25
* Use a local variable instead of mm_flags in dct-test.Alexander Strange2008-06-25
* Check for support of -fomit-frame-pointer before adding it to CFLAGS.Ben Taylor2008-06-25
* Each dependency file needs to be updated when one of the files theDiego Biurrun2008-06-25
* make ModeAlphabet read-only and use a custom mode alphabetStefan Gehrer2008-06-25
* Use correct timestamp value for stream copy.Michael Niedermayer2008-06-25
* Close parse context.David Liu2008-06-25
* Make it a little easier to spot that the code is not dealing only withRamiro Polla2008-06-25
* Remove improper usage of AV_TIME_BASE_QLuca Abeni2008-06-25
* remove duplicate tablesStefan Gehrer2008-06-25
* Prevent duration calculation code from generating random durations forMichael Niedermayer2008-06-24
* Define mm_flags/support to be 0 on architectures where they don't exist.Alexander Strange2008-06-24
* Reindent.Stefano Sabatini2008-06-24
* Make ffserver show launched commandlines not only in debug-mode.Stefano Sabatini2008-06-24
* Use http_log() rather than printing on stdout to show the launchedStefano Sabatini2008-06-24
* Simplify interp()Vitor Sessak2008-06-24
* More cosmeticsVitor Sessak2008-06-24
* CosmeticsVitor Sessak2008-06-24
* Make ffserver show each launched commandline just before to launchStefano Sabatini2008-06-24
* revert accidental const slipping inStefan Gehrer2008-06-24
* Replace redundant MAX macro declaration by proper use of FFMAX.Diego Biurrun2008-06-24
* mark read-only data as constStefan Gehrer2008-06-24
* Use lpc_coef[2] instead of lpc_coef and lpc_coef_oldVitor Sessak2008-06-24
* Remove unused entries from lpc_refl_cb*Vitor Sessak2008-06-24
* Remove unused entries from energy_tabVitor Sessak2008-06-24
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
* Mark constant structure member as const to avoid some warnings.Laurent Desnogues2008-06-24
* Incorporate ffserver documentation Quick Start chapter into theStefano Sabatini2008-06-24
* Remove redundant mm_flags declaration, fixes the warning:Diego Biurrun2008-06-24