Commit History

Author SHA1 Message Date
  Michael Niedermayer 3cecef5b03 ffmpeg: dont allow -flags to override -pass 11 years ago
  Reimar Döffinger 565581b0a4 ffmpeg: avoid a confusing and easy to break if(). 12 years ago
  Michael Niedermayer dc85ca0945 ffmpeg: use isatty() before messing with the terminal state 12 years ago
  Clément Bœsch d8e075b1a0 ffmpeg: use AUTO_INSERT_FILTER() for -async option. 12 years ago
  Michael Niedermayer d0ad91c258 Merge remote-tracking branch 'qatar/master' 12 years ago
  Matthieu Bouron 432fe9a38a ffmpeg: fix a crash with complex filters when pix_fmt is not specified 12 years ago
  Michael Niedermayer 318e395764 ffmpeg: drop get_sync_ipts() and drop related special case for video 12 years ago
  Michael Niedermayer cf9812d22b ffmpeg: move setting big_picture.pts up 12 years ago
  Michael Niedermayer bf3dce6b59 ffmpeg: change AVFMT_RAWPICTURE pts to reduce diff to qatar 12 years ago
  Michael Niedermayer 13c254a216 ffmpeg: random cosmectics to reduce diff to qatar 12 years ago
  Michael Niedermayer 9ce3d03fc2 ffmpeg: cosmetics to reduce difference to qatar by 101 lines 12 years ago
  Michael Niedermayer 3ba90d9e97 ffmpeg: cosmetics to reduce difference to qatar by about 90 lines 12 years ago
  Michael Niedermayer c53326afad ffmpeg: move ost->frame_rate setting code before the filtergraph stuff 12 years ago
  Michael Niedermayer 953df5d962 ffmpeg: drop pkt_pts 12 years ago
  Michael Niedermayer ef7ac8e8ec ffmpeg: set the video filters timebase to the demuxers. 12 years ago
  Michael Niedermayer 3cf5591344 ffmpeg: reintroducing check_recording_time() 12 years ago
  Michael Niedermayer 8364cb9719 ffmpeg: fix uninitialized variable warning 12 years ago
  Michael Niedermayer 040a796dab Merge commit '755cd4197d53946208e042f095b930dca18d9430' 12 years ago
  Michael Niedermayer 9d30a96aa1 ffmpeg: inject a aresample filter for -async 12 years ago
  Clément Bœsch eb945ab484 ffmpeg: misc cosmetics. 12 years ago
  Nicolas George 00be2f5726 ffmpeg: adapt to the buffersrc API changes. 12 years ago
  Michael Niedermayer 31dfe20dd2 Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 48a40e09c4 ffmpeg: fix warning & bug for keep_pix_fmt 12 years ago
  Clément Bœsch 7f8bd16103 ffmpeg: remove unused variable i. 12 years ago
  Clément Bœsch 9e2cee5770 ffmpeg: do not deprecate -vol and -map_channel. 12 years ago
  Clément Bœsch fa29ca5f55 ffmpeg: resurrect -map_channel. 12 years ago
  Clément Bœsch a99a3b1bb3 ffmpeg: automatically insert volume filter when -vol is used. 12 years ago
  Michael Niedermayer 22a3a5ee0c ffmpeg: use av_buffersrc_add_frame() for audio too 12 years ago
  Michael Niedermayer dc2e051c4f Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg 12 years ago
  Clément Bœsch 1bca73cf18 ffmpeg: do not warn when expecting EOF from lavfi. 12 years ago
  Michael Niedermayer 7d12109542 ffmpeg: fix ;; 12 years ago
  Michael Niedermayer 3c0013213e ffmpeg: move audio timestamp roundup code. 12 years ago
  Anton Khirnov fc49f22c3b ffmpeg: add support for audio filters. 12 years ago
  Michael Niedermayer 6579bc439b ffmpeg: allow switching to qatars buffersrc API 12 years ago
  Matthieu Bouron 4c73b3b1e0 ffmpeg: affect computed filtered frame pts after filling frame from buffer 12 years ago
  Nicolas George 9cf5bcded0 ffmpeg: accept + prefix to -pix_fmt option to disable automatic conversions. 12 years ago
  Michael Niedermayer 6d49e819be ffmpeg: revert 492cc1 12 years ago
  Michael Niedermayer 70e9308dec ffmpeg: preserve bits_per_coded sample on stream copy. 12 years ago
  Michael Niedermayer 9eb99ab25b Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer 8616c44606 ffmpeg: fix deinterlace 12 years ago
  Michael Niedermayer b7fe9c7a08 ffmpeg: fix pointer type (const) warning 12 years ago
  Michael Niedermayer 0ee32b9028 ffmpeg: remove unused variables 12 years ago
  Michael Niedermayer 36ab79488e ffmpeg: fix uninitialized variable warning 12 years ago
  Michael Niedermayer 61930bd0d7 Merge remote-tracking branch 'qatar/master' 12 years ago
  Michael Niedermayer a54867121d ffmpeg: fix frame duration used for video sync. 12 years ago
  Michael Niedermayer c6aa2c4b12 ffmpeg: print next_dts too on debug_ts 12 years ago
  Michael Niedermayer 715c8a5a50 Merge remote-tracking branch 'qatar/master' 12 years ago
  Nicolas George 870ca6a238 ffmpeg: do not include vsrc_buffer.h. 12 years ago
  Nicolas George ba7395aace ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame. 12 years ago
  Nicolas George 6ec1e0fed9 ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref. 12 years ago