source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @67bbf07f   13 years anton log.h: make AVClass a named struct 'struct AVClass' is used in the …
(edit) @3e68b282   13 years justin.ruggles fix ac3 encoder documentation some of the mode values were reversed
(edit) @50f97219   13 years diego vc1: more prettyprinting cosmetics Signed-off-by: Diego Biurrun …
(edit) @94e725ca   13 years diego vc1: prettyprint some tables Signed-off-by: Diego Biurrun …
(edit) @b18c68ad   13 years diego vc1: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @492bd1a2   13 years anton AVOptions: bump minor and add APIchanges entry.
(edit) @7a6cd995   13 years anton cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
(edit) @145f741e   13 years anton AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
(edit) @3b3ea34   13 years anton Remove all uses of deprecated AVOptions API.
(edit) @8c5dcaad   13 years anton AVOptions: add av_opt_next, deprecate av_next_option. Just for naming …
(edit) @dca055be   13 years anton AVOptions: add functions for evaluating option strings.
(edit) @059a037f   13 years anton AVOptions: split get_number(). Split actual writing to read_number() …
(edit) @41d9d51a   13 years anton AVOptions: add av_opt_get*, deprecate av_get*. New functions can get …
(edit) @dac66da6   13 years anton AVOptions: add av_opt_set*(). Deprecate av_set_* New functions …
(edit) @641c7afe   13 years anton AVOptions: add new API for enumerating children. This will allow the …
(edit) @1bca8f4b   13 years janne-libav rv34: move inverse transform functions to DSP context
(edit) @cad0c37   13 years martin flvenc: Write the right metadata entry count No application rely on …
(edit) @76b0d03d   13 years martin rtsp: Request that dynamic rate is disabled DSS enables this …
(edit) @30eae325   13 years martin rtsp: Parse the x-Accept-Dynamic-Rate header Signed-off-by: Martin …
(edit) @bfc6db44   13 years martin rtpdec: Add ff_ prefix to all nonstatic symbols Signed-off-by: Martin …
(edit) @318efbfc   13 years mans h264: change unsupported bit depth message to error level Unsupported …
(edit) @07b77fe3   13 years martin rtpdec: Read the packet length for all RTCP packet types This allows …
(edit) @5d6ecf53   13 years martin rtpdec: Fix the minimum packet length for RTCP SR packets We actually …
(edit) @c682514   13 years mans qdm2: fix signed multiplication overflow This code relies on the …
(edit) @5e87222f   13 years martin flvdec: Don't export metadata entries that aren't proper metadata …
(edit) @b204c46d   13 years martin flvdec: Split out setting of numeric fields from storing metadata …
(edit) @46c3c53b   13 years anton libx264: support yuv422/444 output.
(edit) @04de1569   13 years anton sws: support yuv444p9/10 output.
(edit) @5f3fb599   13 years justin.ruggles fix AC3ENC_OPT_MODE_ON/OFF The values were reversed. Signed-off-by: …
(edit) @fdba370f   13 years mans h264: fix HRD parameters parsing The bit_rate_value_minus1 and …
(edit) @91f47329   13 years rsbultje prores: implement multithreading. 60% speedup (overall decoding time) …
(edit) @e3f530fe   13 years rsbultje prores: idct sse2/sse4 optimizations. ~3.0-3.5x as fast as original C …
(edit) @6aa3cac6   13 years rsbultje swscale: use aligned move for storage into temporary buffer. The …
(edit) @92fb52d   13 years rsbultje prores: extract idct into its own dspcontext and merge with put_pixels.
(edit) @8babfc03   13 years mans h264: fix invalid shifts in init_cavlc_level_tab() The level_code …
(edit) @88d1e2b2   13 years mans intfloat_readwrite: fix signed addition overflows These additions …
(edit) @30c3d97   13 years lu_zero mov: do not misreport empty stts Return -1 instead of ENOMEM if …
(edit) @5a7ba586   13 years lu_zero mov: cosmetics, fix for and if spacing
(edit) @c780b543   13 years anton id3v2: fix NULL pointer dereference Bug found by Laurent Aimar fenrir …
(edit) @2804d320   13 years anton mov: read album_artist atom Signed-off-by: Anton Khirnov …
(edit) @dff41775   13 years anton mov: fix disc/track numbers and totals Signed-off-by: Anton Khirnov …
(edit) @25c27f37   13 years diego doc: fix references to obsolete presets directories for avconv/ffmpeg
(edit) @4b7f4908   13 years diego flashsv: return more meaningful error value
(edit) @f9a9c8f9   13 years diego flashsv: fix typo in av_log() message
(edit) @ff1f89de   13 years justin.ruggles smacker: validate channels and sample format.
(edit) @cf044f8b   13 years justin.ruggles smacker: check buffer size before reading output size
(edit) @e190e45   13 years justin.ruggles smacker: validate number of channels
(edit) @a7984a6a   13 years justin.ruggles smacker: Separate audio flags from sample rates in smacker demuxer. …
(edit) @be1242a3   13 years mans h264: fix detection of optional trailing PPS elements The PPS may …
(edit) @c79d2a20   13 years mans sipr: fix get_bits(0) calls Zero-length get_bits() is undefined, must …
(edit) @cb668476   13 years mans motion_est: make MotionExtContext.map_generation unsigned The way …
(edit) @4c7a232f   13 years janne-libav h264: reset h->ref_count in case of errors in …
(edit) @e8ac80fb   13 years janne-libav error_resilience: fix the check for missing references in …
(edit) @1b1182ce   13 years janne-libav 4xm: prevent NULL dereference with invalid huffman table …
(edit) @79964745   13 years janne-libav 4xmdemux: prevent use of uninitialized memory Signed-off-by: Janne …
(edit) @8d518a9c   13 years janne-libav 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers …
(edit) @dc64f20   13 years janne-libav ptx: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @04a845ca   13 years janne-libav tiffdec: fix out of bound reads/writes Signed-off-by: Janne Grunau …
(edit) @46cb2f6a   13 years janne-libav eacmv: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @8df8a87e   13 years janne-libav eacmv: fix potential pointer arithmetic overflows Signed-off-by: …
(edit) @c7f89064   13 years janne-libav adpcm: fix out of bound reads due to integer overflow Signed-off-by: …
(edit) @2475f1a8   13 years janne-libav anm: prevent infinite loop Signed-off-by: Janne Grunau …
(edit) @6de33611   13 years janne-libav avsdemux: check for out of bound writes Signed-off-by: Janne Grunau …
(edit) @de049a95   13 years janne-libav avs: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @76c6971a   13 years janne-libav avsdemux: check for corrupted data Signed-off-by: Janne Grunau …
(edit) @7bb1807c   13 years anton AVOptions: refactor set_number/write_number write_number() does the …
(edit) @cf10095f   13 years anton AVOptions: cosmetics, rename static av_set_number2() to write_number().
(edit) @b003d0be   13 years anton AVOptions: cosmetics, move and rename static av_set_number().
(edit) @c8d787d   13 years anton AVOptions: split av_set_string3 into opt type-specific functions Also …
Note: See TracRevisionLog for help on using the revision log.