summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-091-105/+102
|\
| * ffmpeg: remove unused variables from InputStream.Anton Khirnov2011-07-081-5/+0
| * ffmpeg: remove pointless if (nb_input_files)Anton Khirnov2011-07-081-17/+14
| * ffmpeg: merge input_files_ts_offset into input_files.Anton Khirnov2011-07-081-9/+10
| * ffmpeg: merge input_codecs into input_streams.Anton Khirnov2011-07-081-10/+7
| * ffmpeg: drop AV prefixes from struct names.Anton Khirnov2011-07-081-54/+54
| * ffmpeg: deprecate loop_input and loop_output optionsAnton Khirnov2011-07-081-4/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-7/+8
|\ \ | |/
| * lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-7/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-031-1/+1
|\ \ | |/
| * ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
* | Make all option parsing functions match the function pointer type through whi...Jeff Downs2011-06-301-5/+9
* | Set channel_layout if channels is set when transcoding.Carl Eugen Hoyos2011-06-291-1/+3
* | ffmpeg: fix prototypes of functions after the removal of OPT_FUNC2.Baptiste Coudurier2011-06-261-3/+3
* | Fix zero-length gnu_printf format string warning.Clément Bœsch2011-06-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-211-3/+3
|\ \ | |/
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-3/+3
* | ffmpeg: print warning if encoding would duplicate massive amounts of framesMichael Niedermayer2011-06-201-0/+5
* | lavfi: add vsink_buffer, and use it in ff* toolsStefano Sabatini2011-06-191-8/+12
* | ffmpeg: warn if samples need to be converted in a lossy way for lossless enco...Michael Niedermayer2011-06-191-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-181-16/+22
|\ \ | |/
| * ffmpeg: deprecate -vc and -tvstdAnton Khirnov2011-06-161-10/+6
| * ffmpeg: use new avformat_open_* API.Anton Khirnov2011-06-161-30/+47
| * ffmpeg: don't abuse a global for passing frame size from input to outputAnton Khirnov2011-06-161-6/+10
| * ffmpeg: don't abuse a global for passing pixel format from input to outputAnton Khirnov2011-06-161-3/+5
| * ffmpeg: initialise encoders earlier.Anton Khirnov2011-06-161-6/+6
* | Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'Michael Niedermayer2011-06-171-11/+7
|\ \ | |/
| * ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-161-11/+7
* | ffmpeg: Force 420 with target dvd and svcd.Michael Niedermayer2011-06-161-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-161-26/+35
|\ \ | |/
| * ffmpeg: don't abuse a global for passing framerate from input to outputAnton Khirnov2011-06-151-9/+13
| * ffmpeg: don't abuse a global for passing channels from input to outputAnton Khirnov2011-06-151-6/+9
| * ffmpeg: don't abuse a global for passing samplerate from input to outputAnton Khirnov2011-06-151-11/+13
| * ffmpeg: fix streaming to ffserver.Ronald S. Bultje2011-06-141-0/+1
| * ffmpeg.c: Add a necessary const qualifierAlex Converse2011-06-091-1/+1
* | avfiltergraph: make the AVFilterInOut alloc/free API publicStefano Sabatini2011-06-121-2/+2
* | avfiltergraph: change the syntax of avfilter_graph_parse()Stefano Sabatini2011-06-121-1/+1
* | Fix -t option for formats which holds dts and no ptsEtienne Buira2011-06-111-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-14/+15
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-14/+15
* | Move code for "ffmpeg: fix massive leak occurring when seeking" / e4841a404bd...Michael Niedermayer2011-06-061-8/+16
* | vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_refStefano Sabatini2011-06-061-1/+2
* | ffmpeg: fix massive leak occurring when seekingStefano Sabatini2011-06-051-15/+7
* | cmdutils: change the signature of the function argument in parse_options()Stefano Sabatini2011-06-051-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-041-2/+2
|\ \ | |/
| * Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-2/+2
* | ffmpeg: use opt_acodec when setting audio codec in opt_target.Baptiste Coudurier2011-06-031-2/+2
* | ffmpeg: fix segfault with too many output filesMichael Niedermayer2011-06-041-0/+5
OpenPOWER on IntegriCloud