source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e1ca1dd7   12 years Clément Bœsch lavf/oggdec: remove a comment not matching anything.
(edit) @bf8bfc6a   12 years Clément Bœsch lavf/oggdec: inline ogg_get_headers(). There is no point in a distant …
(edit) @6fa2532   12 years Carl Eugen Hoyos vda_h264.c: Change header inclusion order. Fixes compilation with …
(edit) @52ef5ca9   12 years Carl Eugen Hoyos Mentioning 8bps once in the FFmpeg documentation is sufficient.
(edit) @e80cbdbc   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @744e4429   12 years michaelni mp3enc: merge mp2/mp3_write_trailer Signed-off-by: Michael …
(edit) @197bbcf4   12 years michaelni mp3enc: move mp3_update_xing() down Signed-off-by: Michael …
(edit) @f276a490   12 years michaelni Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b' * commit …
(edit) @2568646   12 years mans mpegvideo: drop unnecessary arguments to hpel_motion() These …
(edit) @66f5a6b4   12 years mans mpegvideo: drop 'inline' from some functions These functions do not …
(edit) @66f52d0c   12 years anton nellymoserdec: drop support for s16 output. It internally decodes as …
(edit) @8b78c296   12 years anton bmpdec: only initialize palette for pal8. Gray8 is not considered to …
(edit) @d214e5cf   12 years Clément Bœsch lavc/ass_split: add ff_ prefix to ass_style_get().
(edit) @74434d3b   12 years Clément Bœsch lavfi/ass: mark ass_libavfilter_log_level_map as static const.
(edit) @ca81e3b6   12 years Clément Bœsch lavf/mkv: prefix video stereo arrays with ff_.
(edit) @8b052207   12 years Clément Bœsch lavu/error: make error_entries static const.
(edit) @e3a1eb9e   12 years derek.buitenhuis af_pan: Fix sscanf formats to work with buggy sscanf implementations …
(edit) @d512e74d   12 years derek.buitenhuis bprint: Remove custom vsnprintf A proper implementation was …
(edit) @663c21d4   12 years derek.buitenhuis compat/vsnprintf: return number of bytes required on truncation. This …
(edit) @e1b44960   12 years derek.buitenhuis msvc: Add a va_copy compatability macro for msvc Signed-off-by: Derek …
(edit) @31fbdecc   12 years derek.buitenhuis msvc: Disable stripping MSVC-built binaries should not be stripped. …
(edit) @1c9d54b   12 years derek.buitenhuis build: Properly remove object files while cleaning Previously, object …
(edit) @7689eea4   12 years mans flacdsp: arm optimised lpc filter
(edit) @49f3b331   12 years eclipse7 lavf/segment: Use distinct IDs for list type ext & csv Remove a bogus …
(edit) @3245be95   12 years eclipse7 lavf/segment: Rename variable in print_csv_escaped_str() Rename a …
(edit) @bac1b31   12 years eclipse7 lavf/segment: Simplify CSV field quoting code Should also be faster …
(edit) @aefed6ca   12 years michaelni udp: pick params from AVOptions also This updated version does not …
(edit) @0da0b5e0   12 years michaelni pngdec: av_log() zlib errors Signed-off-by: Michael Niedermayer …
(edit) @5a627c1   12 years derek.buitenhuis Remove mt-work directory It is all dead and rotting code. Also, move …
(edit) @c1c8fdab   12 years derek.buitenhuis compat/vsnprintf: return number of bytes required on truncation. This …
(edit) @374c17c8   12 years michaelni lavc/vp56: Re-indent functions affected by threading refactor All …
(edit) @39a3894a   12 years michaelni lavc/vp6: Implement "slice" threading for VP6A decode The YUV …
(edit) @1c20fcf0   12 years michaelni lavc/vp56: Simplify get/release_buffer code Rather than cleverly …
(edit) @eebc11eb   12 years michaelni lavc/vp56: Move golden_frame into VP56Context Makes golden_frame more …
(edit) @6e86d6af   12 years michaelni lavc/vp6: Refactor vp6_decode_init into …
(edit) @23503cad   12 years michaelni lavc/vp56: Refactor ff_vp56_init into …
(edit) @3f7fd59   12 years lu_zero avformat: fix typo in avformat_close_input The condition should not be &&.
(edit) @7040c9fa   12 years anton mp3enc: write Xing TOC Based on the code by: Peter Belkner …
(edit) @ca8e39dd   12 years anton mp3enc: support MPEG-2 and MPEG-2.5 in Xing header.
(edit) @6365e4db   12 years anton mp3enc: downgrade some errors in writing Xing frame to warnings Also …
(edit) @3b4bb19e   12 years anton lavf: flush the output AVIOContext in av_write_trailer(). This is …
(edit) @0c270239   12 years anton lavf: cosmetics, reformat av_write_trailer().
(edit) @5d1203f0   12 years anton avio: flush the internal buffer in avio_close() This is consistent …
(edit) @47277c41   12 years michaelni x86/v210: fix xmm clobbers Signed-off-by: Michael Niedermayer …
(edit) @aa7c88df   12 years michaelni Document tcp proto 'timeout' parameter behavior Signed-off-by: …
(edit) @a9e48177   12 years nicolas.george ffmpeg: use PTS from the AVSubtitle structure for sub2video.
(edit) @2939e258   12 years nicolas.george ffplay: use PTS from the AVSubtitle structure.
(edit) @6d8b3263   12 years nicolas.george ffmpeg: use PTS from the AVSubtitle structure.
(edit) @37bbc9eb   12 years nicolas.george lavc/pgssubdec: use the PTS from the presentation segment. According …
(edit) @9dd82724   12 years nicolas.george lavc: set AVSubtitle.pts if possible. If the packet has a PTS and the …
(edit) @1b9a2514   12 years nicolas.george ffmpeg: call sub2video_update for end packets. Without that change, …
(edit) @04438790   12 years anton Enhance doc on asyncts audiofilter Signed-off-by: Anton Khirnov …
(edit) @990450c5   12 years anton cmdutils: avoid setting data pointers to invalid values in …
(edit) @cb663280   12 years mans libavcodec: remove av_destruct_packet_nofree() This function was …
(edit) @f1ca40ee   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: riff: …
(edit) @ab94d1be   12 years michaelni bintext: mark hscroll() as unused This fixes a warning about a unused …
(edit) @c3c646a8   12 years michaelni aacdec: add support for dual mono in Japanese DTV Japanese DTV uses …
(edit) @75d34864   12 years stefasab lavfi/hue: add dynamic expression evaluation support Signed-off-by: …
(edit) @8bdba0b3   12 years stefasab tools: move raw-test program to tools, with the name fourcc2pixfmt
(edit) @1c56cdad   12 years derek.buitenhuis riff: Add SVQ3 fourcc Signed-off-by: Derek Buitenhuis …
(edit) @fef412a2   12 years michaelni riff: Add SVQ3 fourcc Signed-off-by: Derek Buitenhuis …
(edit) @e2d643e   12 years michaelni lavf/compute_pkt_fields: only run pts by duration correction if …
(edit) @07e87858   12 years mans fate: ac3: add 4.0 and downmix tests Signed-off-by: Mans Rullgard …
(edit) @692dd8ed   12 years mans configure: x86: improve ebp availability check Some compilers are …
(edit) @714508bc   12 years lu_zero vorbisdec: ensure FASTDIV denominator is never 1 In both usages of …
(edit) @44272c1c   12 years lu_zero avformat: refactor avformat_close_input Do not crash if the input …
(edit) @4d1f443c   12 years lu_zero avformat: simplify avformat_close_input avio_close checks by itself …
(edit) @509f5029   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @36330781   12 years stefasab tools/graphdot: unbreak syntax Fix regression introduced in …
(edit) @dead4580   12 years stefasab lavfi/avcodec: apply cosmetics style fixes
(edit) @8d0e871f   12 years stefasab ffprobe: kill initializers with nested union field definition The …
(edit) @5e99a23b   12 years stefasab ffprobe: avoid potentially lossy long long int -> double cast in …
(edit) @e3329474   12 years michaelni pthread: Avoid crashes/odd behavior caused by spurious wakeups …
(edit) @93b240f4   12 years michaelni mpegaudio_parser: reset state to prevent it to be random Fixes …
(edit) @570931d4   12 years michaelni aacpsy: psy_3gpp_analyze_channel() handle energy == 0 Signed-off-by: …
(edit) @413b32f8   12 years michaelni aacpsy: calc_reduction_3gpp() handle active_lines = 0 Signed-off-by: …
(edit) @062091f8   12 years michaelni compute_pkt_fields2: dont interpret max_b_frames of <0 as there being …
(edit) @58139e14   12 years diego x86: dsputil: Move Xvid IDCT put/add functions to a more suitable place
(edit) @c21f8199   12 years michaelni mpegaudioenc: replace pow(2,.. by exp2( Signed-off-by: Michael …
(edit) @51fa6538   12 years stefasab examples/decoding_encoding: clarify operations in the usage message
(edit) @18d88255   12 years martin trasher: Include all the necessary headers The missing headers are …
(edit) @2017f0fd   12 years diego x86: Remove some leftover declarations for non-existent functions
(edit) @bcf93f78   12 years stefasab examples/decoding_encoding: replace "picture" with "frame" in …
(edit) @70b671a2   12 years stefasab examples/decoding_encoding: apply various message log fixes
(edit) @8ff78578   12 years mans ARM: libavresample: NEON optimised generic fltp to s16 conversion …
(edit) @d26de33   12 years mans ARM: libavresample: NEON optimised stereo fltp to s16 conversion …
(edit) @643b5b79   12 years mans ARM: libavresample: NEON optimised flat float to s16 conversion …
(edit) @8ad54a44   12 years nicolas.george lavfi: check that buffer and link properties match.
(edit) @c262ddb8   12 years nicolas.george lavfi: set sample_rate in the default allocator.
(edit) @9d89d1d4   12 years michaelni swr/resample: mark mm_flags as potentially unused They are unused …
(edit) @bd397726   12 years michaelni x86_cpu.h: newline at the end to shutup some warnings in opencc …
(edit) @59db014b   12 years derek.buitenhuis Revert "lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to …
(edit) @75f3e0ad   12 years michaelni mpegvideo: skip ff_print_debug_info() for VDPAU Based on code by: …
(edit) @bc3d5173   12 years michaelni libavformat.v: export ffurl_protocol_next This is used by avidemux, …
(edit) @0ed0f2e5   12 years michaelni sws: revert: "swscale: Remove two bogus asserts" Also change them to …
(edit) @e3e09f2b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @c942e8b1   12 years michaelni Merge commit '07584eaf4a95db3f11d3bc411f9786932829e82b' * commit …
(edit) @ca6b544a   12 years martin os_support: Choose between direct.h and io.h using a configure check …
(edit) @7b07fab5   12 years martin os_support: Include io.h instead of direct.h on mingw32ce Windows CE …
(edit) @91ff4e83   12 years martin x86: ac3dsp: Only refer to the ac3_downmix_sse symbol if it has been …
Note: See TracRevisionLog for help on using the revision log.