source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5c75b2a0   13 years anton libx264: add 'aq_strength' private option. Deprecate corresponding …
(edit) @85254fcb   13 years anton libx264: add 'aq_mode' private option. Deprecate corresponding global …
(edit) @9d508e49   13 years anton libx264: add 'cqp' private option. Deprecate corresponding global option.
(edit) @d5dc8cc2   13 years anton libx264: add 'crf' private option. Deprecate corresponding global …
(edit) @8ee18b4b   13 years anton lavc: remove vbv_delay option It's broken and serves no purpose as …
(edit) @7e6029f9   13 years alex.converse lavf utils: Fix bad indentation.
(edit) @6c7ee2f7   13 years alex.converse avconv: use av_clip_int16 for audio clipping
(edit) @bc8c5051   13 years anton avconv: print the codecs names in the stream mapping. Signed-off-by: …
(edit) @c74b44de   13 years anton avconv: move the avcodec_find_decoder() call to add_input_streams(). …
(edit) @45ecda85   13 years anton Windows Media Image decoder (WMVP/WVP2) Signed-off-by: Anton Khirnov …
(edit) @3be5a94   13 years justin.ruggles ac3enc: remove outdated TODO comment for apply_channel_coupling()
(edit) @ae60927a   13 years anton libx264: only use ABR mode when the user explicitly set bitrate.
(edit) @03eff2bf   13 years anton libx264: use medium preset by default.
(edit) @0a593de3   13 years anton mp2 encoder: make 128k the default bitrate.
(edit) @fb42d156   13 years anton movenc: use libx264 by default when possible for mov, mp4 and psp
(edit) @b71389cb   13 years anton avienc: saner default audio codec. libmp3lame if available, ac3 otherwise.
(edit) @3436c4a3   13 years anton matroskaenc: saner default codecs. libvorbis/libx264 for video if …
(edit) @b6d28ef   13 years anton avplay: add examples of how to specify size/pixel format through …
(edit) @143d6a3f   13 years anton lavc: add A|E|D flags to "ac" and "ar" options Fix setting of the …
(edit) @ccb919e3   13 years lu_zero WavPack demuxer: do not rely on index when timestamp is not in indexed …
(edit) @5561fe48   13 years lu_zero WavPack demuxer: store position of the first block in index. …
(edit) @4ba8c521   13 years lu_zero WavPack decoder: implement flush function Signed-off-by: Luca Barbato …
(edit) @eaf2d37a   13 years alex.converse avconv: Separate initialization from the main transcode loop.
(edit) @f5bae2c6   13 years alex.converse doc/avconv: replace forgotten av by avconv. Signed-off-by: Alex …
(edit) @f60a6b58   13 years alex.converse avconv: reset input_ts_offset between files. Signed-off-by: Alex …
(edit) @cf4976ed   13 years alex.converse doc/avconv: extend -ss documentation. Signed-off-by: Alex Converse …
(edit) @b62b5cb6   13 years alex.converse avconv: call flush_encoders() from transcode() directly. And remove …
(edit) @c0931508   13 years alex.converse avconv: fix broken indentation. Signed-off-by: Alex Converse …
(edit) @f21f294e   13 years alex.converse avconv: rescue poor abused limit_filesize global. Keep a …
(edit) @e6d2b737   13 years alex.converse avconv: Set error code before before jumping to fail.
(edit) @6581e161   13 years diego h264: fix PCM intra-coded blocks in monochrome case Signed-off-by: …
(edit) @87cf70eb   13 years diego h264: correct implicit weight table computation for long ref pics …
(edit) @29a09ea   13 years diego h264: correct the check for invalid long term frame index in MMCO …
(edit) @bb337b4f   13 years lu_zero avconv: Fix spelling errors. Signed-off-by: Luca Barbato …
(edit) @44920d04   13 years lu_zero aac: Only set sample rate and object type from ADTS if output hasn't …
(edit) @06d37fed   13 years lu_zero aac: Set SBR and PS to unsignalled during headerless and ADTS …
(edit) @d8425ed4   13 years lu_zero aac: Only output configure if audio was found. Audio found is not …
(edit) @6f1c66d5   13 years anton avconv: save two levels of indentation in flush_encoders() By …
(edit) @4a4ce2e7   13 years anton avconv: factor flushing encoders out of output_packet().
(edit) @630902a1   13 years anton avconv: factor out initializing input streams.
(edit) @ddf5ef02   13 years anton avconv: remove -intra option. It's equivalent to -g 0.
(edit) @e922bbfa   13 years anton avconv: reset streamid_map between output files.
(edit) @c5ad2c2c   13 years anton avconv: make timer_start a local var in transcode().
(edit) @6494c001   13 years anton avconv: cosmetics, move OutputStream. Allows us to get rid of forward …
(edit) @e659c51   13 years anton avconv: remove two unused macros.
(edit) @b490f0c2   13 years rsbultje h264: hide reference frame errors unless requested Signed-off-by: …
(edit) @3f04ab4f   13 years rsbultje swscale: split hScale() function pointer into h[cy]Scale(). This …
(edit) @38e06c29   13 years rsbultje Move clipd macros to x86util.asm. This allows sharing them between …
(edit) @45f8612   13 years anton avconv: reindent.
(edit) @ea065176   13 years anton avconv: rescue poor abused start_time global. Keep a per-OutputFile
(edit) @ef44a607   13 years anton avconv: rescue poor abused recording_time global. Keep a …
(edit) @2886aee7   13 years anton avconv: merge two loops in output_packet().
(edit) @f1176d4   13 years anton avconv: fix broken indentation.
(edit) @b0c9e8e0   13 years anton avconv: get rid of the arbitrary MAX_FILES limit.
(edit) @4288e03   13 years anton avconv: get rid of the output_streams_for_file vs. ost_table …
(edit) @af70aa45   13 years anton avconv: add a wrapper for output AVFormatContexts and merge …
(edit) @09af7fb3   13 years anton avconv: make itsscale syntax consistent with other options. Move the …
(edit) @88867844   13 years anton avconv: factor out adding input streams.
(edit) @553735f5   13 years alex.converse avconv: Factorize combining auto vsync with format.
(edit) @87ef060c   13 years alex.converse avconv: Factorize video resampling.
(edit) @9be3c124   13 years alex.converse avconv: Don't unnecessarily convert ipts to a double.
(edit) @f056fc2c   13 years diego ffmpeg: remove unsed variable nopts
(edit) @91e209d   13 years diego RV3/4 parser: remove unused variable 'off' Signed-off-by: Diego …
(edit) @c6c6c1a   13 years diego add XMV demuxer Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @a43b1e74   13 years anton rmdec: parse FPS in RealMedia properly Signed-off-by: Anton Khirnov …
(edit) @48ce8b8   13 years anton Use parsers for RealVideo 3/4 to determine correct PTS Signed-off-by: …
(edit) @7c1f6df4   13 years anton rmdec: correct DTS calculation in RealMedia container. First, …
(edit) @33197111   13 years diego rv10/20: tell decoder to use edge emulation This removes out-of-edge …
(edit) @6cd9d0f7   13 years anton Revert "avconv: use stream copy by default when possible." This …
(edit) @ad42126a   13 years anton avconv: print stream copy information.
(edit) @4f4f3384   13 years anton avconv: use stream copy by default when possible.
(edit) @a3f2f76   13 years anton matroskaenc: vertical alignment.
(edit) @15c14ce6   13 years anton matroskaenc: implement query_codec()
(edit) @48f9e457   13 years anton lavf: add avformat_query_codec(). It allows to check if a given codec …
(edit) @bca06e77   13 years anton lavc: add avcodec_get_type() for mapping codec_id -> type.
(edit) @7f5bf4fb   13 years anton flvenc: use int64_t to store offsets Metadata currently is written …
(edit) @5759cce   13 years anton avconv: don't segfault on 0 input files.
(edit) @f1f298c   13 years anton Do not write ID3v1 tags by default ID3v1 are legacy tags with several …
(edit) @d8b999e2   13 years alex.converse mpegts: log into an AVFormatContext rather than MpegTSContext. …
(edit) @eb97dbb0   13 years anton movenc: change AV_LOG_INFO to AV_LOG_WARNING for some warnings
(edit) @2c81d5f4   13 years anton avconv: remove a write-only variable
(edit) @40fc2810   13 years anton avconv: remove pointless parameter from new_*_stream(). New streams …
(edit) @169f0647   13 years anton avconv: cosmetics, move code Move find_codec_or_die(), …
(edit) @86530f41   13 years anton avconv: cosmetics -- move copy_chapters(). It's only used in …
(edit) @f233cfed   13 years anton avconv: cosmetics -- move parse_forced_key_frames(). …
(edit) @64db1a82   13 years anton lavc: add audio flag to the 'b' option, deprecate 'ab'. Its only …
(edit) @f4ad238c   13 years anton avconv: rename sameq to same_quant It's often mistakenly used as …
(edit) @7478ab5a   13 years anton doc/avconv: add forgotten end of chapter.
(edit) @320d7693   13 years anton Changelog: document avconv incompatibilities with ffmpeg.
(edit) @92f1940e   13 years anton avconv: replace -vcodec/-acodec/-scodec with a better system. The new …
(edit) @ff884c79   13 years anton avconv: remove presets. Nothing except x264 uses them and native x264 …
(edit) @a3e215c   13 years anton svq3: propagate codec memory allocation failure in context init …
(edit) @cc73511e   13 years rsbultje Fix NASM include directive Signed-off-by: Ronald S. Bultje …
(edit) @48f7163f   13 years alex.converse dsputil_mmx: Honor HAVE_AMD3DNOW
(edit) @c14fe6bc   13 years anton lavf,lavd: remove all usage of AVFormatParameters from demuxers. …
(edit) @a7c93da   13 years anton jack: add 'channels' private option. Get rid of AVFormatParameters usage.
(edit) @0e86965   13 years diego VC-1: fix reading of custom PAR. Custom PAR num/denum are in 1-256 …
(edit) @e9fb7636   13 years diego Remove redundant and dubious video codec detection by its extradata …
(edit) @2bfdb34c   13 years diego mpeg12: remove repeat-field code disabled since May 2002 …
(edit) @2dbdb309   13 years anton patch checklist: suggest fate instead of regression tests …
Note: See TracRevisionLog for help on using the revision log.