summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* indentMichael Niedermayer2008-07-09
* Allow setting codecs through preset filesMichael Niedermayer2008-07-09
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-08
* Register intrrupt_cb() early enough so we dont get stuck with tcp inputMichael Niedermayer2008-06-26
* Remove unnecessary function opt_qdiff(), max_qdiff is set now throughStefano Sabatini2008-06-25
* Use correct timestamp value for stream copy.Michael Niedermayer2008-06-25
* Cosmetics: move ffmpeg.c dframes option definition from within theStefano Sabatini2008-06-22
* cosmetics, reindentBaptiste Coudurier2008-06-22
* enable feeder threadsBaptiste Coudurier2008-06-22
* Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini2008-06-17
* Don't show advanced subtitle options within the ffmpeg -h genericStefano Sabatini2008-06-16
* Don't show subtitle and grab options within the ffmpeg -h generic options.Stefano Sabatini2008-06-16
* Make ffmpeg.c use print_error() when it can't read an ffserver stream.Stefano Sabatini2008-06-12
* Improve ffmpeg error reporting in case of input/output stream mismatch,Stefano Sabatini2008-06-12
* Make ffmpeg.c:opt_thread use parse_number_or_die().Stefano Sabatini2008-06-12
* Factorize options context setting.Stefano Sabatini2008-06-12
* enable stream copy with ffserver, to be able to chainBaptiste Coudurier2008-06-12
* set log debug when avformat debug is setBaptiste Coudurier2008-06-11
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-08
* indentMichael Niedermayer2008-06-08
* Search /usr(/local)/share for preset files as well.Michael Niedermayer2008-06-08
* Presets support.Michael Niedermayer2008-06-07
* Add a few newlines to 'ffmpeg -h' output to make it more readable.Stefano Sabatini2008-05-31
* Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffmPeter Ross2008-05-31
* Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer2008-05-30
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-29
* Remove unnecessary header #includes.Erik Hovland2008-05-29
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-29
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-28
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-28
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-27
* Make stream copy of ac3 from riff based formats work.Michael Niedermayer2008-05-26
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-25
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-25
* Make opt_verbose() work again.Michael Niedermayer2008-05-25
* Move show_formats() to cmdutils.c.Stefano Sabatini2008-05-22
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-21
* Do not pass program_name as argument to show_version(), this allows someMichael Niedermayer2008-05-21
* OPT_EXITMichael Niedermayer2008-05-21
* Print timestamp with increased precision.David Bolt2008-05-21
* Make 'ffmpeg -formats' print codec long names.Stefano Sabatini2008-05-13
* sys/resource.h needs sys/types.h on OS/2, patch by Dave Yeo, daveryeo telus netDave Yeo2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Check for sys/resource.h and include it conditionally.Ramiro Polla2008-05-08
* Mark symbols as static, patch by Diego 'Flameeyes' Pettenò, flameeyes gmail comDiego Pettenò2008-05-01
* Send context to some ffmpeg.c opt* functionStefano Sabatini2008-04-22
* Make some ffmpeg opts use parse-number-or-die.Stefano Sabatini2008-04-21
* Fix bug introduced by r12827.Ramiro Polla2008-04-21
* Use av_exit() instead of exit() for a minimal cleanupRamiro Polla2008-04-14