summaryrefslogtreecommitdiff
path: root/ffmpeg.c
Commit message (Expand)AuthorAge
* Make more informative the error messages regarding the access to theStefano Sabatini2008-12-01
* channel layout support for ffmpeg.cBenjamin Larsson2008-11-29
* Make rate_emu a global property rather than to be settable for aStefano Sabatini2008-11-27
* Remove AVInputStream frame variable definition and usage, unnecessaryStefano Sabatini2008-11-27
* Make the input realtime framerate emulation code use ist->pts forStefano Sabatini2008-11-27
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
* Make ffmpeg print in the error message the exact line of a preset fileStefano Sabatini2008-11-21
* Improve error message in case of output file with no streams, dumpingStefano Sabatini2008-11-17
* Improve messages printed when there is no input/output file, makingStefano Sabatini2008-11-17
* Remove unnecessary calls to show_help(), make ffmpeg/ffplay print aStefano Sabatini2008-11-17
* Flush SDP descriptionLuca Barbato2008-11-15
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Provide more context to the opt_preset() error messages, printing theStefano Sabatini2008-10-18
* Make ffmpeg abort if a preset file contains an invalid option orStefano Sabatini2008-10-18
* Provide more context for the error message issued when no preset fileStefano Sabatini2008-10-18
* Support absolute DOS paths for preset parametersRamiro Polla2008-10-15
* Add preset options documentation strings.Stefano Sabatini2008-10-12
* Limit discontinuity handling to containers that allow discontinuities.Michael Niedermayer2008-10-09
* cosmetics: indentationAurelien Jacobs2008-10-08
* lookup AVCodec by nameAurelien Jacobs2008-10-08
* Remove unused and invalid code from ffmpeg.c.Stefano Sabatini2008-10-05
* Uniformly define _XOPEN_SOURCE to 600.Diego Biurrun2008-09-29
* cosmetics: Consistently use #ifdef in preprocessor directives.Diego Biurrun2008-09-29
* set video_enc->sample_aspect_ratio to fix stream copyWolfram Gloger2008-09-28
* Move opt_default() and set_context_opts() to cmdutils so it can be used fromMichael Niedermayer2008-09-28
* Implement the force_fps option, which disables the automatic selectionStefano Sabatini2008-09-28
* Support loading presets from random paths.Michael Niedermayer2008-09-28
* include sys/select.h, fix freebsd 5.5 compilationBaptiste Coudurier2008-09-26
* Support comments in preset files.Michael Niedermayer2008-09-18
* Fix setting default value of scan_offset option for target svcd.Gert Vervoort2008-09-13
* add -xerror option, ffmpeg will now exit right when an error occursBaptiste Coudurier2008-09-04
* print error when deinterlacing failsBaptiste Coudurier2008-09-04
* Remove further 1sample=2byte assumptions within FFmpeg to allowPeter Ross2008-09-04
* Display error message when user attempts to resample non-S16 audio formats.Peter Ross2008-08-31
* Simplify the indexing logic in the av_encode() streams mapping code.Stefano Sabatini2008-08-27
* export sample_aspect_ratio read by the demuxer in a separate fieldAurelien Jacobs2008-08-23
* Provide a context to opt_frame_rate(), and make it print the wrongStefano Sabatini2008-08-23
* Replace invocations of av_fifo_realloc(), which is going to beStefano Sabatini2008-08-19
* ensure we get explicit definition of various _XOPEN_SOURCE functions we useAurelien Jacobs2008-08-14
* align the audio decoding buffer, since some codecs write to it with simdLoren Merritt2008-08-12
* Increase the maximum number of supported stream mappings in ffmpeg.c.Stefano Sabatini2008-08-03
* Add sample format converter to FFmpeg (adds -sample_fmt option)Peter Ross2008-08-03
* Add opt handler for pending "-sample_fmt" optionPeter Ross2008-07-31
* Make ffmpeg dump output format in case of codec type mismatch betweenStefano Sabatini2008-07-28
* add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder)Peter Ross2008-07-26
* cosmetics: typo fixesDiego Biurrun2008-07-24
* Remove explicit strict_std_compliance support as it seems to work fine overMichael Niedermayer2008-07-19
* Make ffmpeg -t X with X<=0 transcode nothing.Stefano Sabatini2008-07-18
* Correcting displayed muxing overhead and video stream size.Michael Niedermayer2008-07-18
* -itsscale to scale timestampsMichael Niedermayer2008-07-13