Commit History

Author SHA1 Message Date
  Michael Niedermayer 965530e156 Limit discontinuity handling to containers that allow discontinuities. 16 years ago
  Aurelien Jacobs fd2b356a62 cosmetics: indentation 16 years ago
  Aurelien Jacobs 6488cf9b09 lookup AVCodec by name 16 years ago
  Stefano Sabatini 0093396cff Remove unused and invalid code from ffmpeg.c. 16 years ago
  Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
  Diego Biurrun c44c4e181f cosmetics: Consistently use #ifdef in preprocessor directives. 16 years ago
  Wolfram Gloger 143df82789 set video_enc->sample_aspect_ratio to fix stream copy 16 years ago
  Michael Niedermayer 85663ef302 Move opt_default() and set_context_opts() to cmdutils so it can be used from 16 years ago
  Stefano Sabatini d2845b758e Implement the force_fps option, which disables the automatic selection 16 years ago
  Michael Niedermayer 4e72f129c3 Support loading presets from random paths. 16 years ago
  Baptiste Coudurier fb1d2d7be2 include sys/select.h, fix freebsd 5.5 compilation 16 years ago
  Michael Niedermayer 8a4f816a6d Support comments in preset files. 16 years ago
  Gert Vervoort 46cd15ca31 Fix setting default value of scan_offset option for target svcd. 16 years ago
  Baptiste Coudurier f2abc55945 add -xerror option, ffmpeg will now exit right when an error occurs 16 years ago
  Baptiste Coudurier 6b682df233 print error when deinterlacing fails 16 years ago
  Peter Ross 287ba997b5 Remove further 1sample=2byte assumptions within FFmpeg to allow 16 years ago
  Peter Ross f031938343 Display error message when user attempts to resample non-S16 audio formats. 16 years ago
  Stefano Sabatini de427ff48b Simplify the indexing logic in the av_encode() streams mapping code. 16 years ago
  Aurelien Jacobs c30a4489b4 export sample_aspect_ratio read by the demuxer in a separate field 16 years ago
  Stefano Sabatini 2fc3866d5e Provide a context to opt_frame_rate(), and make it print the wrong 16 years ago
  Stefano Sabatini 745b39d5f9 Replace invocations of av_fifo_realloc(), which is going to be 16 years ago
  Aurelien Jacobs 7246177d80 ensure we get explicit definition of various _XOPEN_SOURCE functions we use 16 years ago
  Loren Merritt 81b060faf9 align the audio decoding buffer, since some codecs write to it with simd 16 years ago
  Stefano Sabatini f44fd37447 Increase the maximum number of supported stream mappings in ffmpeg.c. 16 years ago
  Peter Ross a79db0f7c4 Add sample format converter to FFmpeg (adds -sample_fmt option) 16 years ago
  Peter Ross ce1ee094d7 Add opt handler for pending "-sample_fmt" option 16 years ago
  Stefano Sabatini 150d5a259b Make ffmpeg dump output format in case of codec type mismatch between 16 years ago
  Peter Ross aa29709ec8 add CODEC_ID_PCM_F32BE (32-bit floating point PCM big endian decoder) 16 years ago
  Diego Biurrun e16190fa7a cosmetics: typo fixes 16 years ago
  Michael Niedermayer 0042808e31 Remove explicit strict_std_compliance support as it seems to work fine over 16 years ago
  Stefano Sabatini fc7ad2af05 Make ffmpeg -t X with X<=0 transcode nothing. 16 years ago
  Michael Niedermayer 44eb047a5b Correcting displayed muxing overhead and video stream size. 16 years ago
  Michael Niedermayer 8833f375f9 -itsscale to scale timestamps 16 years ago
  Diego Biurrun 89129c6b1d Drop non-C99-compliant initialization. 16 years ago
  Michael Niedermayer bd6754aa79 On EOF keep calling the decoders until they do not output anything 16 years ago
  Michael Niedermayer 8858816d4c Use -vsync 0 unless the user explicitly asked for something 16 years ago
  Ramiro Polla d08e3e91af Prevent users from setting -vol and -acodec copy together. 16 years ago
  Michael Niedermayer 4e999ebe03 indent 16 years ago
  Michael Niedermayer 385b19dfd4 Allow setting codecs through preset files 16 years ago
  Michael Niedermayer 8dbee6538d Fix the av_set_string() free / alloc issue. 16 years ago
  Michael Niedermayer b86f5a02ea Register intrrupt_cb() early enough so we dont get stuck with tcp input 16 years ago
  Stefano Sabatini 9010d54390 Remove unnecessary function opt_qdiff(), max_qdiff is set now through 16 years ago
  Michael Niedermayer 181782ae46 Use correct timestamp value for stream copy. 16 years ago
  Stefano Sabatini 9c09099e75 Cosmetics: move ffmpeg.c dframes option definition from within the 16 years ago
  Baptiste Coudurier d2ce2f5e5c cosmetics, reindent 16 years ago
  Baptiste Coudurier dbedf2aae2 enable feeder threads 16 years ago
  Stefano Sabatini 88643f396a Cosmetics: display ffmpeg -h generic advanced options just after 16 years ago
  Stefano Sabatini ef3efa0dbc Don't show advanced subtitle options within the ffmpeg -h generic 16 years ago
  Stefano Sabatini fb74bc4361 Don't show subtitle and grab options within the ffmpeg -h generic options. 16 years ago
  Stefano Sabatini d58ddafdbc Make ffmpeg.c use print_error() when it can't read an ffserver stream. 16 years ago