1958 Commits (805fbbefb3a8e438f3a734413f9e9e7ee12e09b2)

Author SHA1 Message Date
Michael Niedermayer 570fb660d6 ffmpeg: make q_pressed volatile, it can be changed from signal handlers. 13 years ago
Michael Niedermayer fb79558516 ffmpeg: dont call read_key() in decode_interrupt_cb() this can cause keys to be lost 13 years ago
Michael Niedermayer 481747c6f7 ffmpeg: make -a/v/sn work with -map 13 years ago
Nicolas George 2c1c0c5024 ffmpeg: fix forced key frames. 13 years ago
Nicolas George 1d3b280e71 ffmpeg: Replace av_realloc by av_realloc_f when relevant. 13 years ago
Michael Niedermayer 2f3dd904f4 ffmpeg: fix wrong indention that leaked in from merge 13 years ago
Lars Täuber 6c0a902d12 ffmpeg: fix typo in warning 13 years ago
Michael Niedermayer eb11cca530 ffmpeg: document alternative to the lossless libx264 presets 13 years ago
Michael Niedermayer 1edf33f7f2 ffmpeg: fix -b -ab mixes with -b overriding the audio bitrate 13 years ago
Anton Khirnov 182cbe433a avtools: parse loglevel before all the other options. 13 years ago
Stefano Sabatini 01fbcc6fd6 ffmpeg: improve feedback when processing filtergraph events 13 years ago
Stefano Sabatini 68b897ef15 ffmpeg: apply misc cosmetics fixes in the filtergraph event processing code 13 years ago
Michael Niedermayer d8289ff9a9 ffmpeg: increase bit_buffer_size, the header size is clearly too small for rgb48 raw based formats 13 years ago
Anton Khirnov 9aa1f87dfd Revert "ffmpeg: get rid of useless AVInputStream.nb_streams." 13 years ago
Michael Niedermayer b5875b9111 Add libswresample. 13 years ago
Michael Niedermayer 8f5bb35f40 ffmpeg: fix video synchronization code to be exact on constant fps videos. Fixes Ticket137 13 years ago
Clément Bœsch 677a831ec6 ffmpeg: remove unused data_codec_name. 13 years ago
Clément Bœsch 525d4852b9 ffmpeg: set {audio,video,subtitle}_codec_name const. 13 years ago
Clément Bœsch 4b961ddfea ffmpeg: a bit more consistent prototypes. 13 years ago
Michael Niedermayer 0c0ec4be6b ffmpeg: dont copy duration when -t is used 13 years ago
Michael Niedermayer 7ba8e6bbae ffmpeg: replace messy duplicated tag compatibility functions by more generic solution. 13 years ago
Michael Niedermayer cec92fe49a ffmpeg: add vbsf & absf for compatibility. 13 years ago
Michael Niedermayer 1bb766a988 ffmpeg: fix -re 13 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 13 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 13 years ago
Michael Niedermayer d543b3bb52 ffmpeg: map subtitle stream by default when user specified -scodec 13 years ago
Michael Niedermayer 6f8b1fcd4b ffmpeg: tell reset_options() if it is used on input or output files. 13 years ago
Anton Khirnov 7cc8d6385a cmdutils: add support for caller-provided option context. 13 years ago
Anton Khirnov cac651c834 cmdutils: move grow_array() from avconv to cmdutils. 13 years ago
Anton Khirnov dad09ff93f cmdutils: move exit_program() declaration to cmdutils from avconv 13 years ago
Michael Niedermayer ca4d71b149 ffmpeg: fix reading from stdin on windows 13 years ago
Anton Khirnov 20c21f8b75 cmdutils: get rid of dummy contexts for examining AVOptions. 13 years ago
Michael Niedermayer 6233a3a153 Revert "ffmpeg: remove presets." and reimplement the needed parts that no longer exist. 13 years ago
Chiranjeevi Melam e6ea4c715d ffmpeg: Fix minor memleak of input_tmp 13 years ago
Clément Bœsch df8737eb35 ffmpeg: fix two unused variables warnings. 13 years ago
Carl Eugen Hoyos c0e8bce349 Fix compilation with --disable-avfilter. 13 years ago
Michael Niedermayer 3584b01e4e ffmpeg: Fix typos introduced in: 13 years ago
Michael Niedermayer 7c3f4fb42d ffmpeg: ffmpeg: fix reading commands from the keyboard 13 years ago
Michael Niedermayer e312543c82 ffmpeg: fix reading commands from stdin 13 years ago
Anton Khirnov 4bb2a74ffc ffmpeg: re-add nb_streams to InputFile. 13 years ago
Alex Converse ff037c54b4 ffmpeg: Replace goto redo on decode fail with continue. 13 years ago
Alex Converse cf89e55ac0 ffmpeg: Remove dead store. 13 years ago
Alex Converse 08fe874fa4 ffmpeg: use av_clip_int16 for audio clipping 13 years ago
Michael Niedermayer ef24426599 ffmpeg: switch stream mapping print code to qatars variant 13 years ago
Anton Khirnov 10c3b03380 ffmpeg: move the avcodec_find_decoder() call to add_input_streams(). 13 years ago
Alex Converse 93ed69ad21 ffmpeg: Separate initialization from the main transcode loop. 13 years ago
Anton Khirnov e5362cecfb ffmpeg: reset input_ts_offset between files. 13 years ago
Anton Khirnov 3806494549 ffmpeg: call flush_encoders() from transcode() directly. 13 years ago
Anton Khirnov d73e8cab02 ffmpeg: fix broken indentation. 13 years ago
Anton Khirnov 877ba7b4bd ffmpeg: rescue poor abused limit_filesize global. 13 years ago