14525 Commits (dd7a68b6dad4bfa24c4c3954066cb8e1805c1c88)
 

Author SHA1 Message Date
Michael Niedermayer dd7a68b6da Remove start_time guessing code. 17 years ago
Michael Niedermayer 3041a4a13d Also print flags with FF_FDEBUG_TS. 17 years ago
Michael Niedermayer 0c587a4ea8 VP3 & Theora parser to extract keyframe flags. 17 years ago
Måns Rullgård fb9464e807 add libmpeg2 permutation to dct-test 17 years ago
Michael Niedermayer fc658cfe2b Support >=4096 dimensions, fixes issue499. 17 years ago
Michael Niedermayer f53dd4682c Prevent invalid timestamps from being stored. 17 years ago
Stefano Sabatini d6fbdcec05 Update ffserver docs to match r13978, ffserver in debug mode now 17 years ago
Stefano Sabatini 9010d54390 Remove unnecessary function opt_qdiff(), max_qdiff is set now through 17 years ago
Benjamin Larsson 75d27450a1 Add support for mp3 contained in oma 17 years ago
Benjamin Larsson de8c8181a9 Rearrange parameter logic 17 years ago
Baptiste Coudurier a9d9aa3613 revert r13867, - reference stdout, I was drunk 17 years ago
Benjamin Larsson f035fe9755 Add more codec IDs and tags. 17 years ago
Baptiste Coudurier f3b5a1a260 make av_find_stream_info find frame_size for aac too 17 years ago
Baptiste Coudurier 80b616fca3 use http_log now that logfile is setup 17 years ago
Baptiste Coudurier f10d55ed88 move logfile setup right after config parsing 17 years ago
Baptiste Coudurier f0754ad822 remove useless init 17 years ago
Michael Niedermayer 4d35bf74f9 Make av_find_stream_info() find the frame_size for vorbis. 17 years ago
Michael Niedermayer da95f225fd Set frame_size to the gcd of what the decoder can output. 17 years ago
Michael Niedermayer 6e1aa0f383 Fill missing pts in during muxing when we know that they are equal to dts. 17 years ago
Michael Niedermayer c924ca78b6 We cannot calculate the duration of vorbis packets even if we do know the 17 years ago
Alexander Strange ff558537f0 Don't set mm_flags in fft-test, since it doesn't do anything anyway. 17 years ago
Alexander Strange dafe882457 Use a local variable instead of mm_flags in dct-test. 17 years ago
Ben Taylor 40617a6d05 Check for support of -fomit-frame-pointer before adding it to CFLAGS. 17 years ago
Diego Biurrun f0418fec69 Each dependency file needs to be updated when one of the files the 17 years ago
Stefan Gehrer e8e4743591 make ModeAlphabet read-only and use a custom mode alphabet 17 years ago
Michael Niedermayer 181782ae46 Use correct timestamp value for stream copy. 17 years ago
David Liu 7694a7d93f Close parse context. 17 years ago
Ramiro Polla c624c2195f Make it a little easier to spot that the code is not dealing only with 17 years ago
Luca Abeni a4696aa2fe Remove improper usage of AV_TIME_BASE_Q 17 years ago
Stefan Gehrer 5a89396989 remove duplicate tables 17 years ago
Michael Niedermayer 796d200a77 Prevent duration calculation code from generating random durations for 17 years ago
Alexander Strange f67a10cd0c Define mm_flags/support to be 0 on architectures where they don't exist. 17 years ago
Stefano Sabatini 8bf61f5ba9 Reindent. 17 years ago
Stefano Sabatini 5dc8eeb639 Make ffserver show launched commandlines not only in debug-mode. 17 years ago
Stefano Sabatini 6aada9b1ba Use http_log() rather than printing on stdout to show the launched 17 years ago
Vitor Sessak afb40e7277 Simplify interp() 17 years ago
Vitor Sessak 74adaa3a00 More cosmetics 17 years ago
Vitor Sessak a97642680b Cosmetics 17 years ago
Stefano Sabatini 40444a59c1 Make ffserver show each launched commandline just before to launch 17 years ago
Stefan Gehrer 0e1d6a4ca7 revert accidental const slipping in 17 years ago
Diego Biurrun ae32e509fb Replace redundant MAX macro declaration by proper use of FFMAX. 17 years ago
Stefan Gehrer cf2baeb338 mark read-only data as const 17 years ago
Vitor Sessak 73cc419b27 Use lpc_coef[2] instead of lpc_coef and lpc_coef_old 17 years ago
Vitor Sessak ae70f874ba Remove unused entries from lpc_refl_cb* 17 years ago
Vitor Sessak 7986199fcf Remove unused entries from energy_tab 17 years ago
Luca Abeni 309d32b0db Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP 17 years ago
Laurent Desnogues f5b6778184 Mark constant structure member as const to avoid some warnings. 17 years ago
Stefano Sabatini fb6b04aae9 Incorporate ffserver documentation Quick Start chapter into the 17 years ago
Diego Biurrun 941b1258b8 Remove redundant mm_flags declaration, fixes the warning: 17 years ago
Baptiste Coudurier 14c43f918f log when feed is already being received 17 years ago