Commit History

Author SHA1 Message Date
  Michael Niedermayer e28814e0e1 Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 12 years ago
  Anton Khirnov a60eb6ef12 ffmpeg: fix -force_key_frames 12 years ago
  Michael Niedermayer 6109974cd9 ffmpeg: increase bit_buffer_size, the header size is clearly too small for rgb48 raw based formats 13 years ago
  Anton Khirnov 9417761474 Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." 13 years ago
  Michael Niedermayer ec7f0b527c Merge remote-tracking branch 'khirnov/release/0.7' into release/0.8 13 years ago
  Anton Khirnov fa75093381 Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." 13 years ago
  Jeff Downs 7d704f5127 Make all option parsing functions match the function pointer type through which they are called. 13 years ago
  Carl Eugen Hoyos 08ddfb77a1 Fix possible crash when decoding mpeg streams. 13 years ago
  Michael Niedermayer 2ff36ef521 ffmpeg: fix passlogfile regression 13 years ago
  Baptiste Coudurier 893cf1b1ae ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2. 13 years ago
  Michael Niedermayer 095946afa7 Merge remote-tracking branch 'qatar/release/0.7' into release/0.8 13 years ago
  Mans Rullgard 20829cf8a2 ffmpeg: fix operation with --disable-avfilter 13 years ago
  Stefano Sabatini c445e9dc62 ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt() 13 years ago
  Clément Bœsch 4a34e54b0e Fix zero-length gnu_printf format string warning. 13 years ago
  Michael Niedermayer 6cbe81999b Merge remote-tracking branch 'qatar/master' 13 years ago
  Justin Ruggles e6c52cee54 Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). 13 years ago
  Michael Niedermayer cfbaeb311d ffmpeg: print warning if encoding would duplicate massive amounts of frames 13 years ago
  Stefano Sabatini 44f669e7bc lavfi: add vsink_buffer, and use it in ff* tools 13 years ago
  Michael Niedermayer 035c13e307 ffmpeg: warn if samples need to be converted in a lossy way for lossless encoders. 13 years ago
  Michael Niedermayer 2905e3ff64 Merge remote-tracking branch 'qatar/master' 13 years ago
  Michael Niedermayer 4f643430f2 Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' 13 years ago
  Michael Niedermayer f6e2af4f5a ffmpeg: Force 420 with target dvd and svcd. 13 years ago
  Anton Khirnov 55ba12e300 ffmpeg: deprecate -vc and -tvstd 13 years ago
  Anton Khirnov 8035f42968 ffmpeg: use new avformat_open_* API. 13 years ago
  Anton Khirnov 0b7ccad6bf ffmpeg: don't abuse a global for passing frame size from input to output 13 years ago
  Anton Khirnov 10de86b882 ffmpeg: don't abuse a global for passing pixel format from input to output 13 years ago
  Anton Khirnov 9446d75941 ffmpeg: merge output_codecs array into AVOutputStream members. 13 years ago
  Anton Khirnov 62940bb42f ffmpeg: initialise encoders earlier. 13 years ago
  Michael Niedermayer 7a02527b05 Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov a6286bda09 ffmpeg: don't abuse a global for passing framerate from input to output 13 years ago
  Anton Khirnov 8f3e999736 ffmpeg: don't abuse a global for passing channels from input to output 13 years ago
  Anton Khirnov d7ee44024c ffmpeg: don't abuse a global for passing samplerate from input to output 13 years ago
  Ronald S. Bultje 0be3736796 ffmpeg: fix streaming to ffserver. 13 years ago
  Stefano Sabatini c535494268 avfiltergraph: make the AVFilterInOut alloc/free API public 13 years ago
  Stefano Sabatini 6119b23a36 avfiltergraph: change the syntax of avfilter_graph_parse() 13 years ago
  Etienne Buira 39dbe9b6b8 Fix -t option for formats which holds dts and no pts 13 years ago
  Alex Converse 9a1b79128c ffmpeg.c: Add a necessary const qualifier 13 years ago
  Michael Niedermayer f9ecb849ef Merge remote-tracking branch 'qatar/master' 13 years ago
  Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 13 years ago
  Michael Niedermayer 580817df04 Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a404bdabfeafb917454d510b60d888cb761 elsewhere 13 years ago
  Stefano Sabatini 27bcf55f45 vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref 13 years ago
  Stefano Sabatini e4841a404b ffmpeg: fix massive leak occurring when seeking 13 years ago
  Stefano Sabatini 96f931adf7 cmdutils: change the signature of the function argument in parse_options() 13 years ago
  Michael Niedermayer 87f40364d1 Merge remote-tracking branch 'qatar/master' 13 years ago
  Baptiste Coudurier e4e2db9c74 ffmpeg: use opt_acodec when setting audio codec in opt_target. 13 years ago
  Michael Niedermayer bfd3b70ac3 ffmpeg: fix segfault with too many output files 13 years ago
  Stefano Sabatini 94bed8e582 Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). 13 years ago
  Michael Niedermayer 99eb31e263 Merge remote-tracking branch 'qatar/master' 13 years ago
  Baptiste Coudurier dd47107021 In print_report, print progression time in hours:mins:secs:us 13 years ago
  Baptiste Coudurier 1212d5b5e4 ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf value for bitrate. 13 years ago