source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @058aabd4   14 years Carl Eugen Hoyos Fix caf channel layouts ITU_2_2 and DVD_6.
(edit) @5a810f4e   14 years Carl Eugen Hoyos Return if memory allocation fails.
(edit) @045cc36f   14 years baptiste.coudurier 100l, change #ifdef to #if
(edit) @46394d39   14 years baptiste.coudurier In png decoder, only call png_init_mmx if HAVE_MMX is defined.
(edit) @624a7e00   14 years michaelni Correctly support pal8 with alpha in libswscale, fix png pal8 with …
(edit) @dbfdb288   14 years michaelni Set alpha of palettes to 0xff. Signed-off-by: Michael Niedermayer …
(edit) @e91946ed   14 years michaelni Rename y400a to gray8a. Signed-off-by: Michael Niedermayer …
(edit) @52a81cd   14 years michaelni Fix add_paeth_prediction_mmx for rgb48 Signed-off-by: Michael …
(edit) @afd2371d   14 years michaelni merge read and and in add_paeth_prediction Signed-off-by: Michael …
(edit) @6d4c49a2   14 years michaelni Move png mmx functions into x86/png_mmx.c, remove them from …
(edit) @d6f910ea   14 years Reimar.Doeffinger Fix decoding of DXSA subtitles. These have a DXSA tag and contain …
(edit) @f08d171c   14 years michaelni WMADEC: fix ticket125 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @0886267   14 years michaelni Revert buggy hunk that leaked in from a libav merge. This unbreaks …
(edit) @fd37eac4   14 years stefano.sabatini-lala indeo2: remove unnecessary release_buffer() call This was preventing …
(edit) @10aa5a6c   14 years stefano.sabatini-lala 4xm: use reget_buffer() in decode_frame() Also remove unnecessary …
(edit) @c2606259   14 years stefano.sabatini-lala ffplay: move output_picture() code to queue_picture() Move …
(edit) @4a22ea4d   14 years stefano.sabatini-lala ffplay: rename video_refresh_timer() to video_refresh() The new name …
(edit) @8adf9bb2   14 years stefano.sabatini-lala ffplay: rename decode_thread to read_thread, parse_tid to read_tid …
(edit) @31d8467d   14 years stefano.sabatini-lala lavfi: add showinfo filter
(edit) @f7bdffb0   14 years stefano.sabatini-lala lavfi: print key-frame and picture type information in ff_dlog_ref() …
(edit) @191e08d1   14 years michaelni avparser: don't av_malloc(0). Signed-off-by: Michael Niedermayer …
(edit) @7b9e9817   14 years michaelni Revert "Eliminate pointless '#if 1' statements without matching …
(edit) @d7e5aeba   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: (23 commits) …
(edit) @93c28a55   14 years Carl Eugen Hoyos Fix runtime CPU detection in libswscale.
(edit) @075933a0   14 years michaelni vsrc_buffer: 10l mixed up input & output sizes. (funnily this worked …
(edit) @79ee8977   14 years justin.ruggles ac3enc: correct the flipped sign in the ac3_fixed encoder
(edit) @75cf260   14 years michaelni Add MxPEG decoder Signed-off-by: Anton Khirnov <anton@khirnov.net> …
(edit) @dd1e5bfd   14 years michaelni Add support for picture_ptr field in MJpegDecodeContext …
(edit) @7e6a9e64   14 years michaelni Move MJPEG's input buffer preprocessing in separate public function …
(edit) @34686566   14 years michaelni Support reference picture defined by bitmask in MJPEG's SOS decoder …
(edit) @d439ba15   14 years michaelni DCA/DTA encoder
(edit) @e6ff0648   14 years diego Eliminate pointless '#if 1' statements without matching '#else'.
(edit) @9d35fa52   14 years siretart Add AVX FFT implementation. Signed-off-by: Reinhard Tartler …
(edit) @13dfce3d   14 years siretart Increase alignment of av_malloc() as needed by AVX ASM. …
(edit) @33cbfa6f   14 years siretart Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX. …
(edit) @d84f191d   14 years michaelni vsrc_buffer: Reinit scale filter when an existing filter is used. …
(edit) @dc1de569   14 years michaelni vsrc_buffer: set output timebase when output equalization is done …
(edit) @a38cdfde   14 years michaelni vsrc_buffer: Set output size Signed-off-by: Michael Niedermayer …
(edit) @ad0193bf   14 years michaelni vsrc_buffer: fix NULL dereference Signed-off-by: Michael Niedermayer …
(edit) @ff558d7b   14 years stefano.sabatini-lala bfi: store palette data in the context Store palette data in the …
(edit) @76cd98b4   14 years siretart mjpeg: Detect overreads in mjpeg_decode_scan() and error out. …
(edit) @4bc28232   14 years anton documentation: extend documentation for ffmpeg -aspect option …
(edit) @893722ce   14 years anton APIChanges: update commit hashes for recent additions.
(edit) @bebe72f4   14 years anton lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums …
(edit) @30fe9719   14 years anton aac: add headers needed for log2f() Signed-off-by: Anton Khirnov …
(edit) @6deae83e   14 years anton lavc: remove FF_API_MB_Q cruft
(edit) @694c1424   14 years anton lavc: remove FF_API_RATE_EMU cruft
(edit) @e7021c0e   14 years anton lavc: remove FF_API_HURRY_UP cruft
(edit) @73a4f7c2   14 years anton pad: make the filter parametric Signed-off-by: Stefano Sabatini …
(edit) @0bbb28c7   14 years anton vsrc_movie: add key_frame and pict_type. Signed-off-by: Roger Pau …
(edit) @5eb901cf   14 years anton vsrc_movie: fix leak in request_frame() Also set movie->picref to …
(edit) @10d3940   14 years anton lavfi: add key_frame and pict_type to AVFilterBufferRefVideo. …
(edit) @7a11c82f   14 years anton vsrc_buffer: add sample_aspect_ratio fields to arguments. This fixes …
(edit) @2f84bb42   14 years anton lavfi: add fieldorder filter Signed-off-by: Stefano Sabatini …
(edit) @68e23c08   14 years anton scale: make the filter parametric Make the filter accept parametric …
(edit) @b137bf7d   14 years anton yadif: support 16-bit Fixes by Michael Niedermayer <michaelni@gmx.at> …
(edit) @88312a4d   14 years anton yadif: support more than yuv420p. and correctly support grey8 …
(edit) @d85e18e6   14 years anton yadif: Fix assert() failure Signed-off-by: Anton Khirnov …
(edit) @3788a3c0   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: graphparser: add …
(edit) @05815b35   14 years michaelni Fix issue1503, this fix may be incomplete we need more samples to know …
(edit) @7157334c   14 years michaelni wmadec: prevent null pointer call. Signed-off-by: Michael Niedermayer …
(edit) @1da254b8   14 years stefano.sabatini-lala fraps: do not set avctx->pix_fmt to none in decode_init() This is …
(edit) @f80b381b   14 years anton graphparser: add a NULL check on the argument passed to strstr Fix …
(edit) @c61bfc11   14 years anton setdar: prefer "sar" over "par" in log info message This is more …
(edit) @b04d1abb   14 years anton fade: fix draw_slice() check on fade->factor value draw_slice() …
(edit) @9026b27e   14 years anton fade: make draw_slice() chroma check against planes 1 and 2 …
(edit) @bd2a3700   14 years stefano.sabatini-lala lsws: prevent overflow in sws_init_context() In the loop: for …
(edit) @1d6c82d4   14 years stefano.sabatini-lala ffplay: fix logic for selecting the show mode in case of missing video …
(edit) @54ad8e0   14 years stefano.sabatini-lala ffplay: name ShowMode enum Help debugging with GDB, maybe …
(edit) @ba9327ea   14 years lu_zero win32: include the correct header in cmdutils.c CommandLineToArgvW …
(edit) @6ad2bafc   14 years janne-libav ac3: fix memleak in fixed-point encoder caused by typo in mdct_end
(edit) @03a91c74   14 years michaelni Patch from Packman (OpenSuse - packages) to silence rpmlint. …
(edit) @7f725f23   14 years Reimar.Doeffinger Set start_time to 0 for raw audio files. None of the raw audio files …
(edit) @663d0024   14 years Reimar.Doeffinger Remove now unused audio_float configure option.
(edit) @bde96717   14 years Reimar.Doeffinger dca: allow selecting float output at runtime.
(edit) @5aff31b1   14 years Reimar.Doeffinger vorbisdec: allow selecting float output at runtime.
(edit) @26d5a4b6   14 years Reimar.Doeffinger aacdec: Allow selecting float output at runtime.
(edit) @4c7ad768   14 years Reimar.Doeffinger ac3dec: allow selecting float output at runtime.
(edit) @a14c0824   14 years diego flashsv: Return more meaningful error values.
(edit) @46cb2da1   14 years diego flashsv: Employ explicit AVCodec struct initializers.
(edit) @5e9de76f   14 years Reimar.Doeffinger Do not set non_interleaved for DV-in-AVI. It does not make sense (DV …
(edit) @6c936416   14 years Carl Eugen Hoyos Warn if the source has unsupported (or no) channel layout.
(edit) @23f40a07   14 years rsbultje read AVI palette from the end of extradata Official AVI specification …
(edit) @f27ac6d8   14 years pross Set channel layout for 4 and 5.1 channel cdata audio files Patch from …
(edit) @989fb05f   14 years michaelni Merge remote branch 'qatar/master' * qatar/master: vorbisdec: …
(edit) @2671ab39   14 years michaelni Check mmap() return against correct value Signed-off-by: Michael …
(edit) @293fe6da   14 years diego cosmetics: K&R coding style and more whitespace for Flash Screen Video
(edit) @2441003d   14 years diego vorbisdec: Employ proper printf format specifiers for uint_fast32_t. …
(edit) @03546a9a   14 years Carl Eugen Hoyos Support fourcc MMJP. Fixes ticket #107.
(edit) @69cf1824   14 years Carl Eugen Hoyos Support fourcc XVIX. Fixes ticket #106.
(edit) @a8117a62   14 years Carl Eugen Hoyos Support fourcc M263. Fixes ticket #103.
(edit) @3e1c59eb   14 years Carl Eugen Hoyos Support fourcc auv2. Fixes ticket #101.
(edit) @9a962f30   14 years Reimar.Doeffinger Fix indentation.
(edit) @02e3f7d0   14 years Reimar.Doeffinger Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
(edit) @69f58958   14 years stefano.sabatini-lala ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay In …
(edit) @fbfcc8f1   14 years michaelni avi: try to synchronize the points in time of the starts of streams …
(edit) @8a68697   14 years michaelni Add flag to force demuxers to sort more strictly by dts. This enables …
(edit) @5f85d49b   14 years martin applehttp: Don't export variant_bitrate if it isn't known If there …
(edit) @ac9cf2e5   14 years martin crypto: Use av_freep instead of av_free Using av_freep is generally …
(edit) @e4253b1a   14 years Philip Langdale CrystalHD: Add AVOption to configure hardware downscaling. The …
Note: See TracRevisionLog for help on using the revision log.