source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0d0fdb0a   13 years stefano.sabatini-lala sdl: use the filename for defining the window title, if not specified …
(edit) @ba91bf58   13 years michaelni swscale: override the lack of the accurate rounding flag when needed …
(edit) @ec4207c4   13 years michaelni swscale: factor should_dither out Signed-off-by: Michael Niedermayer …
(edit) @46eb300d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @594fbe42   14 years mans ARM: remove MULL inline asm Reasonable gcc versions get this one …
(edit) @95912731   14 years mans mathops: use MUL64 macro where it forms part of other ops …
(edit) @8346f60   14 years anton tty: factorise returning error codes.
(edit) @e762b1ce   14 years anton rawdec: add framerate private option.
(edit) @ff494cbd   14 years anton x11grab: add framerate private option.
(edit) @a3b15e41   14 years anton fbdev,v4l2: remove some forgotten uses of AVFormatParameters.time_base.
(edit) @1572484   14 years anton bktr: don't error when AVFormatParameters.time_base isn't set. …
(edit) @42abb9a8   14 years mans cmdutils: add missing const qualifier Signed-off-by: Mans Rullgard …
(edit) @61ec024d   14 years diego Skip headers not designed to work standalone during 'make checkheaders'.
(edit) @8d459acc   14 years diego Add missing #includes to make headers self-contained. This fixes …
(edit) @67ace7f0   14 years mans musepack: remove unnecessary #include from mpcdata.h Signed-off-by: …
(edit) @91b4941c   14 years mans musepack: remove extraneous mpcdata.h inclusions Signed-off-by: Mans …
(edit) @d0989bed   14 years mans Fix error check in av_file_map() On failure, mmap() returns …
(edit) @124a9edb   14 years michaelni udp: support old, crappy non pthread mode Signed-off-by: Michael …
(edit) @87f4036   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (21 …
(edit) @e4e2db9c   14 years baptiste.coudurier ffmpeg: use opt_acodec when setting audio codec in opt_target.
(edit) @bfd3b70a   14 years michaelni ffmpeg: fix segfault with too many output files Fixes Ticket219 …
(edit) @33af5335   14 years michaelni ffplay: error out with invalid sample rate or channels. Fixes …
(edit) @49125aed   14 years michaelni oggdec: fix Ticket185 Signed-off-by: Michael Niedermayer …
(edit) @dc6632f1   14 years mans build: simplify commands for clean target Signed-off-by: Mans …
(edit) @c1daf072   14 years michaelni j2kdec: dont fail on non zero cblock style. This allows decoding to …
(edit) @58149303   14 years michaelni makefile: fix j2k encoder dependancies
(edit) @f35761bc   14 years michaelni udp: fix indention
(edit) @6af28010   14 years rsbultje swscale: split swscale.c in unscaled and generic conversion routines. …
(edit) @2762ee30   14 years rsbultje swscale: cosmetics. Remove duplicate "inC" and "_c" functions that do …
(edit) @1674bd2a   14 years rsbultje swscale: integrate (literally) swscale_template.c in swscale.c.
(edit) @983260b0   14 years rsbultje swscale: split out x86/swscale_template.c from swscale.c.
(edit) @075d0ae7   14 years rsbultje swscale: enable hScale_altivec_real.
(edit) @67d80a54   14 years rsbultje swscale: split out ppc _template.c files from main swscale.c.
(edit) @a3e9bb5d   14 years rsbultje swscale: remove indirections in ppc/swscale_template.c.
(edit) @0e5d31b1   14 years rsbultje swscale: split out unscaled altivec YUV converters in their own file.
(edit) @83a8b300   14 years rsbultje mpegvideoenc: fix multislice fate tests with threading disabled. The …
(edit) @25c32d08   14 years stefano.sabatini-lala cmdutils: move "#undef main" from ffplay.c to cmdutils.h On …
(edit) @c9614bb2   14 years michaelni wav: update size check for ds64 Signed-off-by: Michael Niedermayer …
(edit) @e472f0ea   14 years michaelni wav: fix skip size at end of ds64 chunk
(edit) @43b6c3eb   14 years diego mpegts: Wrap #ifdef DEBUG and av_hex_dump_log() combination in a macro.
(edit) @a5514a84   14 years diego build: Simplify texi2html invocation through the --output option. The …
(edit) @5e1166b3   14 years mans Mark some variables with av_unused Most of these variables are only …
(edit) @94bed8e5   14 years diego Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name(). This …
(edit) @93d06bd1   14 years diego svq3: Check negative mb_type to fix potential crash. Signed-off-by: …
(edit) @8dfc6d1f   14 years diego svq3: Move svq3-specific fields to their own context. Signed-off-by: …
(edit) @1f94c31f   14 years anton rawdec: initialize return value to 0.
(edit) @c1dfb72d   14 years mans Remove unused get_psnr() prototype Signed-off-by: Mans Rullgard …
(edit) @a606aa75   14 years anton rawdec: don't leak option strings.
(edit) @bd7c1d35   14 years anton bktr: get default framerate from video standard.
(edit) @0d793db1   14 years rsbultje swscale: remove unused COMPILE_TEMPLATE_ALTIVEC.
(edit) @99eb31e2   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (25 …
(edit) @9034001b   14 years michaelni h264 fill_filter_caches: Dont init chroma nnz_cache. Found-by: Dark …
(edit) @dd47107   14 years michaelni In print_report, print progression time in hours:mins:secs:us …
(edit) @1212d5b5   14 years michaelni ffmpeg: In print_report, use int64_t for pts to check for 0 and avoid …
(edit) @5aa70309   14 years michaelni In libswscale, use all lines when converting from 422p to rgb with …
(edit) @f190f676   14 years diego Replace custom DEBUG preprocessor trickery by the standard one.
(edit) @068aa387   14 years diego vorbis: Remove non-compiling debug statement.
(edit) @ec6313a   14 years diego vorbis: Remove pointless DEBUG #ifdef around debug output macros.
(edit) @fb52cf82   14 years diego cook: Remove non-compiling debug output. random_state was changed …
(edit) @0fc9c655   14 years diego Remove pointless #ifdefs around function declarations in a header.
(edit) @23664624   14 years diego Replace #ifdef + av_log() combinations by av_dlog().
(edit) @df96f22d   14 years diego Replace custom debug output functions by av_dlog().
(edit) @752207e   14 years diego cook: Remove unused debug functions.
(edit) @e977ca26   14 years stefano.sabatini-lala lavfi: add avfilter_link_free() function Allow to free the buffers …
(edit) @b932eb1   14 years stefano.sabatini-lala swscale: reintroduce sws_format_name() symbol Reintroduce the …
(edit) @b751f611   14 years diego Remove stray extra arguments from av_dlog() invocations.
(edit) @551dfdde   14 years mans targa: fix big-endian build
(edit) @fefa67d   14 years anton v4l2: remove one forgotten use of AVFormatParameters.pix_fmt.
(edit) @4078ed26   14 years anton vfwcap: add a framerate private option.
(edit) @c21324e   14 years anton v4l2: add a framerate private option.
(edit) @121ef2e2   14 years anton libdc1394: add a framerate private option.
(edit) @1556186a   14 years anton fbdev: add a framerate private option.
(edit) @3e3db4d9   14 years anton bktr: add a framerate private option.
(edit) @4c1e56ed   14 years mans oma: check avio_read() return value
(edit) @14086341   14 years mans nutdec: remove unused variable
(edit) @e65ab9d9   14 years mans Remove unused variables
(edit) @6713989c   14 years michaelni swscale: dither for planar yuv outputs Signed-off-by: Michael …
(edit) @877f76ad   14 years michaelni swscale: Fix use of uninitialized values (bug probably introduced from …
(edit) @5ad38d9   14 years michaelni cpudetect: add av_force_cpu_flags() Signed-off-by: Michael …
(edit) @808d8ff6   14 years rsbultje swscale: allocate larger buffer to handle altivec overreads. Altivec …
(edit) @6a9c8594   14 years rsbultje H264/MPEG frame-level multi-threading. Signed-off-by: Ronald S. …
(edit) @9e66b64c   14 years stefano.sabatini-lala vsrc_buffer: propagate error code in av_vsrc_buffer_add_frame() …
(edit) @665e608c   14 years stefano.sabatini-lala lavfi: reindent after the previous commit
(edit) @6f1dd6f4   14 years stefano.sabatini-lala lavfi: add braces around the block of an if() expression in …
(edit) @0ff5cbed   14 years stefano.sabatini-lala lavfi: clarify the context of a comment in …
(edit) @77b32b73   14 years stefano.sabatini-lala lavfi: apply misc style fixes Adopt K&R style for overall …
(edit) @53be7b23   14 years rsbultje Cosmetic changes to h264_idct_10bit.asm. Removes redundant dword tags …
(edit) @994c3550   14 years rsbultje 2x faster h264_idct_add8_10. Signed-off-by: Ronald S. Bultje …
(edit) @cc9947f   14 years rsbultje aacenc: Add stereo_mode option. ms_off is the default, until Mid/Side
(edit) @e6635a9a   14 years rsbultje h264: remove CONFIG_GPL from x86 intra prediction code. The authors …
(edit) @d013c6da   14 years michaelni doc: cosmetics: libx264 typos
(edit) @c96f375   14 years michaelni postprocess: Remove test for impossible condition (was: Re: …
(edit) @b4434475   14 years Clément Bœsch Fix various uninitialized variable warnings
(edit) @58fd70b0   14 years Reimar.Doeffinger Port remove of get_sws_cpuflags from MPlayer's libmpcodecs.
(edit) @3c194f39   14 years Reimar.Doeffinger Replace "vector const" by "const vector" otherwise gcc 4.6.0 fails. …
(edit) @3379531c   14 years Reimar.Doeffinger Port recent changes to MPlayer libmpcodecs. Also include an older fix …
(edit) @2a30df09   14 years Reimar.Doeffinger Replace non-existent HAVE_SSE2 with HAVE_SSE. Since this is only a …
(edit) @cd8cb549   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @06a9da73   14 years Reimar.Doeffinger Simplify code and avoid compiler warning about incompatible types.
(edit) @bf19c871   14 years Reimar.Doeffinger Fix type of out[] variable, it should not be const. Fixes compiler …
Note: See TracRevisionLog for help on using the revision log.