source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b4d0e780   13 years michaelni aacdec:only overwrite configuration if theres a actual change. Fixes …
(edit) @e6e86e64   13 years michaelni presets: favor vprofile over profile to avoid conflicts with audio …
(edit) @43fce22   13 years stefasab lavfi: add missing header mulitple-inclusion guard in transform.h
(edit) @99d48b07   13 years stefasab lavfi/transform.h: apply misc doxy cosmetical changes
(edit) @8daf04ad   13 years michaelni aacdec: support chan config =1 stereo files Signed-off-by: Michael …
(edit) @d0492578   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @9ef71432   13 years michaelni deshake: limit deshake to specific area to search for motion vectors.
(edit) @1373923   13 years michaelni v210dec: remove debuging #include Signed-off-by: Michael Niedermayer …
(edit) @bc38e837   13 years michaelni mpegts: do not return from ff_mpegts_parse_packet() after having seen …
(edit) @49ec0c81   13 years michaelni mpegts: fix return value when enough ts packets have been parsed or …
(edit) @e662b263   13 years michaelni Fixes avpicture_layout to not write past buffer end. …
(edit) @e31c5ebe   13 years michaelni mpegtsenc: fix handling of large audio packets (sorry i have no …
(edit) @8096fdf0   13 years janne-libav presets: rename presets directory
(edit) @057161d3   13 years Clément Bœsch mpeg12: remove 'and' around last timecode field to match std …
(edit) @44d27736   13 years michaelni Add V210 SIMD Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b1766c17   13 years michaelni Move x264asm to libavutil. Signed-off-by: Michael Niedermayer …
(edit) @6ea6ff05   13 years Reimar.Doeffinger Do not call parse_keyframes_index with NULL stream. Seems to fix trac …
(edit) @f0eeff70   13 years anton lavc: make avcodec_get_context_defaults3 "officially" public …
(edit) @84ad31ff   13 years anton lavf: replace av_new_stream->avformat_new_stream part II. Manual …
(edit) @3b3bbdd3   13 years anton lavf,lavd: replace av_new_stream->avformat_new_stream part I. Trivial …
(edit) @569129a6   13 years anton lavf: add avformat_new_stream as a replacement for av_new_stream. It …
(edit) @73447eb4   13 years martin Use correct scaling table for bwd-pred MVs in second B-field When …
(edit) @891f76b0   13 years Carl Eugen Hoyos Fix AMR block length for no data mode when muxing mov. Fixes ticket …
(edit) @0d8506b8   13 years anton Ut Video decoder Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @df3ca34a   13 years anton Makefile: change presets extension to .avpreset Fixes make install.
(edit) @ec2ac927   13 years anton lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs The …
(edit) @0244879f   13 years anton lavfi: add testsrc source Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @4e64c4d5   13 years anton AVOptions: add documentation.
(edit) @1279098d   13 years anton presets: update libx264 ffpresets Use the native libx264 options and …
(edit) @f0ff822c   13 years michaelni mpeg12dec: Support invalid field motion types, Fixes Ticket539 …
(edit) @d6c21c7a   13 years michaelni mpeg12dec: assert no field frame mess Signed-off-by: Michael …
(edit) @be401448   13 years michaelni mov: Raise ctts dts_shift threshold by 1 This fixes issue2246neu.mp4 …
(edit) @70d9fb6   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @35674a29   13 years michaelni vf_mp: Fix several incompatible pointer type warnings. Signed-off-by: …
(edit) @cb3034e0   13 years michaelni vf_unsharp: Fix false ‘src2’ may be used uninitialized in this …
(edit) @e73cc281   13 years michaelni src_movie: Fix incompatible pointer type warning. Signed-off-by: …
(edit) @5ed20cfe   13 years michaelni vf_deshake: Fix cast discards qualifiers from pointer target type …
(edit) @e96aa8d1   13 years michaelni vf_pixdesctest: Fix incompatible pointer type warning. Signed-off-by: …
(edit) @abe9c54f   13 years michaelni yadif: Fix assignment from incompatible pointer type warning …
(edit) @2982b02   13 years michaelni vsrc_buffer: FIx incompatible pointer type warning Signed-off-by: …
(edit) @d97ca425   13 years janne-libav sunrast: Check for out of bounds reads Signed-off-by: Janne Grunau …
(edit) @ffb7c6e5   13 years stefasab aevalsrc: enclose example arguments in double quotes More paste …
(edit) @2f468826   13 years Clément Bœsch ffprobe: prefer av_freep() over av_free() for global print_format …
(edit) @f4eeb00   13 years stefasab ffprobe: fix weird align
(edit) @2b720674   13 years stefasab asrc_aevalsrc: apply misc cleanup in the options array Prefer …
(edit) @3f20ead   13 years stefasab asrc_aevalsrc: prefer av_strtok() over strtok_r()
(edit) @eae3a86e   13 years stefasab lavfi: update minor number and add Changelog entry after aevalsrc addition
(edit) @424655f7   13 years stefasab lavu: update minor number and add APIchanges entry after recent …
(edit) @36c06b09   13 years stefasab lavfi: add audio eval signal source
(edit) @b874e2d   13 years stefasab ffprobe: prefer av_strtok() over av_get_token() for parsing …
(edit) @b35e9e19   13 years stefasab lavu: add av_strtok() The function strtok_r() is part of the POSIX.1 …
(edit) @88bdf747   13 years stefasab ffprobe: move up ESCAPE_CHECK_SIZE and ESCAPE_REALLOC_BUF macros So …
(edit) @2f3b028c   13 years stefasab ffprobe: redesign json_escape_str(), to make use of a global buffer …
(edit) @284aa079   13 years michaelni flv: Initialize initial frame to 16 Fixes Ticket563 Signed-off-by: …
(edit) @73fb23dc   13 years michaelni mpeg12_parser: make mpegvideo_split() more robust I just found this …
(edit) @4e3303cf   13 years michaelni mpeg12dec: dont consider parsing extradata as having achived sync. …
(edit) @6b1f93fa   13 years anton lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to …
(edit) @204e613   13 years anton lavc: replace API-bump-triggered AVCodecContext field change with …
(edit) @c108a4aa   13 years michaelni fix memleak in packet corrupt dropping code
(edit) @075d6439   13 years anton Add libvpx presets. Based on a patch by James Zern jzern AT google DOT com
(edit) @a5f05e52   13 years anton doc/avtools: add forgotten part to stream specifiers description
(edit) @d1d421cb   13 years janne-libav swscale: prevent overflow during initialization Signed-off-by: Janne …
(edit) @6e6003a4   13 years martin g722: Add a fate test for the encoder Signed-off-by: Martin Storsjö …
(edit) @73dbc89c   13 years martin fate: Add a target for creating a 16000 Hz mono synthetic audio file …
(edit) @ec5e5212   13 years lu_zero macosx: use the default surface on newer sdl SDL 1.2.14 works fine …
(edit) @c4e02d34   13 years michaelni avidec: Dont switch to NI mode if there is no index. Signed-off-by: …
(edit) @39f6733f   13 years Carl Eugen Hoyos Do not try to parse empty strf tags.
(edit) @fae714a9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avconv: …
(edit) @9be937d   13 years tempn changelog: libutvideo wrapper http://umezawa.dyndns.info/archive/utvideo/
(edit) @1de357d6   13 years michaelni libutvideo: Add Ut Video Decoder Wrapper Add a wrapper for …
(edit) @fe87b2e7   13 years michaelni parseutils: fix various cast qualifier warnings. Signed-off-by: …
(edit) @8aed9095   13 years michaelni dict: fix assignment discards qualifiers from pointer target type …
(edit) @68eb35b8   13 years michaelni avstring: fix return discards qualifiers from pointer target type. …
(edit) @3ec34462   13 years anton avconv: add presets Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @51369f28   13 years martin rtsp: Expose the flag options via private AVOptions for sdp and rtp, …
(edit) @3a6765fb   13 years martin rtsp: Make the rtsp flags avoptions set via a define This helps …
(edit) @9f938ca5   13 years martin rtpenc: Set a default video codec avconv doesn't map video streams to …
(edit) @107460c   13 years michaelni examples/decoding_encoding.c: test mpeg1 and h264 Signed-off-by: …
(edit) @299234a0   13 years martin avoptions: Fix av_opt_flag_is_set With the changes in …
(edit) @65e32eea   13 years michaelni examples/decoding_encoding.c: silence compiler warning Signed-off-by: …
(edit) @98140abe   13 years michaelni examples/decoding_encoding.c: set a codec private option to …
(edit) @82d9fafb   13 years michaelni examples/decoding_encoding.c: switch to h264 Signed-off-by: Michael …
(edit) @2e69dd66   13 years martin rtp: Fix ff_rtp_get_payload_type It was broken in …
(edit) @02a1a28c   13 years martin doc: Update the documentation on setting options for RTSP …
(edit) @9867aea5   13 years martin rtsp: Remove the separate filter_source variable Read it as a flag …
(edit) @eca4850c   13 years martin rtsp: Accept options via private avoptions instead of URL options …
(edit) @2c9aa024   13 years martin rtsp: Simplify AVOption definitions Use defines for shortening common …
(edit) @17fff881   13 years martin rtsp: Merge the AVOption lists This eases adding options that are …
(edit) @b157be1f   13 years anton lavfi: port libmpcodecs delogo filter The ported filter supports …
(edit) @ce6b6ef   13 years anton lavfi: port boxblur filter from libmpcodecs With the following …
(edit) @171868e2   13 years anton lavfi: add negate filter This filter is a simple wrapper around the …
(edit) @8fe0c527   13 years anton lavfi: add LUT (LookUp Table) generic filters Signed-off-by: Anton …
(edit) @0556eee4   13 years michaelni segmenter: loose rindex() Signed-off-by: Michael Niedermayer …
(edit) @7613d3b8   13 years michaelni mpeg4parser: fix initial qp precission Signed-off-by: Michael …
(edit) @85afbb1d   13 years anton AVOptions: don't segfault on NULL parameter in av_set_options_string()
(edit) @efb1ce2   13 years Clément Bœsch mpeg12: use drop_frame_flag to fix timecode debug format.
(edit) @ab294069   13 years alex.converse avio: Check for invalid buffer length.
(edit) @5a9ee315   13 years anton mpegenc/mpegtsenc: add muxrate private options. Deprecate …
(edit) @c10731e7   13 years anton lavf: deprecate AVFormatContext.file_size It's too unreliable to be …
(edit) @f0556353   13 years anton mov: add support for TV metadata atoms tves, tvsn and stik …
Note: See TracRevisionLog for help on using the revision log.