source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58149303   14 years michaelni makefile: fix j2k encoder dependancies
(edit) @f35761bc   14 years michaelni udp: fix indention
(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) @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 …
(edit) @8e112df4   14 years mans ARM: ac3dsp: optimised update_bap_counts() Signed-off-by: Mans …
(edit) @bde2c1c7   14 years diego mpegaudiodec: Fix av_dlog() invocation. Some parameters passed to the …
(edit) @eb5a3ab7   14 years stefano.sabatini-lala swscale: fix compilation of bfin due to missing pixdesc.h header This …
(edit) @adf94155   14 years stefano.sabatini-lala lavf: tag dump_format() as @deprecated This makes the generated …
(edit) @1f95fb58   14 years stefano.sabatini-lala yuv4mpeg: complain and exit if a non-rawvideo stream is selected The …
(edit) @ac41f3b0   14 years stefano.sabatini-lala ffmpeg: handle copy of packets for AVFMT_RAWPICTURE output formats …
(edit) @ca858ab7   14 years stefano.sabatini-lala doc/examples: give meaningful names to the example files Rename: …
(edit) @f3aa65af   14 years rsbultje h264/10bit: add HAVE_ALIGNED_STACK checks. Fixes regression in …
(edit) @201549d1   14 years michaelni swscale: More accurate rounding in YSCALE_YUV_2_PACKEDX_FULL_C() …
(edit) @f6a8ce98   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @348493db   14 years Ronald S. Bultje Update 8-bit H.264 IDCT function names to reflect bit-depth. …
(edit) @836f47d3   14 years Ronald S. Bultje Add IDCT functions for 10-bit H.264. Ports the majority of IDCT …
(edit) @7e985c9e   14 years diego mpegaudioenc: Fix broken av_dlog statement.
(edit) @b0a4e5f9   14 years diego Employ correct printf format specifiers, mostly in debug output.
(edit) @c51695db   14 years mans ARM: fix MUL64 inline asm for pre-armv6 Prior to ARMv6, the …
(edit) @0abbd3ad   14 years michaelni doc: add libvpx encoder section Documents the mapping from FFmpeg …
(edit) @5ac4952a   14 years diego vf_drawtext: Replace FFmpeg by Libav in license boilerplate.
(edit) @fdf18e33   14 years mans mpegaudiodec: remove unusued code and variables Signed-off-by: Mans …
(edit) @84fb4e9d   14 years michaelni postprocess.c: filter name needs to be double 0 terminated
(edit) @c1691948   14 years alex.converse improved 'edts' atom writing support The 'edts' write function can …
(edit) @6f1ec38c   14 years mans mpegaudio: clean up compute_antialias() definition This merges the …
(edit) @9ebcf769   14 years rsbultje vp8: fix segmentation race during frame-threading. Fixes occasional …
(edit) @a52f598d   14 years Reimar.Doeffinger Port libmpcodec fixes from MPlayer.
(edit) @a54dceb2   14 years michaelni Merge remote-tracking branch 'ffmpeg-mt/master' * …
(edit) @40c29d42   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @f635a23   14 years diego swscale: Remove unused variable.
(edit) @6bb70dfd   14 years mans ARM: simplify inline asm with 64-bit operands Signed-off-by: Mans …
(edit) @3d0424f2   14 years Reimar.Doeffinger Add "const" to avoid "initialization discards qualifiers" warning.
(edit) @70564983   14 years Reimar.Doeffinger Add const to fix "cast discards qualifiers" warnings.
(edit) @b7b62c3a   14 years Reimar.Doeffinger Include pixdesc.h for av_get_pix_fmt_name. Fixes compilation on PPC …
(edit) @f86d260d   14 years michaelni wav: Don't avio_seek() if we know we'll run into EOF Since we want to …
(edit) @c328122a   14 years stefano.sabatini-lala api-example: uppercase first letter in "copyright" Improve consistency.
(edit) @f501c74d   14 years stefano.sabatini-lala output-example: create @file doxy from text in the copyright header
(edit) @9362b509   14 years stefano.sabatini-lala examples: move API examples to a dedicated dir in doc
(edit) @f712f6c8   14 years stefano.sabatini-lala ffmpeg: simplify opt_*_codec() options Replace …
(edit) @7533a727   14 years stefano.sabatini-lala v4l2: rewrite code iterating the supported standards Simplify/clarify …
(edit) @2d48515e   14 years stefano.sabatini-lala v4l2: perform minor style fixes
(edit) @7b017086   14 years stefano.sabatini-lala v4l2: replace memset() with explicit struct initialization
(edit) @50fee0fc   14 years stefano.sabatini-lala rawdec: fail in case of unknow pixel format
(edit) @e1197b9e   14 years stefano.sabatini-lala swscale: remove sws_format_name() Use av_get_pix_fmt_name() instead.
(edit) @2c10ee23   14 years michaelni error.c: fix compile flags Signed-off-by: Michael Niedermayer …
(edit) @35bed44f   14 years michaelni TCP: change default timeout to 5sec Signed-off-by: Michael …
(edit) @a2250074   14 years michaelni Revert "Timeout TCP open() after 5 seconds." This code is redundant …
(edit) @5a35cef4   14 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
(edit) @adba9c63   14 years michaelni Fix various unused variable warnings Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.