source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @19d824e4   13 years alex.converse bitstream: Properly promote av_reverse values before shifting.
(edit) @103278f7   13 years rsbultje libavutil/swscale: YUV444P10/YUV444P9 support. Also add missing glue …
(edit) @c149843b   13 years rsbultje H.264: Fix high bit depth explicit biweight Signed-off-by: Ronald S. …
(edit) @6c031a33   13 years rsbultje h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. The tc variable …
(edit) @919d7a34   13 years diego Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
(edit) @aecc596a   13 years justin.ruggles Update copyright year for ac3enc_opts_template.c. The code was …
(edit) @f74e5b76   13 years diego adts: Adjust frame size mask to follow the specification. This fixes …
(edit) @d16cccac   13 years martin movenc: Add RTP muxer/hinter options Signed-off-by: Martin Storsjö …
(edit) @f3f8229   13 years martin movenc: Pass the RTP AVFormatContext to the SDP generation …
(edit) @e2e29c62   13 years martin rtspenc: Add RTP muxer options Signed-off-by: Martin Storsjö …
(edit) @6cf09bb7   13 years martin rtspenc: Add an AVClass for setting muxer specific options …
(edit) @ff0824f7   13 years martin rtpenc_chain: Pass the rtpflags options through to the chained muxer …
(edit) @635fac9a   13 years martin rtpenc: Declare the rtp flags private AVOptions in rtpenc.h This …
(edit) @9c434ce8   13 years martin sdp: Reindent after the previous commit Signed-off-by: Martin Storsjö …
(edit) @08321228   13 years martin rtpenc: MP4A-LATM payload support This is enabled with an AVOption on …
(edit) @cb7c11cc   13 years martin avoptions: Add an av_opt_flag_is_set function for inspecting flag …
(edit) @0558e266   13 years martin sdp: Allow passing an AVFormatContext to the SDP generation Options …
(edit) @f33a6a22   13 years anton mov: Fix wrong timestamp generation for fragmented movies that have …
(edit) @d8999306   13 years anton mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. Fixes …
(edit) @af2faf20   13 years rsbultje swscale: split YUYV output out of yuv2packed[12X]_c(). This is part …
(edit) @996bbdbf   13 years anton lavf: make compute_pkt_fields2() return meaningful error values …
(edit) @46544204   13 years anton matroskadec: set timestamps for RealAudio packets. Improves seeking …
(edit) @8e84c072   13 years anton intelh263dec: aspect ratio processing fix. patch submitted by …
(edit) @95a05030   13 years anton intelh263dec: fix "Strict H.263 compliance" file playback fixes …
(edit) @c673c905   13 years anton oss,sndio: simplify by using FFMIN. Signed-off-by: Anton Khirnov …
(edit) @6b105e3e   13 years rsbultje swscale: extract monowhite/black output from yuv2packed[12X]_c(). …
(edit) @6d4d483e   13 years rsbultje swscale: de-macro'ify RGB15/16/32 input functions. Inline functions …
(edit) @e2babb9b   13 years rsbultje swscale: rearrange code. This way the code in the file is less …
(edit) @85e9e3a9   13 years alex.converse movdec: Add support for the 'wfex' atom. The 'wfex' is just a …
(edit) @9a1b7912   13 years alex.converse ffmpeg.c: Add a necessary const qualifier
(edit) @ed8a5006   13 years alex.converse riff: Fix potential memleak. Make ff_get_wav_header() free existing …
(edit) @dbd31839   13 years rsbultje swscale: change 48bit RGB input macros to inline functions. Inline …
(edit) @f30ee657   13 years rsbultje swscale: change 9/10bit YUV input macros to inline functions. Inline …
(edit) @aa39f5f6   13 years rsbultje swscale: extract gray16 output functions from yuv2packed[12X](). This …
(edit) @f1e0b90c   13 years rsbultje swscale: use standard clipping functions. This generates better code …
(edit) @e458b536   13 years rsbultje swscale: merge macros that are used only once. This reduces source …
(edit) @6e5a8d3c   13 years rsbultje swscale: fix function declarations in swscale.c. Remove inline …
(edit) @a27db4c3   13 years rsbultje swscale: fix function declaration keywords in x86/swscale_template.c. …
(edit) @a71bcd1a   13 years martin crypto: Use av_freep instead of av_free This fixes a potential double …
(edit) @dbaba52e   13 years anton lavf: don't try to free private options if priv_data is NULL. This …
(edit) @9bcbb250   13 years rsbultje swscale: fix types of assembly arguments. This prevents the following …
(edit) @496d95c3   13 years rsbultje swscale: move two macros that are only used once into caller. This …
(edit) @9d84dfce   13 years rsbultje swscale: remove unused function. Use of this wrapper was removed in a …
(edit) @5bd6ec6d   13 years diego options: Add missing braces around struct initializer. This fixes the …
(edit) @b7847a3f   13 years diego mov: Remove leftover crufty debug statement with references to a local …
(edit) @a4855adc   13 years diego dvbsubdec: Fix compilation of debug code.
(edit) @d2d67e42   13 years anton Remove all uses of now deprecated metadata functions.
(edit) @d9f80ea   13 years anton Move metadata API from lavf to lavu. Rename it to AVDictionary, since …
(edit) @ac4a8548   13 years diego Remove some non-compiling debug messages.
(edit) @8543f0f9   13 years diego ffplay: Fix non-compiling debug printf and replace it by av_dlog.
(edit) @4de83b7b   13 years diego H264: x86 predict init cosmetics. Change indentation and whitespace; …
(edit) @d3778972   13 years diego ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder. The …
(edit) @c8e9ea43   13 years justin.ruggles Move E-AC-3 encoder functions to a separate eac3enc.c file.
(edit) @787a1353   13 years justin.ruggles ac3enc: remove convenience macro, #define DEBUG
(edit) @a8bd5340   13 years justin.ruggles ac3enc: remove unused #define
(edit) @7b20d35a   13 years anton vc1: re-initialize tables after width/height change. …
(edit) @1397ac0a   13 years justin.ruggles APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
(edit) @a6703faa   13 years justin.ruggles samplefmt: add av_get_bytes_per_sample() Deprecate …
(edit) @2f37321a   13 years justin.ruggles iirfilter: fix biquad filter coefficients. The current filter …
(edit) @edeb56f   13 years rsbultje swscale: remove duplicate conversion routine in swScale().
(edit) @b73fe70   13 years rsbultje swscale: add yuv2planar/packed function typedefs.
(edit) @df91d091   13 years rsbultje swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
(edit) @0fb5193   13 years rsbultje swscale: reindent x86 init code.
(edit) @ca364a5b   13 years rsbultje swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
(edit) @b3b28b08   13 years rsbultje swscale: cosmetics.
(edit) @ea281753   13 years rsbultje swscale: remove alp/chr/lumSrcOffset. They are hacks added to reuse …
(edit) @bda9b20f   13 years rsbultje swscale: un-special-case yuv2yuvX16_c(). Make yuv2yuvX16_c a function …
(edit) @b9478cfe   13 years diego shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
(edit) @2d9570a3   13 years diego vorbisdec: Restore mistakenly removed debug output.
(edit) @e8f6bd4   13 years diego configure: Document --enable-vdpau. The option is disabled by …
(edit) @02a8d43a   13 years diego Replace some av_log/printf + #ifdef combinations by av_dlog.
(edit) @1f6b9cc3   13 years diego Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
(edit) @f8ea0eb6   13 years diego svq1dec: Fix debug statements that referenced non-existing context.
(edit) @d7cf5639   13 years diego Replace some printf instances in debug code by av_log.
(edit) @e01bb264   13 years diego inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
(edit) @dc25d79f   13 years diego Drop unnecessary directory prefixes from #include directives.
(edit) @b9c6c7cb   13 years mans build: remove empty $(OBJS) target This target was added to prevent …
(edit) @6d170962   13 years mans build: make rule for linking ff* apply only to these targets This …
(edit) @d93d7349   13 years mans build: rearrange some lines in a more logical way Signed-off-by: Mans …
(edit) @4f8da7e7   13 years alex.converse s302m: fix resampling for 16 and 24bits.
(edit) @21c65125   13 years mans ARM: remove MUL64 and MAC64 inline asm Current GCC versions know how …
(edit) @0018b7f0   13 years mans build: clean up .PHONY lists This removes nonexisting targets from …
(edit) @d7a72d25   13 years mans build: move all (un)install* target aliases to toplevel Makefile …
(edit) @0e28e9ca   13 years lu_zero flvenc: propagate error properly avio_flush can fail, in particular …
(edit) @171ae1eb   13 years mans build: remove stale dependency This dependency is implicitly covered …
(edit) @5eaba04   13 years mans build: do not add CFLAGS-yes to CFLAGS CFLAGS-yes is never set so …
(edit) @ceff045d   13 years rsbultje utils.c: fix crash with threading enabled.
(edit) @8477f2de   13 years mans configure: simplify source_path setup Signed-off-by: Mans Rullgard …
(edit) @dc435c4e   13 years mans configure: remove --source-path option This option does not work, and …
(edit) @b2592ea4   13 years anton lavf: deprecate AVFormatParameters.time_base.
(edit) @abcedfac   13 years anton img2: add framerate private option.
(edit) @a915bf64   13 years anton img2: add video_size private option.
(edit) @f33e2a5   13 years anton img2: add pixel_format private option.
(edit) @c1dcbfdd   13 years anton tty: add framerate private option.
(edit) @eb7505e4   13 years diego Remove some unused scripts from tools/.
(edit) @a8d44f9   13 years diego Add x86 assembly for some 10-bit H.264 intra predict functions. Parts …
(edit) @2c6fb9f0   13 years lu_zero v4l2: do not force NTSC as standard Setting a standard is meaningful …
(edit) @ef5d7e18   13 years diego Skip tableprint.h during 'make checkheaders'. It is only used on the …
(edit) @fb8648ad   13 years diego Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
(edit) @f25a2ece   13 years diego Drop explicit filenames from @file Doxygen tags. The filename is …
Note: See TracRevisionLog for help on using the revision log.