summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Add opt handler for pending "-sample_fmt" optionPeter Ross2008-07-311-6/+18
* Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini2008-07-281-0/+2
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-261-0/+1
* cosmetics: typo fixesDiego Biurrun2008-07-241-1/+1
* Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer2008-07-191-9/+0
* Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini2008-07-181-2/+2
* Correcting displayed muxing overhead and video stream size.Michael Niedermayer2008-07-181-1/+1
* -itsscale to scale timestampsMichael Niedermayer2008-07-131-0/+26
* Drop non-C99-compliant initialization.Diego Biurrun2008-07-131-1/+1
* On EOF keep calling the decoders until they do not output anythingMichael Niedermayer2008-07-131-1/+3
* Use -vsync 0 unless the user explicitly asked for somethingMichael Niedermayer2008-07-131-2/+2
* Prevent users from setting -vol and -acodec copy together.Ramiro Polla2008-07-121-0/+4
* indentMichael Niedermayer2008-07-091-1/+1
* Allow setting codecs through preset filesMichael Niedermayer2008-07-091-0/+7
* Fix the av_set_string() free / alloc issue.Michael Niedermayer2008-07-081-7/+7
* Register intrrupt_cb() early enough so we dont get stuck with tcp inputMichael Niedermayer2008-06-261-0/+3
* Remove unnecessary function opt_qdiff(), max_qdiff is set now throughStefano Sabatini2008-06-251-13/+0
* Use correct timestamp value for stream copy.Michael Niedermayer2008-06-251-1/+1
* Cosmetics: move ffmpeg.c dframes option definition from within theStefano Sabatini2008-06-221-1/+1
* cosmetics, reindentBaptiste Coudurier2008-06-221-4/+4
* enable feeder threadsBaptiste Coudurier2008-06-221-0/+5
* Cosmetics: display ffmpeg -h generic advanced options just afterStefano Sabatini2008-06-171-3/+3
* Don't show advanced subtitle options within the ffmpeg -h genericStefano Sabatini2008-06-161-1/+1
* Don't show subtitle and grab options within the ffmpeg -h generic options.Stefano Sabatini2008-06-161-1/+1
* Make ffmpeg.c use print_error() when it can't read an ffserver stream.Stefano Sabatini2008-06-121-2/+3
* Improve ffmpeg error reporting in case of input/output stream mismatch,Stefano Sabatini2008-06-121-0/+2
* Make ffmpeg.c:opt_thread use parse_number_or_die().Stefano Sabatini2008-06-121-3/+4
* Factorize options context setting.Stefano Sabatini2008-06-121-53/+22
* enable stream copy with ffserver, to be able to chainBaptiste Coudurier2008-06-121-0/+6
* set log debug when avformat debug is setBaptiste Coudurier2008-06-111-1/+1
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-091-8/+6
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-081-2/+2
* indentMichael Niedermayer2008-06-081-7/+7
* Search /usr(/local)/share for preset files as well.Michael Niedermayer2008-06-081-4/+10
* Presets support.Michael Niedermayer2008-06-071-0/+39
* Add a few newlines to 'ffmpeg -h' output to make it more readable.Stefano Sabatini2008-05-311-0/+3
* Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffmPeter Ross2008-05-311-1/+1
* Remove incorrect usage of av_free_static(), ffmpeg.c is not aMichael Niedermayer2008-05-301-2/+0
* cosmetics, space before and after parenthesis, weird indentationBaptiste Coudurier2008-05-291-12/+12
* Remove unnecessary header #includes.Erik Hovland2008-05-291-1/+0
* Simplify show_banner() so that it does not require arguments, similarStefano Sabatini2008-05-291-2/+2
* Slightly clarify bitstream filter help output.Stefano Sabatini2008-05-281-3/+3
* Remove coded_frame==NULL checks for video encoders.Michael Niedermayer2008-05-281-5/+5
* use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier2008-05-271-1/+1
* Make stream copy of ac3 from riff based formats work.Michael Niedermayer2008-05-261-0/+2
* Ensure that one can store X bytes in a fifo of size X.Michael Niedermayer2008-05-251-1/+1
* Make av_fifo*_read() ignore the available amount of data.Michael Niedermayer2008-05-251-3/+4
* Make opt_verbose() work again.Michael Niedermayer2008-05-251-1/+1
* Move show_formats() to cmdutils.c.Stefano Sabatini2008-05-221-124/+1
* Get rid of more senseless wrapper functions and use OPT_EXIT instead.Michael Niedermayer2008-05-211-7/+1
OpenPOWER on IntegriCloud