source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c1ad93c0   13 years michaelni Revert "crypto: fix potential double free" This reverts commit …
(edit) @1fe3bf3   13 years michaelni Revert "build: remove empty $(OBJS) target" This reverts commit …
(edit) @be20528c   13 years baptiste.coudurier aac: fix adts frame size mask, fix demuxer probing for some files.
(edit) @47d2ca32   13 years stefano.sabatini-lala lavfi: handle NULL lists in avfilter_make_format_list
(edit) @9e4cb03a   13 years Carl Eugen Hoyos Fix "mixed declarations and code" warnings.
(edit) @d552f616   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (28 …
(edit) @7d89f7cb   13 years michaelni crypto: fix potential double free
(edit) @1e9b3026   13 years michaelni libx264: fix double free
(edit) @8f2a2e60   13 years stefano.sabatini-lala ffplay: remove -debug option The options -loglevel LEVEL -debug FLAGS …
(edit) @e77a3095   13 years stefano.sabatini-lala ffplay: remove -vismv option Use -vismv 1 instead. Simplify.
(edit) @21bf6d7a   13 years stefano.sabatini-lala mpegvideo: use av_get_picture_type_char() in ff_print_debug_info()
(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) @1929807b   13 years michaelni libvpxenc: add forgotten AVClass. Fixes Ticket269 Signed-off-by: …
(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) @3251af90   13 years stefano.sabatini-lala v4l2: set default standard to NULL It was errouneously changed to …
(edit) @7a8228c0   13 years michaelni sws: make dither_scale const Signed-off-by: Michael Niedermayer …
(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) @4ae28eb8   13 years stefano.sabatini-lala showfiltfmts: use av_get_pix_fmt_name() Use av_get_pix_fmt_name() …
(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) @40da61ef   13 years michaelni Makefile: critical build fix after the merge. make fate passed locally …
(edit) @174df6a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: build: …
(edit) @3a1aaf7b   13 years michaelni ffplay: Fix -vismv Fixes Ticket164 Signed-off-by: Michael …
(edit) @a39bd458   13 years michaelni mem: Trying to workaround posix_memalign() bug on OSX This patch is …
(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) @d58ed64a   13 years stefano.sabatini-lala eval: add support for pow() function It is a more search-friendly …
(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) @263f57c6   13 years stefano.sabatini-lala pixdesc: remove duplicated header inclusion
(edit) @ef28c7b3   13 years stefano.sabatini-lala lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()
(edit) @95a02426   13 years stefano.sabatini-lala lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps …
(edit) @0bc2cca1   13 years stefano.sabatini-lala samplefmt: switch nb_channels/nb_samples params order in …
(edit) @e1c74148   13 years stefano.sabatini-lala samplefmt: change layout for arrays created by av_samples_alloc() 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) @580817df   13 years michaelni Move code for "ffmpeg: fix massive leak occurring when seeking" / …
(edit) @f9569249   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Remove …
(edit) @6700aa88   13 years stefano.sabatini-lala lavf: remove reference to output-example in Makefile output-example.c …
(edit) @27bcf55f   13 years stefano.sabatini-lala vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref …
(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) @612d0782   13 years Reimar.Doeffinger Add const to avfilter_get_video_buffer_ref_from_arrays arguments. …
(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 …
(edit) @29b3de12   13 years diego Skip generated table headers during 'make checkheaders'.
(edit) @36773283   13 years anton lavf,lavc: free avoptions in a generic way. It's simpler and less …
(edit) @b39b0623   13 years anton AVOptions: add av_opt_free convenience function.
(edit) @e844abc4   13 years stefano.sabatini-lala sdl: align option fields after last commit
(edit) @e4841a40   13 years stefano.sabatini-lala ffmpeg: fix massive leak occurring when seeking Avoid to add frames …
(edit) @cea87fb2   13 years stefano.sabatini-lala ffprobe: implement -i FILE option Useful for mimicking the ffmpeg -i …
(edit) @92b4abc   13 years mans tableprint: Restore mistakenly deleted common.h #include for …
(edit) @9b032c65   13 years stefano.sabatini-lala ffplay.texi: document -i FILE option
(edit) @b4af3cf3   13 years stefano.sabatini-lala cmdutils: remove unnecessary OPT_DUMMY implementation The -i INPUT …
(edit) @96f931ad   13 years stefano.sabatini-lala cmdutils: change the signature of the function argument in …
(edit) @0d0fdb0a   13 years stefano.sabatini-lala sdl: use the filename for defining the window title, if not specified …
(edit) @1863a3c   13 years anton tiff: print log in case of unknown / unsupported tag. Helps …
(edit) @a43458d7   13 years anton tiff: fix linesize for mono-white/black formats. Fix decoding of file …
(edit) @5a4a7125   13 years mans Fix build of eval-test program eval.c has moved to libavutil, move …
(edit) @dcb73592   13 years mans configure: Document --enable-vaapi VAAPI is disabled by default so it …
(edit) @ba91bf58   13 years michaelni swscale: override the lack of the accurate rounding flag when needed …
(edit) @ec4207c4   13 years michaelni swscale: factor should_dither out Signed-off-by: Michael Niedermayer …
(edit) @46eb300d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ARM: …
Note: See TracRevisionLog for help on using the revision log.