source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fc5299e9   13 years Carl Eugen Hoyos Allow setting resolution in DPI for Tiff.
(edit) @edae3dbf   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(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) @2f53fce3   13 years stefano.sabatini-lala lavc: fix wrong example code in avcodec_find_best_pix_fmt() docs A …
(edit) @39f9601   13 years stefano.sabatini-lala lavc: fix avcodec_find_best_pix_fmt() when there's more than 64 pixel …
(edit) @dc6c36ce   13 years Aurélien Jacobs matroskadec: use correct compression parameters for current track …
(edit) @4fe796b   13 years Reimar.Doeffinger msrle: correctly round linesize for < 8 bpp formats. Fixes trac issue …
(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) @27fbe31c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
(edit) @d071df88   13 years michaelni avconv: Correct Copyright statement. this more than 4000 line file has …
(edit) @3a9e227   13 years stefano.sabatini-lala lavfi: add aresample filter Based on a patch by Stefano. …
(edit) @7c94740b   13 years stefano.sabatini-lala ffprobe: in value_string(), do not print trailing space in case of no …
(edit) @15802e78   13 years stefano.sabatini-lala ffplay: do not erase the content of vfilters This way the content of …
(edit) @031ba466   13 years stefano.sabatini-lala ffplay: increase log level of the message issued when the stream frame …
(edit) @c6ef3f44   13 years stefano.sabatini-lala ffplay: in input_config_props(), prefer "s" over unnecessary "c" …
(edit) @f8eaa006   13 years stefano.sabatini-lala ffplay: in input_config_props(), honour the SAR specified in the codec …
(edit) @41bf67d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: movenc: …
(edit) @67a82516   13 years Carl Eugen Hoyos Fix compilation with --disable-avfilter.
(edit) @4f00519d   13 years Reimar.Doeffinger Fix VC-1 width/height handling. avcodec_set_dimensions should be used …
(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) @86ca51ac   13 years stefano.sabatini-lala af_format: prefer strtok_r() over strsep() strsep() is not POSIX …
(edit) @a7196795   13 years stefano.sabatini-lala lavfi: complain and exit for invalid named values in …
(edit) @47219e1c   13 years michaelni avconv: fix uninitialized variable Signed-off-by: Michael Niedermayer …
(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) @091a24b   13 years michaelni fate: more cases of avconv that should be conditional Signed-off-by: …
(edit) @6322bc0b   13 years michaelni fate: some shells parse $11 as ${1}1 Signed-off-by: Michael …
(edit) @1a34478b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix …
(edit) @6ae356c9   13 years michaelni fate: allow specifying the tool to use for fate (avconv / ffmpeg) …
(edit) @d27dc69b   13 years michaelni configure: fix datadir after avconv merge Signed-off-by: Michael …
(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 …
(edit) @5c59fa56   13 years anton Turn on resampling on sudden size change instead of bailing out during …
(edit) @428c59d9   13 years anton avtools: reinitialise filter chain when input video stream changes …
(edit) @95b5b525   13 years michaelni h264pred_init_arm: compile hotfix Signed-off-by: Michael Niedermayer …
(edit) @10b7b4a6   13 years michaelni ffplay: more precise audio clock based on current time Since SDL has …
(edit) @abf6b0d1   13 years michaelni af_aformat: hotfix compile due to strsep() Signed-off-by: Michael …
(edit) @ee5234d   13 years michaelni fate-rsync: switch to our server in preparation of h264 4:2:2 tests …
(edit) @1c967827   13 years michaelni mxf: H.264/MPEG-4 AVC Intra support Signed-off-by: Michael …
(edit) @231a6df9   13 years michaelni h264dec: h264: 4:2:2 intra decoding Signed-off-by: Michael …
(edit) @9a33078b   13 years michaelni dsputil_mmx: fix indention Signed-off-by: Michael Niedermayer …
(edit) @6e7315f4   13 years michaelni mpegvideo: Fix vshift vs hshift typo Signed-off-by: Michael …
(edit) @ecaf5143   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: aacenc: …
(edit) @d9c9a0c7   13 years michaelni sws: remove hScale16NX_c() Signed-off-by: Michael Niedermayer …
(edit) @66bb5cd5   13 years michaelni sws: remove hScale16N() and use ronalds reformated version of it. …
(edit) @3652409f   13 years michaelni sws: remove unneeded code from last merge Signed-off-by: Michael …
(edit) @b854c2a7   13 years stefano.sabatini-lala vf_unsharp: set default chroma size value to 5x5 The previous default …
(edit) @63b61d55   13 years stefano.sabatini-lala vf_unsharp: fix out-of-buffer read In apply_unsharp(), when y is >= …
(edit) @6e89bdfe   13 years stefano.sabatini-lala lavfi: remove delogo mp wrapper The delogo filter has been natively …
(edit) @2701f6cc   13 years stefano.sabatini-lala lavfi: port libmpcodecs delogo filter The ported filter supports …
(edit) @0a229581   13 years stefano.sabatini-lala lavfi: add aformat filter Signed-off-by: Stefano Sabatini …
(edit) @3f07d40e   13 years stefano.sabatini-lala lavfi: add internal functions for parsing format arguments …
Note: See TracRevisionLog for help on using the revision log.