summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-3/+2
|\ \ | |/
| * Remove unused variablesMans Rullgard2011-06-021-5/+3
* | In print_report, print progression time in hours:mins:secs:usBaptiste Coudurier2011-06-031-2/+14
* | ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid inf val...Baptiste Coudurier2011-06-031-9/+6
* | ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formatsStefano Sabatini2011-06-011-0/+8
* | ffmpeg: simplify opt_*_codec() optionsStefano Sabatini2011-05-301-40/+23
* | Fix various unused variable warningsClément Bœsch2011-05-301-1/+1
* | Remove now unused nb_istreams variable.Reimar Döffinger2011-05-291-1/+1
* | Merge remote-tracking branch 'qatar/master' into masterMichael Niedermayer2011-05-291-3/+3
|\ \ | |/
| * cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-100/+115
* | cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-100/+115
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-271-1/+1
|\ \ | |/
| * ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-261-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-261-113/+81
|\ \ | |/
| * ffmpeg: get rid of useless AVInputStream.nb_streams.Anton Khirnov2011-05-251-5/+3
| * ffmpeg: simplify managing input files and streamsAnton Khirnov2011-05-251-95/+68
| * ffmpeg: purge redundant AVInputStream.index.Anton Khirnov2011-05-251-10/+8
| * ffmpeg: Don't trigger url_interrupt_cb on the first signalMartin Storsjö2011-05-221-1/+3
* | ffmpeg: handle the case when get_filtered_frame() failsStefano Sabatini2011-05-251-1/+2
* | lavf: deprecate avformat_alloc_output_context() in favor of avformat_alloc_ou...Stefano Sabatini2011-05-221-2/+2
OpenPOWER on IntegriCloud