source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f743595e   13 years mans x86: cabac: remove hardcoded esi in get_cabac_inline() Signed-off-by: …
(edit) @da3af4d   13 years mans x86: cabac: remove hardcoded edx in get_cabac_inline() Signed-off-by: …
(edit) @51f16a9b   13 years mans x86: cabac: remove unused macro parameter Signed-off-by: Mans …
(edit) @018c3383   13 years mans x86: cabac: remove hardcoded ebx in inline asm Signed-off-by: Mans …
(edit) @6b712acc   13 years mans x86: cabac: remove hardcoded struct offsets from inline asm …
(edit) @34ee43fc   13 years mans cabac: remove inline asm under #if 0 A comment says it's not faster …
(edit) @8fcc0e79   13 years mans cabac: remove BRANCHLESS_CABAC_DECODER switch The code does not …
(edit) @eaa2d5a9   13 years mans cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED …
(edit) @dea22a1a   13 years siretart document libswscale bump
(edit) @20153fb8   13 years siretart error_resilience: skip last-MV predictor step if MVs are not …
(edit) @d42aaa80   13 years siretart error_resilience: actually add counter when adding a MV predictor. …
(edit) @3a07f5a4   13 years anton qdm2: Fix alignment of local array. Fixes ticket270 Signed-off-by: …
(edit) @5a0a6ae6   13 years anton ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX Fix …
(edit) @702a62a   13 years anton drawtext: add braces around initialisers for option defaults Fix …
(edit) @53a715f5   13 years anton drawtext: reindent after the previous commit Signed-off-by: Anton …
(edit) @3fd53def   13 years anton drawtext: fix strftime() text expansion The feature was dropped after …
(edit) @07935318   13 years siretart Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b On …
(edit) @ea6331f8   13 years rsbultje h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
(edit) @ae88e9c   13 years alex.converse mov: Fix empty edit detection.
(edit) @8d3d3436   13 years mans Drop git- prefix from version labels Signed-off-by: Mans Rullgard …
(edit) @8fab4007   13 years siretart Use the contents of RELEASE as version fallback instead of 'UNKNOWN' …
(edit) @7b2d2190   13 years mans path64/open64: filter out unsupported flags These flags are accepted …
(edit) @72da9888   13 years siretart Add Release Notes
(edit) @4b84d511   13 years alex.converse sipr: Drop unused DSPContext
(edit) @1e3d5eec   13 years alex.converse sipr: include string.h for mem*()
(edit) @cb372931   13 years alex.converse sipr: Use memmove() to copy overlapped buffers.
(edit) @0c17beba   13 years alex.converse h264: drop some ugly casts
(edit) @dbafb0e0   13 years rsbultje lavf: prevent crash in av_open_input_file() if ap == NULL. Needed for …
(edit) @bed31c7   13 years siretart more Changelog additions
(edit) @84bd2b4   13 years anton lavf: add a forgotten NULL check in convert_format_parameters().
(edit) @ed63f527   13 years rsbultje Fix build if yasm is not available.
(edit) @f188a1e0   13 years rsbultje H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. Mainly …
(edit) @78440c00   13 years anton lavc: add opt_find to AVCodecContext class. Fixes encoder private …
(edit) @3803af22   13 years anton h264: Complexify frame num gap shortening code By observation it did …
(edit) @c98b928   13 years anton intreadwrite.h: fix AV_RL32/AV_RB32 signedness. The output type of …
(edit) @aa15e687   13 years anton Fix decoding of mpegts streams with h264 video that does *NOT* have b …
(edit) @7c44d71   13 years anton Add minor bumps and APIChanges entries for lavf private options.
(edit) @55ba12e3   13 years anton ffmpeg: deprecate -vc and -tvstd They've been replaced by demuxer …
(edit) @8035f429   13 years anton ffmpeg: use new avformat_open_* API.
(edit) @50f2dfa   13 years anton ffserver: use new avformat_open_* API.
(edit) @e0518705   13 years anton ffprobe: use new avformat_open_* API.
(edit) @d0e142bb   13 years anton ffplay: use new avformat_open_* API.
(edit) @9ba38229   13 years anton cmdutils: add opt_default2(). It stores options in a dictionary to be …
(edit) @1b9b37b8   13 years anton dict: add AV_DICT_APPEND flag.
(edit) @25de595   13 years anton lavf: add avformat_write_header() as a replacement for …
(edit) @603b8bc   13 years anton Deprecate av_open_input_* and remove their uses. Deprecate the last …
(edit) @05e84c95   13 years anton lavf: add avformat_open_input() as a replacement for av_open_input_* …
(edit) @dc59ec5e   13 years anton AVOptions: add av_opt_find() as a replacement for av_find_opt.
(edit) @7e83e1c5   13 years anton AVOptions: add av_opt_set_dict() mapping a dictionary struct to a …
(edit) @0b7ccad6   13 years anton ffmpeg: don't abuse a global for passing frame size from input to …
(edit) @10de86b8   13 years anton ffmpeg: don't abuse a global for passing pixel format from input to …
(edit) @62940bb4   13 years anton ffmpeg: initialise encoders earlier. Fixes choosing supported …
(edit) @9446d759   13 years anton ffmpeg: merge output_codecs array into AVOutputStream members. …
(edit) @1d076f46   13 years diego rtpenc_latm: Consistently use "Libav" in license boilerplate.
(edit) @d8407339   13 years martin rtsp: Don't pass string pointer as format string to ff_url_join In …
(edit) @60953888   13 years martin mmsh: fixed printf injection bug in mmsh request Signed-off-by: …
(edit) @7cbc2e60   13 years anton codec-regression: remove pointless -r options for dnxhd
(edit) @b203f654   13 years justin.ruggles ac3enc: use correct alignment and length in channel coupling dsp …
(edit) @a6286bda   13 years anton ffmpeg: don't abuse a global for passing framerate from input to …
(edit) @8f3e9997   13 years anton ffmpeg: don't abuse a global for passing channels from input to output …
(edit) @d7ee440   13 years anton ffmpeg: don't abuse a global for passing samplerate from input to …
(edit) @88ff180   13 years mans ARM: update ff_h264_idct8_add4_neon for 4:4:4 changes Signed-off-by: …
(edit) @3636e791   13 years diego swscale: use SwsContext for av_log when available Signed-off-by: …
(edit) @a60466db   13 years diego swscale: Remove HAVE_MMX from files that are only compiled with MMX …
(edit) @97e057ff   13 years diego swscale: Fix compilation with --disable-mmx2. Some MMX2 functions …
(edit) @4e058302   13 years rsbultje swscale: remove misplaced comment. The comment should have been …
(edit) @0be37367   13 years rsbultje ffmpeg: fix streaming to ffserver.
(edit) @9f632111   13 years rsbultje swscale: split out RGB48 output functions from yuv2packed[12X]_c(). …
(edit) @d530e57   13 years mans build: move vpath directives to main Makefile Signed-off-by: Mans …
(edit) @0af8a71d   13 years rsbultje swscale: fix JPEG-range YUV scaling artifacts. YUV planes were marked …
(edit) @cf53c486   13 years mans build: move ALLFFLIBS to a more logical place Signed-off-by: Mans …
(edit) @e897a633   13 years mans ARM: factor some repetitive code into macros Signed-off-by: Mans …
(edit) @11177a4d   13 years jason Fix SVQ3 after adding 4:4:4 H.264 support
(edit) @7b442ad9   13 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c90b9442   13 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @99477adc   13 years justin.ruggles ac3enc: fix allocation of floating point samples. sizeof(SampleType) …
(edit) @35bdaf3   13 years diego utils: Drop pointless '#if 1' preprocessor directive.
(edit) @38c304ad   13 years justin.ruggles ac3enc: remove empty ac3_float function that is never called
(edit) @e0cc66df   13 years justin.ruggles ac3enc: split templated float vs. fixed functions into a separate …
(edit) @e754dfc0   13 years justin.ruggles ac3enc: dynamically allocate AC3EncodeContext fields windowed_samples …
(edit) @36151b3e   13 years justin.ruggles ac3enc: use function pointer to choose between AC-3 and E-AC-3 header …
(edit) @504811ba   13 years jason Roll back 4:4:4 H.264 for now Needs some ARM/PPC asm modifications.
(edit) @295f0a25   13 years jason Fix SVQ3 after adding 4:4:4 H.264 support
(edit) @c177cfb4   13 years jason H.264: fix CODEC_FLAG_GRAY It was broken in 4:4:4, and still did …
(edit) @c9c49387   13 years jason 4:4:4 H.264 decoding support Note: this is 4:4:4 from the 2007 spec …
(edit) @25f05ddb   13 years anton h264_parser: Fix whitespace after previous change. Signed-off-by: …
(edit) @a26ce1e2   13 years anton h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set. …
(edit) @8d0786ec   13 years anton wav: remove an invalid free(). Signed-off-by: Anton Khirnov …
(edit) @a8fd2f4e   13 years anton lavf: initialise reference_dts in av_estimate_timings_from_pts. Fixes …
(edit) @108f318d   13 years anton h264: don't be so picky on decoding pps in extradata. Fixes issue2517 …
(edit) @3de33b00   13 years anton avcodec.h: add or elaborate on some documentation comments. …
(edit) @33aec3f4   13 years anton h264: change a few comments into error messages Signed-off-by: …
(edit) @86961eea   13 years anton ac3dec: fix doxy-style for comment ("/>" should be "/<" instead). …
(edit) @a31d4b3a   13 years anton img2: add .dpx to the list of supported file extensions. …
(edit) @294e5475   13 years anton ffv1: fix undefined behavior with insane widths. The new tables is …
(edit) @9776e25d   13 years mans ARM: jrevdct_arm: simplify stack usage Signed-off-by: Mans Rullgard …
(edit) @13743c7a   13 years mans ARM: jrevdct_arm: use push/pop mnemonics Use push/pop instead of …
(edit) @77cdfde7   13 years mans ARM: jrevdct_arm: misc cleanup - use 'const' macro to define coeff …
(edit) @5c46ad1d   13 years mans ARM: optimised mpadsp_apply_window_fixed Signed-off-by: Mans Rullgard …
(edit) @b95d19b0   13 years siretart Add some (important) changelog entries
Note: See TracRevisionLog for help on using the revision log.