summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: indentationAurelien Jacobs2008-10-081-2/+2
* lookup AVCodec by nameAurelien Jacobs2008-10-081-8/+30
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-051-13/+0
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-291-1/+1
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-291-1/+1
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-281-0/+1
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-281-54/+0
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-281-15/+4
* Support loading presets from random paths.Michael Niedermayer2008-09-281-0/+3
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-261-0/+4
* Support comments in preset files.Michael Niedermayer2008-09-181-3/+6
* Fix setting default value of scan_offset option for target svcd.Gert Vervoort2008-09-131-1/+1
* add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier2008-09-041-1/+14
* print error when deinterlacing failsBaptiste Coudurier2008-09-041-0/+1
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-041-34/+15
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-311-0/+4
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-271-7/+7
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-231-1/+7
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-231-7/+8
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-191-1/+4
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-141-1/+4
* align the audio decoding buffer, since some codecs write to it with simdLoren Merritt2008-08-121-2/+5
* Increase the maximum number of supported stream mappings in ffmpeg.c.Stefano Sabatini2008-08-031-1/+1
* Add sample format converter to FFmpeg (adds -sample_fmt option)Peter Ross2008-08-031-0/+58
* 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
OpenPOWER on IntegriCloud