source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @917803ba   13 years michaelni ffv1enc: PIX_FMT_YUV440P support Signed-off-by: Paul B Mahol …
(edit) @b2327a82   13 years Carl Eugen Hoyos Add some missing v4l2 pix_fmt mappings.
(edit) @46320667   13 years Carl Eugen Hoyos Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
(edit) @93a3ba9b   13 years Carl Eugen Hoyos Fix pix_fmt mapping for v4l2 rgb5x5.
(edit) @d76864d9   13 years Carl Eugen Hoyos Support decoding rgba64 with libopenjpeg.
(edit) @ec0d02e4   13 years Carl Eugen Hoyos Support decoding gray8a with libopenjpeg.
(edit) @9fdae05   13 years michaelni libavformat/avformat.h: fix stray libavformat reference …
(edit) @c4bdb2b   13 years michaelni libavfilter/version.h: fix project name The code in the file is …
(edit) @4e2b0c57   13 years michaelni snowdata: Fix project name, this file has not been developed in libav …
(edit) @72fc4f0   13 years michaelni gsm.h: Fix project reference The code in this file is copy and pasted …
(edit) @dbb7009e   13 years michaelni westwood_aud: Fix project reference "Copyright (c) 2003 The ffmpeg …
(edit) @9096a276   13 years michaelni simpleidct: fix project name. "Copyright (c) 2001 Michael …
(edit) @4b4d3d72   13 years michaelni aacenc: fix library references Signed-off-by: Michael Niedermayer …
(edit) @92f9b26c   13 years michaelni doc: fix convertion tool references Signed-off-by: Michael …
(edit) @ada28b7f   13 years michaelni h264 golomb: Fix copyright violation. Copy and paste does not change …
(edit) @a369a6b8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (29 …
(edit) @0a3a69e8   13 years michaelni ffv1dec: use correct linesize Apparently this did not break anything. …
(edit) @0d17477e   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
(edit) @c8eba9f   13 years michaelni ffv1dec: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
(edit) @b0a30ea7   13 years michaelni ffv1enc: PIX_FMT_YUVA444P support Signed-off-by: Paul B Mahol …
(edit) @ab7da16e   13 years michaelni ffv1dec: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
(edit) @7054629   13 years michaelni ffv1enc: PIX_FMT_YUVA420P support Signed-off-by: Paul B Mahol …
(edit) @05ebe51e   13 years michaelni mpeg/h264: update thread context even if it is not initialized. Fixes …
(edit) @e4a714f6   13 years michaelni h264: Return the correct number of bytes for mid strea, extradata. …
(edit) @146ef3f3   13 years michaelni pngdec: fix warning about pointer types Signed-off-by: Michael …
(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) @c6736713   13 years Clément Bœsch ffmpeg: fix -map_channel being ignored when resampling is not needed.
(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) @151ecc2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (26 …
(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) @b8c16558   13 years michaelni avidec: print informative error messages if seeking fails. …
(edit) @97da38c9   13 years Carl Eugen Hoyos Allow decoding of 64bit png images. Fixes a part of ticket #639.
(edit) @ea604de9   13 years Carl Eugen Hoyos Simplify "deloco" and support decoding of 48bit loco png.
(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) @f0d6828d   13 years Carl Eugen Hoyos Supoort decoding of gray16 images with libopenjpeg.
(edit) @6a3cc21   13 years Clément Bœsch mp3dec: fix truncating packet error message while decoding a complete …
(edit) @cc7342f7   13 years Clément Bœsch assdec: fix wrong alloc pointer check.
(edit) @7c0d30b5   13 years Clément Bœsch ass: use av_asprintf() instead of a temporary stack buffer.
(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) @9729f140   13 years michaelni diracdec: Fix integer overflow leading to out of global array read. …
(edit) @d2a47c94   13 years michaelni fate: add support for specifying the shell used to run configure …
(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) @2ab5feaf   13 years Reimar.Doeffinger huffman: use a simple assignment instead of FFSWAP. Signed-off-by: …
(edit) @6166bf3c   13 years Reimar.Doeffinger Deobfuscate ff_huff_build_tree. I have no idea what the idea was …
(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) @5f27374c   13 years Carl Eugen Hoyos Cosmetics: Add bit per component information to v308 comment.
(edit) @6fe12c7f   13 years Carl Eugen Hoyos Detect jps and pns files as (3D) jpg and png images.
(edit) @36436a40   13 years Carl Eugen Hoyos Add option forced_subs_only for Bluray subtitles.
(edit) @6838df04   13 years Carl Eugen Hoyos Add pix_fmt_info for yuva444. Reviewed-by: Paul B Mahol
(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) @e1492151   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: png: …
(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) @90bf7c7b   13 years eclipse7 build: configure: Restore alphabetical order for CMDLINE_SET
(edit) @f9eb6229   13 years Reimar.Doeffinger Fix offset validity checks. Offsets are relative to the end of the …
Note: See TracRevisionLog for help on using the revision log.