source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3803af22   14 years anton h264: Complexify frame num gap shortening code By observation it did …
(edit) @c98b928   14 years anton intreadwrite.h: fix AV_RL32/AV_RB32 signedness. The output type of …
(edit) @aa15e687   14 years anton Fix decoding of mpegts streams with h264 video that does *NOT* have b …
(edit) @7c44d71   14 years anton Add minor bumps and APIChanges entries for lavf private options.
(edit) @55ba12e3   14 years anton ffmpeg: deprecate -vc and -tvstd They've been replaced by demuxer …
(edit) @8035f429   14 years anton ffmpeg: use new avformat_open_* API.
(edit) @50f2dfa   14 years anton ffserver: use new avformat_open_* API.
(edit) @e0518705   14 years anton ffprobe: use new avformat_open_* API.
(edit) @d0e142bb   14 years anton ffplay: use new avformat_open_* API.
(edit) @9ba38229   14 years anton cmdutils: add opt_default2(). It stores options in a dictionary to be …
(edit) @1b9b37b8   14 years anton dict: add AV_DICT_APPEND flag.
(edit) @25de595   14 years anton lavf: add avformat_write_header() as a replacement for …
(edit) @603b8bc   14 years anton Deprecate av_open_input_* and remove their uses. Deprecate the last …
(edit) @05e84c95   14 years anton lavf: add avformat_open_input() as a replacement for av_open_input_* …
(edit) @dc59ec5e   14 years anton AVOptions: add av_opt_find() as a replacement for av_find_opt.
(edit) @7e83e1c5   14 years anton AVOptions: add av_opt_set_dict() mapping a dictionary struct to a …
(edit) @0b7ccad6   14 years anton ffmpeg: don't abuse a global for passing frame size from input to …
(edit) @10de86b8   14 years anton ffmpeg: don't abuse a global for passing pixel format from input to …
(edit) @62940bb4   14 years anton ffmpeg: initialise encoders earlier. Fixes choosing supported …
(edit) @9446d759   14 years anton ffmpeg: merge output_codecs array into AVOutputStream members. …
(edit) @1d076f46   14 years diego rtpenc_latm: Consistently use "Libav" in license boilerplate.
(edit) @d8407339   14 years martin rtsp: Don't pass string pointer as format string to ff_url_join In …
(edit) @60953888   14 years martin mmsh: fixed printf injection bug in mmsh request Signed-off-by: …
(edit) @7cbc2e60   14 years anton codec-regression: remove pointless -r options for dnxhd
(edit) @b203f654   14 years justin.ruggles ac3enc: use correct alignment and length in channel coupling dsp …
(edit) @a6286bda   14 years anton ffmpeg: don't abuse a global for passing framerate from input to …
(edit) @8f3e9997   14 years anton ffmpeg: don't abuse a global for passing channels from input to output …
(edit) @d7ee440   14 years anton ffmpeg: don't abuse a global for passing samplerate from input to …
(edit) @88ff180   14 years mans ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes Signed-off-by: …
(edit) @3636e791   14 years diego swscale: use SwsContext for av_log when available Signed-off-by: …
(edit) @a60466db   14 years diego swscale: Remove HAVE_MMX from files that are only compiled with MMX …
(edit) @97e057ff   14 years diego swscale: Fix compilation with --disable-mmx2. Some MMX2 functions …
(edit) @4e058302   14 years rsbultje swscale: remove misplaced comment. The comment should have been …
(edit) @0be37367   14 years rsbultje ffmpeg: fix streaming to ffserver.
(edit) @9f632111   14 years rsbultje swscale: split out RGB48 output functions from yuv2packed[12X]_c(). …
(edit) @d530e57   14 years mans build: move vpath directives to main Makefile Signed-off-by: Mans …
(edit) @0af8a71d   14 years rsbultje swscale: fix JPEG-range YUV scaling artifacts. YUV planes were marked …
(edit) @cf53c486   14 years mans build: move ALLFFLIBS to a more logical place Signed-off-by: Mans …
(edit) @e897a633   14 years mans ARM: factor some repetitive code into macros Signed-off-by: Mans …
(edit) @11177a4d   14 years jason Fix SVQ3 after adding 4:4:4 H.264 support
(edit) @7b442ad9   14 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c90b9442   14 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @99477adc   14 years justin.ruggles ac3enc: fix allocation of floating point samples. sizeof(SampleType) …
(edit) @35bdaf3   14 years diego utils: Drop pointless '#if 1' preprocessor directive.
(edit) @38c304ad   14 years justin.ruggles ac3enc: remove empty ac3_float function that is never called
(edit) @e0cc66df   14 years justin.ruggles ac3enc: split templated float vs. fixed functions into a separate …
(edit) @e754dfc0   14 years justin.ruggles ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples …
(edit) @36151b3e   14 years justin.ruggles ac3enc: use function pointer to choose between AC-3 and E-AC-3 header …
(edit) @504811ba   14 years jason Roll back 4:4:4 H.264 for now Needs some ARM/PPC asm modifications.
(edit) @295f0a25   14 years jason Fix SVQ3 after adding 4:4:4 H.264 support
(edit) @c177cfb4   14 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c9c49387   14 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @25f05ddb   14 years anton h264_parser: Fix whitespace after previous change. Signed-off-by: …
(edit) @a26ce1e2   14 years anton h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. …
(edit) @8d0786ec   14 years anton wav: remove an invalid free(). Signed-off-by: Anton Khirnov …
(edit) @a8fd2f4e   14 years anton lavf: initialise reference_dts in av_estimate_timings_from_pts. Fixes …
(edit) @108f318d   14 years anton h264: don't be so picky on decoding pps in extradata. Fixes issue2517 …
(edit) @3de33b00   14 years anton avcodec.h: add or elaborate on some documentation comments. …
(edit) @33aec3f4   14 years anton h264: change a few comments into error messages Signed-off-by: …
(edit) @86961eea   14 years anton ac3dec: fix doxy-style for comment ("/>" should be "/<" instead). …
(edit) @a31d4b3a   14 years anton img2: add .dpx to the list of supported file extensions. …
(edit) @294e5475   14 years anton ffv1: fix undefined behavior with insane widths. The new tables is …
(edit) @9776e25d   14 years mans ARM: jrevdct_arm: simplify stack usage Signed-off-by: Mans Rullgard …
(edit) @13743c7a   14 years mans ARM: jrevdct_arm: use push/pop mnemonics Use push/pop instead of …
(edit) @77cdfde7   14 years mans ARM: jrevdct_arm: misc cleanup - use 'const' macro to define coeff …
(edit) @5c46ad1d   14 years mans ARM: optimised mpadsp_apply_window_fixed Signed-off-by: Mans Rullgard …
(edit) @b95d19b0   14 years siretart Add some (important) changelog entries
(edit) @de859358   14 years anton cmdutils: add missing NULL check in parse_options() Fix ffplay -i …
(edit) @2f2c6040   14 years anton x11grab: remove a memory allocation and the associated memcpy. …
(edit) @151c5841   14 years mans build: fix "make install" with documentation disabled Signed-off-by: …
(edit) @623ffe8c   14 years mans build: simplify some conditional targets Use intermediate targets …
(edit) @19d824e4   14 years alex.converse bitstream: Properly promote av_reverse values before shifting.
(edit) @103278f7   14 years rsbultje libavutil/swscale: YUV444P10/YUV444P9 support. Also add missing glue …
(edit) @c149843b   14 years rsbultje H.264: Fix high bit depth explicit biweight Signed-off-by: Ronald S. …
(edit) @6c031a33   14 years rsbultje h264: Fix 10-bit H.264 x86 chroma v loopfilter asm. The tc variable …
(edit) @919d7a34   14 years diego Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.
(edit) @aecc596a   14 years justin.ruggles Update copyright year for ac3enc_opts_template.c. The code was …
(edit) @f74e5b76   14 years diego adts: Adjust frame size mask to follow the specification. This fixes …
(edit) @d16cccac   14 years martin movenc: Add RTP muxer/hinter options Signed-off-by: Martin Storsjö …
(edit) @f3f8229   14 years martin movenc: Pass the RTP AVFormatContext to the SDP generation …
(edit) @e2e29c62   14 years martin rtspenc: Add RTP muxer options Signed-off-by: Martin Storsjö …
(edit) @6cf09bb7   14 years martin rtspenc: Add an AVClass for setting muxer specific options …
(edit) @ff0824f7   14 years martin rtpenc_chain: Pass the rtpflags options through to the chained muxer …
(edit) @635fac9a   14 years martin rtpenc: Declare the rtp flags private AVOptions in rtpenc.h This …
(edit) @9c434ce8   14 years martin sdp: Reindent after the previous commit Signed-off-by: Martin Storsjö …
(edit) @08321228   14 years martin rtpenc: MP4A-LATM payload support This is enabled with an AVOption on …
(edit) @cb7c11cc   14 years martin avoptions: Add an av_opt_flag_is_set function for inspecting flag …
(edit) @0558e266   14 years martin sdp: Allow passing an AVFormatContext to the SDP generation Options …
(edit) @f33a6a22   14 years anton mov: Fix wrong timestamp generation for fragmented movies that have …
(edit) @d8999306   14 years anton mpeg12: more advanced ffmpeg mpeg2 aspect guessing code. Fixes …
(edit) @af2faf20   14 years rsbultje swscale: split YUYV output out of yuv2packed[12X]_c(). This is part …
(edit) @996bbdbf   14 years anton lavf: make compute_pkt_fields2() return meaningful error values …
(edit) @46544204   14 years anton matroskadec: set timestamps for RealAudio packets. Improves seeking …
(edit) @8e84c072   14 years anton intelh263dec: aspect ratio processing fix. patch submitted by …
(edit) @95a05030   14 years anton intelh263dec: fix "Strict H.263 compliance" file playback fixes …
(edit) @c673c905   14 years anton oss,sndio: simplify by using FFMIN. Signed-off-by: Anton Khirnov …
(edit) @6b105e3e   14 years rsbultje swscale: extract monowhite/black output from yuv2packed[12X]_c(). …
(edit) @6d4d483e   14 years rsbultje swscale: de-macro'ify RGB15/16/32 input functions. Inline functions …
(edit) @e2babb9b   14 years rsbultje swscale: rearrange code. This way the code in the file is less …
(edit) @85e9e3a9   14 years alex.converse movdec: Add support for the 'wfex' atom. The 'wfex' is just a …
Note: See TracRevisionLog for help on using the revision log.