source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3fd62c6e   14 years anton ffmpeg: call pre_process_video_frame() only if decoding is needed In …
(edit) @2b95602e   14 years anton ffmpeg: reformat resample condition code in transcode() …
(edit) @9aa797cd   14 years anton ffmpeg: factorize resampling condition check in do_video_out() …
(edit) @c29c2eea   14 years anton ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet …
(edit) @2ecc5b70   14 years anton ffmpeg: improve reporting if size/pixel format changes Use av_log() …
(edit) @b568d6d9   14 years anton ffmpeg: warns the user when the selected pixel format is ignored …
(edit) @91199cf   14 years anton ffplay: add a dummy option -i so that it is easy to switch between …
(edit) @ffc437c0   14 years alex.converse cosmetics: Fix crazy formatting in resample.
(edit) @3e00abab   14 years alex.converse Allow resampling with no channel count change for up to 8 channels.
(edit) @918a5409   14 years alex.converse Don't allow unsupported resampling configurations.
(edit) @9f3d6ca4   14 years jason Port x86 10-bit H.264 deblock asm from x264
(edit) @8ad77b65   14 years jason Update x86 H.264 deblock asm Includes AVX versions from x264.
(edit) @b6675279   14 years anton AVOptions: make default_val a union, as proposed in AVOption2. This …
(edit) @b27b54de   14 years rsbultje arm/h264pred: add missing argument type.
(edit) @86b29553   14 years rsbultje h264dsp_mmx: place bracket outside #if/#endif block. Should fix …
(edit) @ecc29730   14 years rsbultje lavf/utils: fix ff_interleave_compare_dts corner case. This should …
(edit) @23d10ce0   14 years rsbultje fate: add 10-bit H264 tests.
(edit) @e86fbe17   14 years rsbultje h264: do not print "too many references" warning for intra-only. …
(edit) @d545cf80   14 years rsbultje Enable decoding of high bit depth h264. This patch completes the high …
(edit) @19a0729b   14 years rsbultje Adds 8-, 9- and 10-bit versions of some of the functions used by the …
(edit) @fcc0224e   14 years rsbultje Add support for higher QP values in h264. In high bit depth, the QP …
(edit) @6e3ef511   14 years rsbultje Add the notion of pixel size in h264 related functions. In high bit …
(edit) @44ca80df   14 years rsbultje Make the h264 loop filter bit depth aware. Preparatory patch for high …
(edit) @87ce8b49   14 years rsbultje Template dsputil_template.c with respect to pixel size, etc. …
(edit) @5d4bd9cc   14 years rsbultje Template h264idct_template.c with respect to pixel size, etc. …
(edit) @de3e7607   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @325eefa2   14 years rsbultje Move some functions in dsputil.c into a new file dsputil_template.c. …
(edit) @15fb393b   14 years rsbultje Move the functions in h264idct into a new file h264idct_template.c. …
(edit) @5ada2524   14 years rsbultje Move the functions in h264pred.c into a new file h264pred_template.c. …
(edit) @563c72da   14 years rsbultje Preparatory patch for high bit depth h264 decoding support. …
(edit) @42239ce   14 years rsbultje Add pixel formats for 9- and 10-bit yuv420p. Also add support for …
(edit) @e39e3aba   14 years rsbultje Choose h264 chroma dc dequant function dynamically. Needed for high …
(edit) @dd561441   14 years rsbultje h264: DSP'ize MBAFF loopfilter.
(edit) @cb48fdf6   14 years rsbultje ffmpeg: Simplify decode loop condition to not use next_pts …
(edit) @188dea1d   14 years anton lavc: move some flac-specific options to its private context.
(edit) @bc97695a   14 years anton ffmpeg: remove unused fields AVOutputStream.original_width/height …
(edit) @f38d900f   14 years anton ffmpeg: remove unused variable padding_src in do_video_out() …
(edit) @d1991f51   14 years anton ffmpeg: fix negative verbosity. Signed-off-by: Anton Khirnov …
(edit) @3372ec32   14 years anton cmdutils: add OPT_INT check in parse_number_or_die() Check that the …
(edit) @0420bf09   14 years anton ffmpeg: rename configure_filters() to configure_video_filters() …
(edit) @5d2c6f42   14 years anton cmdutils: remove list_fmts(), simplify The function was only used in …
(edit) @c3e40410   14 years anton Add missing CONFIG_AVFILTER check. Fix configure --disable-avfilter …
(edit) @a88ef93b   14 years mans mpegaudiodec: group #includes more sanely Signed-off-by: Mans …
(edit) @0d849074   14 years mans mpegaudio: remove #if 0 blocks Signed-off-by: Mans Rullgard …
(edit) @19615089   14 years anton ffmpeg.c: reset avoptions after each input/output file. This is …
(edit) @1435f2fa   14 years anton ffmpeg.c: store per-output stream sws flags.
(edit) @6bb6fb05   14 years mans mpegaudio: remove CONFIG_MPEGAUDIO_HP option The low quality mode is …
(edit) @ed87375d   14 years martin mpegtsenc: Clear st->priv_data when freeing it If not cleared, the …
(edit) @a7ea5e3d   14 years martin udp: Fix receiving RTP data over multicast Earlier, AVIO_RDWR was …
(edit) @f9a6cfdd   14 years martin rtpproto: Remove an unused variable Signed-off-by: Martin Storsjö …
(edit) @ecfc5e0b   14 years mans regtest: fix wma tests This adds $DEC_OPTS to the wma decode …
(edit) @3a2e80e   14 years mans mpegaudio: remove CONFIG_AUDIO_NONSHORT This fake option cannot be …
(edit) @eeadaa6b   14 years mans regtest: separate flags for encoding and decoding This separates …
(edit) @847aaec6   14 years alex.converse log: Fix an oob array read.
(edit) @c38d9780   14 years alex.converse cosmetics: trim trailing whitespace in postproc
(edit) @1569554   14 years alex.converse Ban strncpy() it's too easy to misuse.
(edit) @b58e2985   14 years alex.converse psymodel: Remove wrapper functions. Instead use the function pointers …
(edit) @5b29af6   14 years alex.converse aacenc: Replace loop counters in aac_encode_frame() with more …
(edit) @fc7314b3   14 years mans regtest: remove redundant flags in jpg test Signed-off-by: Mans …
(edit) @765f72f8   14 years mans regtest: use run_ffmpeg in do_image_formats Signed-off-by: Mans …
(edit) @2728fd90   14 years mans regtest: simplify encoding functions The video encoding options were …
(edit) @648e55ff   14 years anton ffmpeg.c: check for interlaced flag in the correct place. In the …
(edit) @994de197   14 years anton drawtext: add documentation for the shadow parameters Signed-off-by: …
(edit) @c5420f10   14 years anton drawtext: add shadow support. Signed-off-by: Michael Niedermayer …
(edit) @e73127a4   14 years anton drawtext: factor draw_glyphs. Signed-off-by: Michael Niedermayer …
(edit) @a5b81c31   14 years anton drawtext: fix and optimize yuv blend. Signed-off-by: Michael …
(edit) @3953a880   14 years anton drawtext: get rid of divisions in the inner loop. Signed-off-by: …
(edit) @e74bf3f   14 years anton drawtext: simplify chroma blend and fix chroma alpha. Signed-off-by: …
(edit) @a5b64584   14 years anton lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo …
(edit) @45a811b5   14 years alex.converse mov: fix composition timestamps on movie fragments. This fixes, for …
(edit) @869303be   14 years alex.converse wmavoice: Use proper size in memeset(). …
(edit) @762f95e4   14 years mans configure: warn if pkg-config is missing Signed-off-by: Mans Rullgard …
(edit) @af1ca249   14 years diego doc: Check standalone compilation before submitting new components.
(edit) @8799541   14 years diego Fix standalone compilation of pipe protocol. file_check() is not only …
(edit) @3d269059   14 years diego Fix standalone compilation of ac3_fixed encoder.
(edit) @a33657ce   14 years diego Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.
(edit) @56c8227d   14 years diego Fix standalone compilation of IMC decoder.
(edit) @61165a1b   14 years diego Fix standalone compilation of WTV demuxer.
(edit) @091018e0   14 years diego Fix standalone compilation of MXPEG decoder.
(edit) @35e376b0   14 years diego flashsv: K&R cosmetics
(edit) @eddd580   14 years mans matroskaenc: fix memory leak This fixes a memory leak occurring when …
(edit) @7d2e03af   14 years rsbultje vc1: make overlap filter for I-frames bit-exact.
(edit) @5c9f147e   14 years rsbultje vc1dec: use s->start/end_mb_y instead of passing them as function args.
(edit) @18b6a69c   14 years rsbultje Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." This …
(edit) @1a5e4fd8   14 years alex.converse Replace strncpy() with av_strlcpy().
(edit) @aab6374b   14 years alex.converse indeo3: Eliminate use of long.
(edit) @47bc52f8   14 years alex.converse get_bits: make cache unsigned to eliminate undefined signed overflow.
(edit) @0bd433a9   14 years rsbultje asfdec: fix assert failure on invalid files Add an extra size …
(edit) @0699dbb8   14 years rsbultje avfilter: check malloc return values.
(edit) @d969e93a   14 years rsbultje mpegvideo: reindent.
(edit) @76432655   14 years rsbultje nutenc: check malloc return values.
(edit) @f8af93ab   14 years rsbultje avfilter: don't av_malloc(0).
(edit) @25588d3b   14 years rsbultje nutenc: don't av_malloc(0).
(edit) @fb22c237   14 years rsbultje mpegvideo: don't av_malloc(0).
(edit) @f8b12459   14 years rsbultje asfdec: fix parsing of packets that overrun into padding. …
(edit) @8ce67bca   14 years siretart Implement fate-rsync target
(edit) @e3b540b4   14 years lu_zero Make ffmpeg support generic data stream The patch is the first step …
(edit) @4773d90   14 years anton vp8: frame-multithreading. Tested on a Mac Pro, 2 CPUs, 2 cores each, …
(edit) @975a1447   14 years diego Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. …
(edit) @6209669d   14 years diego Replace deprecated av_get_pict_type_char() with …
Note: See TracRevisionLog for help on using the revision log.