1893 Commits (b8820e7aa338514ecb9891872d76a4cdf69b574e)

Author SHA1 Message Date
Michael Niedermayer dc46692ded ffmpeg: fix setting codecs for demuxers. 13 years ago
Michael Niedermayer 92ec66f983 ffmpeg: limit read_key() calls to get a tiny speed boost. 13 years ago
Michael Niedermayer c09abba1d9 ffmpeg: avoid multiple redundant av_gettime() calls, rather reuse the value in a iteration of the main loop. 13 years ago
Michael Niedermayer f3afc9d772 ffmpeg: fix run_as_daemon when HAVE_TERMIOS_H is false 13 years ago
Michael Niedermayer d6c231bac1 ffmpeg: cosmetic renamings to reduce difference to qatar. 13 years ago
Michael Niedermayer 0732dceef1 ffmpeg: call term_init() earlier 13 years ago
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 14 years ago
Clément Bœsch 677a831ec6 ffmpeg: remove unused data_codec_name. 14 years ago
Clément Bœsch 525d4852b9 ffmpeg: set {audio,video,subtitle}_codec_name const. 14 years ago
Clément Bœsch 4b961ddfea ffmpeg: a bit more consistent prototypes. 14 years ago
Michael Niedermayer 0c0ec4be6b ffmpeg: dont copy duration when -t is used 14 years ago
Michael Niedermayer 7ba8e6bbae ffmpeg: replace messy duplicated tag compatibility functions by more generic solution. 14 years ago
Michael Niedermayer cec92fe49a ffmpeg: add vbsf & absf for compatibility. 14 years ago
Michael Niedermayer 1bb766a988 ffmpeg: fix -re 14 years ago
Stefano Sabatini 4f7dfe12ea lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersink.h 14 years ago
Stefano Sabatini c4415f6ec9 lavfi: unify asink_buffer and vsink_buffer API 14 years ago
Michael Niedermayer d543b3bb52 ffmpeg: map subtitle stream by default when user specified -scodec 14 years ago
Michael Niedermayer 6f8b1fcd4b ffmpeg: tell reset_options() if it is used on input or output files. 14 years ago
Anton Khirnov 7cc8d6385a cmdutils: add support for caller-provided option context. 14 years ago
Anton Khirnov cac651c834 cmdutils: move grow_array() from avconv to cmdutils. 14 years ago
Anton Khirnov dad09ff93f cmdutils: move exit_program() declaration to cmdutils from avconv 14 years ago
Michael Niedermayer ca4d71b149 ffmpeg: fix reading from stdin on windows 14 years ago
Anton Khirnov 20c21f8b75 cmdutils: get rid of dummy contexts for examining AVOptions. 14 years ago
Michael Niedermayer 6233a3a153 Revert "ffmpeg: remove presets." and reimplement the needed parts that no longer exist. 14 years ago
Chiranjeevi Melam e6ea4c715d ffmpeg: Fix minor memleak of input_tmp 14 years ago
Clément Bœsch df8737eb35 ffmpeg: fix two unused variables warnings. 14 years ago
Carl Eugen Hoyos c0e8bce349 Fix compilation with --disable-avfilter. 14 years ago
Michael Niedermayer 3584b01e4e ffmpeg: Fix typos introduced in: 14 years ago
Michael Niedermayer 7c3f4fb42d ffmpeg: ffmpeg: fix reading commands from the keyboard 14 years ago
Michael Niedermayer e312543c82 ffmpeg: fix reading commands from stdin 14 years ago
Anton Khirnov 4bb2a74ffc ffmpeg: re-add nb_streams to InputFile. 14 years ago
Alex Converse ff037c54b4 ffmpeg: Replace goto redo on decode fail with continue. 14 years ago
Alex Converse cf89e55ac0 ffmpeg: Remove dead store. 14 years ago
Alex Converse 08fe874fa4 ffmpeg: use av_clip_int16 for audio clipping 14 years ago
Michael Niedermayer ef24426599 ffmpeg: switch stream mapping print code to qatars variant 14 years ago