source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5aa8b27   13 years Reimar.Doeffinger Restore accidentally removed parts of "BRIEF" list. Signed-off-by: …
(edit) @f6d28cf0   13 years heydowns parse_options(): Avoid passing NULL as a string arg to fprintf
(edit) @f925b24   13 years stefano.sabatini-lala general.texi: clarify with examples what "the FFmpeg libraries" means
(edit) @978e711b   13 years stefano.sabatini-lala general.texi: remove reference to --enable-memalign-hack, no longer …
(edit) @470ac143   13 years stefano.sabatini-lala MAINTAINERS: add a "Releases" section The new section documents the …
(edit) @9fff623d   13 years stefano.sabatini-lala Changelog: merge various 0.7* sections into a single 0.8 section …
(edit) @95dd1741   13 years Reimar.Doeffinger Allow running make in subdirs again.
(edit) @2ec89922   13 years Reimar.Doeffinger Revert "build: move basic rules and variables to main Makefile" This …
(edit) @686959e8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @adbfc605   13 years diego doxygen: Consistently use '@' instead of '\' for Doxygen markup. …
(edit) @9abbe8cc   13 years martin Use av_printf_format to check the usage of printf style functions …
(edit) @67e9ae14   13 years martin Add av_printf_format, for marking printf style format strings and …
(edit) @9e19704a   13 years mans ARM: enable thumb for Cortex-M* CPUs These CPUs are thumb-only and …
(edit) @ffc6c8a4   13 years Carl Eugen Hoyos Support u8, s8, alaw and mulaw channel reordering in alsa.
(edit) @35fa0d47   13 years diego nsvdec: Propagate error values instead of returning 0 in …
(edit) @f038cf3c   13 years mans build: remove SRC_PATH_BARE variable Setting SRC_PATH to "." when …
(edit) @bb524924   13 years mans build: move basic rules and variables to main Makefile Signed-off-by: …
(edit) @8d853efe   13 years mans build: move special targets to end of main Makefile Signed-off-by: …
(edit) @41b68dc   13 years anton lavdev: improve feedback in case of invalid frame rate/size Show the …
(edit) @a4bda405   13 years anton vfwcap: prefer "framerate_q" over "fps" in vfw_read_header() The …
(edit) @e60068ba   13 years anton v4l2: prefer "framerate_q" over "fps" in v4l2_set_parameters() The …
(edit) @a5351720   13 years anton fbdev: prefer "framerate_q" over "fps" in device context The variable …
(edit) @da51a7c6   13 years anton bktr: prefer "framerate" over "fps" for grab_read_header() The …
(edit) @147bcf27   13 years anton ALSA: implement channel layout for playback. Currently quad, 5.0, 5.1 …
(edit) @2359aeb5   13 years anton alsa: support unsigned variants of already supported signed formats.
(edit) @921715ed   13 years anton alsa: add support for more formats. Specifically, f32, f64, s32, s24, …
(edit) @8986fddc   13 years mans ARM: allow building in Thumb2 mode Signed-off-by: Mans Rullgard …
(edit) @4b87a088   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @1af1b527   13 years stefano.sabatini-lala general.texi: use "the FFmpeg libraries" in place of enumerating them …
(edit) @72365be4   13 years stefano.sabatini-lala general.texi: apply minor formatting fix in the MinGW section
(edit) @9cd7b85   13 years mans configure: add --optflags option This allows overriding the default …
(edit) @f87b03b5   13 years mans build: move documentation rules to doc/Makefile Signed-off-by: Mans …
(edit) @698a183e   13 years mans build: move test rules to tests/Makefile Signed-off-by: Mans Rullgard …
(edit) @8ae1a952   13 years michaelni This is to match gcc's {athlon64,k8,opteron}-sse3 -march flags.
(edit) @81ef892c   13 years Carl Eugen Hoyos Use HAVE_TEN_OPERANDS for new decode_significance* functions.
(edit) @c956907e   13 years Reimar.Doeffinger Revert needless API change in 05e84c95. When providing a custom …
(edit) @b6bde8c7   13 years michaelni ffplay: use new avformat_open_* API.
(edit) @c9584f0c   13 years Clément Bœsch vf_mp: do not add duplicated pixel formats. This avoid a crash with …
(edit) @f4228097   13 years stefano.sabatini-lala lavfi: minor style fixes in formats.c
(edit) @684f4abf   13 years justin.ruggles ac3enc: remove unneeded local variable in asym_quant()
(edit) @f21fb76b   13 years justin.ruggles ac3enc: remove a branch in asym_quant() by doing 2 shifts
(edit) @0e4dbe29   13 years justin.ruggles ac3enc: avoid masking output in asym_quant() by using signed values …
(edit) @2702a6f1   13 years jason H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF
(edit) @7c9079ab   13 years jason H.264: fix 4:4:4 + deblocking + MBAFF
(edit) @932db250   13 years jason H.264: fix 4:4:4 cropping warning
(edit) @85a88f9c   13 years jason H.264: reference the correct SPS in decode_scaling_matrices
(edit) @3b79f2e   13 years jason H.264: fix bug in lossless 4:4:4 decoding Coefficient test for i16x16 …
(edit) @b2ad33de   13 years Philip Langdale CrystalHD: Always identify H.264 streams as Annex B. Now that we're …
(edit) @63e06972   13 years Philip Langdale CrystalHD: Always send filtered H.264 stream to hardware. As we're …
(edit) @edf5fbd5   13 years Philip Langdale CrystalHD: Simplfy extradata handling for non-Annex B content. …
(edit) @043d2aff   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rawdec: …
(edit) @67e7dc54   13 years diego rawdec: Fix decoding of QT WRAW files. From some tests it results …
(edit) @f082a0fb   13 years mans configure: report optimization for size separately This removes an …
(edit) @86824c1d   13 years michaelni ffplay: do not init SDL audio if -an is specified. Signed-off-by: … n0.8
(edit) @4a34e54   13 years michaelni Fix zero-length gnu_printf format string warning. Signed-off-by: …
(edit) @5f65489   13 years michaelni A cmp instruction with two constants is invalid, thus "g" constraint …
(edit) @53d5cd2c   13 years diego mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.
(edit) @7ac63965   13 years diego mov: Support R10g codec identifier.
(edit) @a304a833   13 years diego riff/img2: Add JPEG 2000 codec IDs.
(edit) @2ea1ca17   13 years diego riff: Add DAVC fourcc. This fourcc is used by the "mpegable AVC" …
(edit) @682a2011   13 years diego riff: Add M263, XVIX, MMJP, CDV5 fourccs.
(edit) @d352df0   13 years diego rawvideo: Support auv2 fourcc.
(edit) @250cebeb   13 years michaelni release_notes: document not fully understood mingw-sdl issue …
(edit) @087d93f5   13 years diego swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().
(edit) @6371ce4b   13 years diego h264: Fix assert that failed to compile with -DDEBUG. The assert …
(edit) @0452f77f   13 years michaelni release_notes: some updates Signed-off-by: Michael Niedermayer …
(edit) @e1674d7e   13 years michaelni presets: forgotten libvpx presets Signed-off-by: Michael Niedermayer …
(edit) @9b80c51   13 years michaelni release_notes: fix version Signed-off-by: Michael Niedermayer …
(edit) @c0c50535   13 years michaelni release_notes: mention more codecs Signed-off-by: Michael Niedermayer …
(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) @84e70ef0   13 years diego h264: Add x86 assembly for 10-bit weight/biweight H.264 functions. …
(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) @ea57502c   13 years mans fate: remove output redirections from old regtest scripts All tests …
(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 …
Note: See TracRevisionLog for help on using the revision log.