source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @2e3fb9e3   13 years diego swscale-test: Drop unused argc and argv arguments from main().
(edit) @8ca8e4a8   13 years diego zmbv: Employ more meaningful return values. Also use …
(edit) @013a677f   13 years diego zmbvenc: Employ more meaningful return values. Signed-off-by: Paul B …
(edit) @510ef04a   13 years janne-libav vc1: prevent null pointer dereference on broken files CC: …
(edit) @cb0b2843   13 years janne-libav zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
(edit) @d4eeadcb   13 years rsbultje truespeech: align buffer DSPContext.bswap_buf() requires aligned …
(edit) @034b03e7   13 years alex.converse ac3: Do not read past the end of ff_ac3_band_start_tab. Found-by: …
(edit) @2d1c0dea   13 years alex.converse dv: Fix small stack overread related to CVE-2011-3929 and …
(edit) @5a396bb3   13 years alex.converse dv: Fix null pointer dereference due to ach=0 dv: Fix null pointer …
(edit) @635bcfcc   13 years alex.converse dv: check stype dv: check stype Fixes part1 of CVE-2011-3929 …
(edit) @e67e3a3f   13 years janne-libav fate-golomb: extend golomb-test to get_ue_golomb_long() …
(edit) @c0bc7bd1   13 years alex.converse swfdec: Simplify sample rate calculation.
(edit) @52afc971   13 years diego fate: add golomb-test
(edit) @9e3a273   13 years diego golomb-test: K&R formatting cosmetics
(edit) @631f96f9   13 years diego h264: Split h264-test off into a separate file - golomb-test.c. The …
(edit) @4ff46af0   13 years diego h264-test: cleanup: drop timer invocations, commented out code and …
(edit) @3856a2aa   13 years diego h264-test: Remove unused DSP and AVCodec contexts and related init …
(edit) @b010178e   13 years diego adpcm: Add missing stdint.h #include to fix standalone header compilation.
(edit) @dd6d3b0e   13 years anton lavf: add functions for accessing the fourcc<->CodecID mapping tables. …
(edit) @bc901998   13 years anton lavc: set AVCodecContext.codec in avcodec_get_context_defaults3(). …
(edit) @0e72ad95   13 years anton lavc: make avcodec_close() work properly on unopened codecs. I.e. …
(edit) @af08d9ae   13 years anton lavc: add avcodec_is_open(). It allows to check whether an …
(edit) @f7fe41a0   13 years anton lavf: rename AVInputFormat.value to raw_codec_id. It's only used by …
(edit) @9a463917   13 years anton lavf: remove the pointless value field from flv and iv8 The demuxers …
(edit) @afa4069e   13 years anton lavc/lavf: remove unnecessary symbols from the symbol version script.
(edit) @f5f49a66   13 years anton lavc: reorder AVCodec fields. Put all private fields at the end and …
(edit) @183eaa9a   13 years anton lavf: reorder AVInput/OutputFormat fields. Put all private fields at …
(edit) @f372ce11   13 years alex.converse mp3dec: Fix a heap-buffer-overflow In some cases, what is left to …
(edit) @a3a0691b   13 years justin.ruggles adpcmenc: remove some unneeded casts
(edit) @149f2058   13 years justin.ruggles adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
(edit) @dd88ae83   13 years justin.ruggles adpcmenc: fix adpcm_ms extradata allocation Add …
(edit) @877a1d40   13 years justin.ruggles adpcmenc: return proper AVERROR codes instead of -1
(edit) @cb023d9a   13 years justin.ruggles adpcmenc: check for coded_frame allocation failure
(edit) @ddf70db   13 years justin.ruggles adpcmenc: Do not set coded_frame->key_frame. It is already set in …
(edit) @3c4add27   13 years justin.ruggles mpc7: check for allocation failure
(edit) @eac31dd1   13 years justin.ruggles mpc7: align local temp buffer DSPContext.bswap_buf() requires aligned …
(edit) @e5c9de2a   13 years diego rv40: x86 SIMD for biweight Provide MMX, SSE2 and SSSE3 versions, …
(edit) @91bafb52   13 years diego x86: Give RV40 init file a more suitable name.
(edit) @c30b198   13 years diego x86: Place mm_flags variable declaration below the appropriate #ifdef. …
(edit) @75ab1e62   13 years martin movdec: Ignore sample_degradation_priority bits when checking …
(edit) @89f6e8a   13 years martin flvdec: Interpret a toplevel 'object' type metadata item as normal …
(edit) @d7edd359   13 years anton avconv: deprecate the -deinterlace option Its quality is horrible, …
(edit) @c9b309e8   13 years martin doc: Fix the name of the new function Signed-off-by: Martin Storsjö …
(edit) @89eea6df   13 years justin.ruggles aacenc: make sure to encode enough frames to cover all input samples. …
(edit) @f44005b6   13 years justin.ruggles aacenc: only use the number of input samples provided by the user. …
(edit) @48f1e52   13 years alex.converse wmadec: Verify bitstream size makes sense before calling …
(edit) @ae35210a   13 years alex.converse kmvc: Log into a context at a log level constant.
(edit) @dfa37fe8   13 years alex.converse mpeg12: Pad framerate tab to 16 entries. There are many places where …
(edit) @a02e8df9   13 years alex.converse kgv1dec: Increase offsets array size so it is large enough. Fixes …
(edit) @386741f8   13 years alex.converse kmvc: Check palsize. Fixes: CVE-2011-3952 Found-by: Mateusz "j00ru" …
(edit) @c898431c   13 years alex.converse nsvdec: Propagate errors Related to CVE-2011-3940. Found-by: Mateusz …
(edit) @8fd8a482   13 years alex.converse nsvdec: Be more careful with av_malloc(). Check results for …
(edit) @6a89b41d   13 years alex.converse nsvdec: Fix use of uninitialized streams. Fixes CVE-2011-3940 (Out of …
(edit) @b7d3dd90   13 years martin movenc: cosmetics: Get rid of camelCase identifiers Also add spacing …
(edit) @08d8029e   13 years rsbultje swscale: more generic check for planar destination formats with alpha …
(edit) @fe47ea8f   13 years martin doc: Document mov/mp4 fragmentation options Signed-off-by: Martin …
(edit) @e9ba6b37   13 years diego build: Use order-only prerequisites for creating FATE reference file dirs.
(edit) @6b039003   13 years diego x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf While pshufb …
(edit) @a8462023   13 years diego rtsp: Remove some unused variables from ff_rtsp_connect().
(edit) @8b933129   13 years anton avutil: make intfloat api public The functions are already av_ …
(edit) @420df8b7   13 years anton avformat_write_header(): detail error message Give the exact aspect …
(edit) @cc09dc78   13 years anton s/vbsf/bsf/ -vbsf doesn't exist anymore. It got renamed to -bsf …
(edit) @b864b383   13 years anton yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace. …
(edit) @af79a0c4   13 years rsbultje png: add support for bpp>4 to paeth x86 SIMD code. This fixes …
(edit) @f91c4b78   13 years rsbultje png: add SSE2 version for add_bytes_l2.
(edit) @59f474b4   13 years rsbultje png: convert DSP functions to yasm.
(edit) @3715d841   13 years mans Fix non-C89 declarations in for loops Some compilers still do not …
(edit) @20a7d31   13 years rsbultje png: add missing #if HAVE_SSSE3 around function pointer assignment.
(edit) @331e7c4   13 years rsbultje imdct36: mark SSE functions as using all 16 XMM registers. On x86-64, …
(edit) @e9200351   13 years rsbultje png: move DSP functions to their own DSP context.
(edit) @f9708e9a   13 years rsbultje sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile …
(edit) @415f358a   13 years rsbultje sunrast: Cosmetics Signed-off-by: Aneesh Dogra <lionaneesh@gmail.com> …
(edit) @4ffb8e2c   13 years rsbultje sunrast: Remove if (unsigned int < 0) check. Note: This fixes the …
(edit) @fef37717   13 years rsbultje sunrast: Replace magic number by a macro. Signed-off-by: Aneesh Dogra …
(edit) @2e626dd   13 years anton aacenc: Fix LONG_START windowing. Forgot to add the equivalent amount …
(edit) @dc7e7d4d   13 years anton aacenc: Fix a bug where deinterleaved samples were stored in the wrong …
(edit) @91b3bfb   13 years anton avplay: use the correct array size for stride. AV_NUM_DATA_POINTERS …
(edit) @9bfe2182   13 years anton lavc: extend doxy for avcodec_alloc_context3().
(edit) @44911f29   13 years anton APIchanges: mention avcodec_alloc_context()/2/3 There was no minor …
(edit) @2d9535ad   13 years anton avcodec_align_dimensions2: set only 4 linesizes, not …
(edit) @be822d77   13 years mans aacsbr: ARM NEON optimised sbrdsp functions Overall speedup of HE-AAC …
(edit) @8996ed2b   13 years mans aacsbr: align some arrays Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @aac46e08   13 years mans aacsbr: move some simdable loops to function pointers This prepares …
(edit) @7181c4ed   13 years alex.converse cosmetics: Remove extra newlines at EOF
(edit) @e771e6dd   13 years martin movenc: Allow writing to a non-seekable output if using empty moov In …
(edit) @f5322104   13 years martin movenc: Support adding isml (smooth streaming live) metadata This …
(edit) @9a7dc618   13 years martin libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set …
(edit) @bca77a1a   13 years justin.ruggles sunrast: Document the different Sun Raster file format types. …
(edit) @1bbb1736   13 years justin.ruggles sunrast: Add a check for experimental type. Signed-off-by: Justin …
(edit) @2c577155   13 years justin.ruggles libspeexenc: use AVSampleFormat instead of deprecated/removed …
(edit) @c525475   13 years anton lavf: remove disabled FF_API_SET_PTS_INFO cruft
(edit) @374e469b   13 years anton lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
(edit) @bf868727   13 years anton lavf: remove disabled FF_API_REORDER_PRIVATE cruft
(edit) @fd87ba32   13 years anton lavf: remove disabled FF_API_SEEK_PUBLIC cruft
(edit) @bd4c5131   13 years anton lavf: remove disabled FF_API_STREAM_COPY cruft
(edit) @2a0f868c   13 years anton lavf: remove disabled FF_API_PRELOAD cruft
(edit) @1329827e   13 years anton lavf: remove disabled FF_API_NEW_STREAM cruft
(edit) @adad5b88   13 years anton lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
(edit) @f0cb1395   13 years anton lavf: remove disabled FF_API_MUXRATE cruft
(edit) @2f5e728   13 years anton lavf: remove disabled FF_API_FILESIZE cruft
Note: See TracRevisionLog for help on using the revision log.