summaryrefslogtreecommitdiffstats
path: root/ffmpeg.c
Commit message (Expand)AuthorAgeFilesLines
* ffmpeg: get rid of a pointless limit on number of streams.Anton Khirnov2011-07-131-5/+1
* ffmpeg: remove an unused define.Anton Khirnov2011-07-131-2/+0
* lavf: deprecate AVFormatContext.timestampAnton Khirnov2011-07-121-7/+8
* ffmpeg: merge input_files_ts_scale into InputStream.Anton Khirnov2011-07-121-9/+13
* ffmpeg: don't abuse a global for passing sample format from input to outputAnton Khirnov2011-07-121-3/+7
* ffmpeg: don't abuse a global for passing channel layout from input to outputAnton Khirnov2011-07-121-3/+1
* ffmpeg: factor common code from new_a/v/s/d_stream to new_output_stream()Anton Khirnov2011-07-121-52/+28
* 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
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-7/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* ffmpeg: use av_get_bytes_per_sample() in place of av_get_bits_per_sample_fmt()Stefano Sabatini2011-07-021-1/+1
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-201-3/+3
* 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
* ffmpeg: merge output_codecs array into AVOutputStream members.Anton Khirnov2011-06-161-11/+7
* 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
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-14/+15
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-2/+2
* Remove unused variablesMans Rullgard2011-06-021-5/+3
* cmdutils: remove OPT_FUNC2Stefano Sabatini2011-05-281-100/+115
* ffserver: Fix a null pointer dereference as a result of the FF_API_MAX_STREAM...Mike Williams2011-05-261-0/+1
* 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: get rid of the -vglobal option.Anton Khirnov2011-05-211-8/+1
* Add support for request_sample_format in ffmpeg and ffplay.Justin Ruggles2011-05-181-2/+70
* ffmpeg: fix -aspect cli optionBaptiste Coudurier2011-05-161-15/+14
* Restructure video filter implementation in ffmpeg.c.Michael Niedermayer2011-05-161-59/+80
* ffmpeg: use parse_number_and_die() when it makes senseStefano Sabatini2011-05-131-21/+18
* ffmpeg: get rid of the 'q' key schizofreniaAnton Khirnov2011-05-131-36/+3
* ffmpeg: factorize quality calculationMichael Niedermayer2011-05-121-7/+6
* configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-121-3/+0
* ffmpeg: call pre_process_video_frame() only if decoding is neededStefano Sabatini2011-05-111-7/+3
* ffmpeg: reformat resample condition code in transcode()Stefano Sabatini2011-05-111-3/+3
* ffmpeg: factorize resampling condition check in do_video_out()Stefano Sabatini2011-05-111-8/+7
* ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippetStefano Sabatini2011-05-111-2/+2
* ffmpeg: improve reporting if size/pixel format changesStefano Sabatini2011-05-111-2/+5
OpenPOWER on IntegriCloud