source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5114e36d   13 years michaelni release_notes: there will be 2 releases each for one ABI/API. …
(edit) @6324a5a   13 years michaelni release_notes: suggest git log instead of the poorly maintained …
(edit) @3afc647e   13 years michaelni release_notes: we do support releases Signed-off-by: Michael …
(edit) @ad3ac1d5   13 years michaelni build system: disable memalign on haiku, its not reliable there. …
(edit) @06724c5f   13 years michaelni ffprobe: remove duplicate avformat_alloc_context() Signed-off-by: …
(edit) @df1768d0   13 years michaelni Fix segmentation fault in ffprobe
(edit) @3cb64e32   13 years michaelni wma: fix infinite loop Signed-off-by: Michael Niedermayer …
(edit) @da0dadb9   13 years Carl Eugen Hoyos Fix H.264 4:4:4 lossless decoding. The coefficient test for i16x16 …
(edit) @d39b33c6   13 years michaelni libx264: fix open gop default. Please use -x264opts to force open gop …
(edit) @90c6963d   13 years michaelni avfilter picture pool: double free hotfix This fix introduces a small …
(edit) @6cbe8199   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (28 …
(edit) @b37dfe18   13 years michaelni mpegaudio_parser: be less picky on the start position Signed-off-by: …
(edit) @2d16394f   13 years michaelni ppc32: Fix movrel Fixes ticket272
(edit) @e6c52cee   13 years justin.ruggles Replace usages of av_get_bits_per_sample_fmt() with …
(edit) @c5ee7407   13 years mans x86: cabac: fix register constraints for 32-bit mode Some operands …
(edit) @2143d69b   13 years mans cabac: move x86 asm to libavcodec/x86/cabac.h Signed-off-by: Mans …
(edit) @d075e7d5   13 years mans x86: h264: cast pointers to intptr_t rather than int Only the …
(edit) @3a4edb76   13 years mans x86: h264: remove hardcoded edi in decode_significance_8x8_x86() …
(edit) @b92c1a6d   13 years mans x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() …
(edit) @3fc4e36c   13 years mans x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() …
(edit) @e4b5a204   13 years mans x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() …
(edit) @3146a30e   13 years mans x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() …
(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) @093768c9   13 years michaelni Fix bink audio playback outside of FFmpeg. There are 2 known Bink …
(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) @cfbaeb31   13 years michaelni ffmpeg: print warning if encoding would duplicate massive amounts of …
(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) @54dd50d1   13 years michaelni cmdutils: remove outcommented merge trash Signed-off-by: Michael …
(edit) @56e11d23   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Drop …
(edit) @ae88e9c   13 years alex.converse mov: Fix empty edit detection.
(edit) @4aeb7769   13 years michaelni dump_metadata: Fix 0xd in metadata Fixed ticket245 Signed-off-by: …
(edit) @867b1067   13 years michaelni Attempt to fix ticket266 Signed-off-by: Michael Niedermayer …
(edit) @940a55cc   13 years michaelni eval: Fix 32bit unsigned parsing Fixes ticket264 Signed-off-by: …
(edit) @a7e4342f   13 years michaelni avidec: consider non video to contain only keyframes when seeking. …
(edit) @6c0f5172   13 years michaelni ffplay: dont drop frames by default when there is no audio stream …
(edit) @fd2c0a5d   13 years stefano.sabatini-lala lavfi: add layout negotiation fields and helper functions.
(edit) @527ca398   13 years stefano.sabatini-lala lavfi: use int64_t lists in AVFilteFormats The list type was changed …
(edit) @8f349b6   13 years stefano.sabatini-lala lavfi: fix realloc size computation in avfilter_add_format() Replace …
(edit) @c6e288a7   13 years stefano.sabatini-lala lavfi: fix Makefile HEADERS Add a missing space between …
(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) @44f669e7   13 years stefano.sabatini-lala lavfi: add vsink_buffer, and use it in ff* tools Also add the public …
(edit) @e89ba76a   13 years stefano.sabatini-lala vsrc_color: use internal timebase Avoid timescale conversion, simplify.
(edit) @141f0354   13 years stefano.sabatini-lala opt: do not crash in av_set_options_string() if opts == NULL Add …
(edit) @15f03725   13 years stefano.sabatini-lala lavfi: add negate filter This filter is a simple wrapper around the …
(edit) @dd2793c8   13 years stefano.sabatini-lala lavfi: add LUT (LookUp Table) generic filters
(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) @83f9bc8a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @15b4f644   13 years michaelni swscale: fix mono input for width%8 Fixes ticket193 Signed-off-by: …
(edit) @799a87d7   13 years michaelni avidec: Ignore unknown stream types Improves ticket131 …
(edit) @a4233d1f   13 years michaelni h264: print actual slice number in "Too many slices" warning …
(edit) @9291faeb   13 years michaelni jpegdec: include mjpb_skiptosod in debug output Signed-off-by: …
(edit) @a09a3e82   13 years michaelni jpegdec: fix CJPG decoding. Fixes ticket133 Signed-off-by: Michael …
(edit) @0aed4f81   13 years michaelni w32threads: with only 1 thread there cant be a active threading mode. …
(edit) @035c13e3   13 years michaelni ffmpeg: warn if samples need to be converted in a lossy way for …
(edit) @7ba26252   13 years michaelni flacenc: mark as lossless codec Signed-off-by: Michael Niedermayer …
(edit) @34dc7aa   13 years michaelni libavcodec: add CODEC_CAP_LOSSLESS Signed-off-by: Michael Niedermayer …
(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) @bde80559   13 years Clément Bœsch dcaenc: small quantization simplification.
(edit) @47a8243c   13 years Carl Eugen Hoyos Fix -s documentation.
(edit) @2905e3ff   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @44d1b408   13 years michaelni qdm2: Fix alignment of local array. Fixes ticket270 Signed-off-by: …
(edit) @0c6cf3fa   13 years stefano.sabatini-lala vsrc_color: set output pos values to -1 -1 is more correct than 0, as …
(edit) @bb3a2b72   13 years stefano.sabatini-lala vsrc_color: add @file doxy Also remove outdated reference to color in …
(edit) @8055433b   13 years stefano.sabatini-lala graphparser: add missing NULL check in avfilter_graph_parse() Fix a …
(edit) @369c68c4   13 years Carl Eugen Hoyos Support DTS in mp4/mov.
(edit) @78440c00   13 years anton lavc: add opt_find to AVCodecContext class. Fixes encoder private …
(edit) @4f643430   13 years michaelni Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200' * commit …
(edit) @d8ee7770   13 years Carl Eugen Hoyos Do not crash if SDL_SetVideoMode() fails.
(edit) @d5708923   13 years Carl Eugen Hoyos Move do_exit() and stream_close() up.
(edit) @5ad05dd5   13 years Carl Eugen Hoyos Fix documentation for -ar and -ac.
(edit) @5fb67d80   13 years Carl Eugen Hoyos Fix compilation with old yasm.
(edit) @f6e2af4f   13 years michaelni ffmpeg: Force 420 with target dvd and svcd. Fixes ticket283 …
(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 …
Note: See TracRevisionLog for help on using the revision log.