source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0e69c047   13 years justin.ruggles ogg/speex: set correct timestamp and duration for the first packet. …
(edit) @4ee247a   13 years justin.ruggles flvenc: check packet duration in speex using timestamps Using …
(edit) @b606a017   13 years justin.ruggles libspeexenc: add libspeex encoder
(edit) @52375ba5   13 years justin.ruggles flvenc: adjust for negative DTS for all codecs, not just H.264
(edit) @265980da   13 years diego x86: Move some variable declarations below the appropriat #ifdef. …
(edit) @2cb7c816   13 years diego x86: Fix linking of ProRes DSP ASM with YASM disabled.
(edit) @463ea05a   13 years diego avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section. This is …
(edit) @26af0953   13 years diego Only test-compile w32pthreads.h if W32THREADS are available. This …
(edit) @8096fdf0   13 years janne-libav presets: rename presets directory
(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) @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) @d97ca425   13 years janne-libav sunrast: Check for out of bounds reads Signed-off-by: Janne Grunau …
(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) @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) @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) @299234a0   13 years martin avoptions: Fix av_opt_flag_is_set With the changes in …
(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) @85afbb1d   13 years anton AVOptions: don't segfault on NULL parameter in av_set_options_string()
(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 …
(edit) @27237d5   13 years janne-libav w32threads: support for frame multithreading Replace our incomplete …
(edit) @b4452298   13 years mans avcodec: remove stray @deprecated comment Signed-off-by: Mans …
(edit) @91038cdb   13 years mans prores: get correct size for coded V plane if alpha is present The …
(edit) @cd14e297   13 years mans prores: do not set pixel format on codec init The pixel format is not …
(edit) @7b68838   13 years janne-libav pthread: prevent updating AVCodecContext from itself in …
(edit) @feadcd1b   13 years janne-libav pthread: copy coded frame dimensions in update_context_from_thread …
(edit) @0f0b5d64   13 years janne-libav vp8: prevent read from uninitialized memory in decode_mvs …
(edit) @56535793   13 years janne-libav vp8: force reallocation in update_thread_context after frame size …
(edit) @f05c2fb6   13 years janne-libav vp8: fix return value if update_dimensions fails Signed-off-by: Janne …
(edit) @723229c1   13 years janne-libav matroskadec: fix out of bounds write Signed-off-by: Janne Grunau …
(edit) @a62c0f94   13 years justin.ruggles adpcmdec: calculate actual number of output samples for each decoder. …
(edit) @439998e1   13 years justin.ruggles adpcmdec: check remaining buffer size before decoding next block in …
(edit) @ff5790c   13 years justin.ruggles adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder. There …
(edit) @8140a128   13 years justin.ruggles adpcmdec: remove unneeded buf_size==0 check. This is already done by …
(edit) @f7f7c194   13 years justin.ruggles adpcmdec: remove unneeded zeroing of *data_size
(edit) @d341d5fd   13 years mans dnxhdenc: fixed signed multiplication overflow The low 32 bits of a …
(edit) @05c8f119   13 years janne-libav proresdsp: fix function prototypes. Signed-off-by: Janne Grunau …
(edit) @f78cd0c   13 years janne-libav prores-idct: fix overflow in c code. Fix the fate ref for …
(edit) @8aa80ec5   13 years janne-libav fate: update prores-alpha ref after changing pix_fmt to yuv444p10le …
(edit) @19ec283f   13 years janne-libav prores: add missing feature warning for alpha
(edit) @7ad06beb   13 years alex.converse mov: 10l: Terminate string with 0 not '0'
(edit) @8fb22c3d   13 years alex.converse mov: Prevent illegal writes when chapter titles are very short.
(edit) @f492df09   13 years diego prores: add appropriate -fix_fmt parameter to FATE command Also …
(edit) @2c4e08d   13 years janne-libav riff: always generate a proper WAVEFORMATEX structure in …
(edit) @582f2311   13 years anton lavc: add a flag-based error_recognition field to AVCodecContext and …
(edit) @ac90a714   13 years anton lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER …
(edit) @a62d3669   13 years diego prores: add FATE tests
(edit) @c4a37885   13 years diego id3v2: reduce the scope of some non-globally-used symbols/structures
(edit) @3b78c180   13 years diego id3v2: cosmetics: move some declarations before the places they are used
(edit) @617a51f9   13 years justin.ruggles shorten: remove the flush function. The shorten decoder does not …
(edit) @e32dfdaa   13 years justin.ruggles shn: do not allow seeking in the raw shn demuxer. The demuxer does …
(edit) @b631fba9   13 years justin.ruggles avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK. This will …
(edit) @050e20a   13 years justin.ruggles avformat: update AVInputFormat allowed flags
(edit) @0041cdba   13 years justin.ruggles avformat: don't unconditionally call ff_read_frame_flush() when trying …
(edit) @c6ac30c   13 years justin.ruggles truespeech: use sizeof() instead of hardcoded sizes
(edit) @6d55506c   13 years justin.ruggles truespeech: remove unneeded variable, 'consumed' increment the 'buf' …
(edit) @b8404893   13 years justin.ruggles truespeech: simplify truespeech_read_frame() by using get_bits()
(edit) @5e5ce70f   13 years justin.ruggles truespeech: decode directly to output buffer instead of a temp buffer
(edit) @3e7a1767   13 years justin.ruggles truespeech: check to make sure channels == 1
(edit) @a8f8db2   13 years justin.ruggles truespeech: check for large enough output buffer rather than …
(edit) @595cf1a1   13 years justin.ruggles truespeech: remove unneeded zero-size packet check. This is already …
(edit) @82be06bb   13 years justin.ruggles mlpdec: return meaningful error codes instead of -1
(edit) @e1b8d88d   13 years justin.ruggles mlpdec: remove unnecessary wrapper function
(edit) @37b67f1   13 years justin.ruggles mlpdec: only calculate output size once
(edit) @caa8458   13 years justin.ruggles mlpdec: validate that the reported channel count matches the actual …
(edit) @b45eb9d6   13 years mans pcm: reduce pointer type casting Making 'samples' a pointer to …
(edit) @f59bb3d8   13 years mans mathops: remove undefined behaviour from sign_extend() This function …
(edit) @42feaf40   13 years rsbultje vc1: explicitly zero interlaced mode coding variables for progressive …
(edit) @47a1d794   13 years justin.ruggles tiffenc: initialize forgotten avctx.
(edit) @c74f1f47   13 years justin.ruggles avplay: free the active audio packet at exit. fixes a memleak
(edit) @cb2c4de3   13 years justin.ruggles avplay: free rdft data used for spectrogram analysis. fixes a memleak
Note: See TracRevisionLog for help on using the revision log.