|
|
|
@c1ad93c0
|
13 years |
michaelni |
Revert "crypto: fix potential double free"
This reverts commit …
|
|
|
@1fe3bf3
|
13 years |
michaelni |
Revert "build: remove empty $(OBJS) target"
This reverts commit …
|
|
|
@be20528c
|
13 years |
baptiste.coudurier |
aac: fix adts frame size mask, fix demuxer probing for some files.
|
|
|
@47d2ca32
|
13 years |
stefano.sabatini-lala |
lavfi: handle NULL lists in avfilter_make_format_list
|
|
|
@9e4cb03a
|
13 years |
Carl Eugen Hoyos |
Fix "mixed declarations and code" warnings.
|
|
|
@d552f616
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (28 …
|
|
|
@7d89f7cb
|
13 years |
michaelni |
crypto: fix potential double free
|
|
|
@1e9b3026
|
13 years |
michaelni |
libx264: fix double free
|
|
|
@8f2a2e60
|
13 years |
stefano.sabatini-lala |
ffplay: remove -debug option
The options -loglevel LEVEL -debug FLAGS …
|
|
|
@e77a3095
|
13 years |
stefano.sabatini-lala |
ffplay: remove -vismv option
Use -vismv 1 instead. Simplify.
|
|
|
@21bf6d7a
|
13 years |
stefano.sabatini-lala |
mpegvideo: use av_get_picture_type_char() in ff_print_debug_info()
|
|
|
@ac4a8548
|
13 years |
diego |
Remove some non-compiling debug messages.
|
|
|
@8543f0f9
|
13 years |
diego |
ffplay: Fix non-compiling debug printf and replace it by av_dlog.
|
|
|
@4de83b7b
|
13 years |
diego |
H264: x86 predict init cosmetics.
Change indentation and whitespace; …
|
|
|
@d3778972
|
13 years |
diego |
ac3enc: Fix linking of AC-3 encoder without the E-AC-3 encoder.
The …
|
|
|
@c8e9ea43
|
13 years |
justin.ruggles |
Move E-AC-3 encoder functions to a separate eac3enc.c file.
|
|
|
@787a1353
|
13 years |
justin.ruggles |
ac3enc: remove convenience macro, #define DEBUG
|
|
|
@a8bd5340
|
13 years |
justin.ruggles |
ac3enc: remove unused #define
|
|
|
@7b20d35a
|
13 years |
anton |
vc1: re-initialize tables after width/height change.
…
|
|
|
@1397ac0a
|
13 years |
justin.ruggles |
APIchanges: fill-in git commit hash for av_get_bytes_per_sample() addition
|
|
|
@a6703faa
|
13 years |
justin.ruggles |
samplefmt: add av_get_bytes_per_sample()
Deprecate …
|
|
|
@1929807b
|
13 years |
michaelni |
libvpxenc: add forgotten AVClass.
Fixes Ticket269
Signed-off-by: …
|
|
|
@2f37321a
|
13 years |
justin.ruggles |
iirfilter: fix biquad filter coefficients.
The current filter …
|
|
|
@edeb56f
|
13 years |
rsbultje |
swscale: remove duplicate conversion routine in swScale().
|
|
|
@b73fe70
|
13 years |
rsbultje |
swscale: add yuv2planar/packed function typedefs.
|
|
|
@df91d091
|
13 years |
rsbultje |
swscale: integrate yuv2nv12X_C into yuv2yuvX() function pointers.
|
|
|
@0fb5193
|
13 years |
rsbultje |
swscale: reindent x86 init code.
|
|
|
@ca364a5b
|
13 years |
rsbultje |
swscale: extract SWS_FULL_CHR_H_INT conditional into init code.
|
|
|
@b3b28b08
|
13 years |
rsbultje |
swscale: cosmetics.
|
|
|
@ea281753
|
13 years |
rsbultje |
swscale: remove alp/chr/lumSrcOffset.
They are hacks added to reuse …
|
|
|
@bda9b20f
|
13 years |
rsbultje |
swscale: un-special-case yuv2yuvX16_c().
Make yuv2yuvX16_c a function …
|
|
|
@b9478cfe
|
13 years |
diego |
shorten: Remove stray DEBUG #define and corresponding av_dlog statement.
|
|
|
@2d9570a3
|
13 years |
diego |
vorbisdec: Restore mistakenly removed debug output.
|
|
|
@3251af90
|
13 years |
stefano.sabatini-lala |
v4l2: set default standard to NULL
It was errouneously changed to …
|
|
|
@7a8228c0
|
13 years |
michaelni |
sws: make dither_scale const
Signed-off-by: Michael Niedermayer …
|
|
|
@e8f6bd4
|
13 years |
diego |
configure: Document --enable-vdpau.
The option is disabled by …
|
|
|
@02a8d43a
|
13 years |
diego |
Replace some av_log/printf + #ifdef combinations by av_dlog.
|
|
|
@1f6b9cc3
|
13 years |
diego |
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
|
|
|
@f8ea0eb6
|
13 years |
diego |
svq1dec: Fix debug statements that referenced non-existing context.
|
|
|
@d7cf5639
|
13 years |
diego |
Replace some printf instances in debug code by av_log.
|
|
|
@4ae28eb8
|
13 years |
stefano.sabatini-lala |
showfiltfmts: use av_get_pix_fmt_name()
Use av_get_pix_fmt_name() …
|
|
|
@e01bb264
|
13 years |
diego |
inverse.c: Replace unnecessary intmath.h header by necessary stdint.h.
|
|
|
@dc25d79f
|
13 years |
diego |
Drop unnecessary directory prefixes from #include directives.
|
|
|
@40da61ef
|
13 years |
michaelni |
Makefile: critical build fix after the merge. make fate passed locally …
|
|
|
@174df6a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
build: …
|
|
|
@3a1aaf7b
|
13 years |
michaelni |
ffplay: Fix -vismv
Fixes Ticket164
Signed-off-by: Michael …
|
|
|
@a39bd458
|
13 years |
michaelni |
mem: Trying to workaround posix_memalign() bug on OSX
This patch is …
|
|
|
@b9c6c7cb
|
13 years |
mans |
build: remove empty $(OBJS) target
This target was added to prevent …
|
|
|
@6d170962
|
13 years |
mans |
build: make rule for linking ff* apply only to these targets
This …
|
|
|
@d58ed64a
|
13 years |
stefano.sabatini-lala |
eval: add support for pow() function
It is a more search-friendly …
|
|
|
@d93d7349
|
13 years |
mans |
build: rearrange some lines in a more logical way
Signed-off-by: Mans …
|
|
|
@4f8da7e7
|
13 years |
alex.converse |
s302m: fix resampling for 16 and 24bits.
|
|
|
@21c65125
|
13 years |
mans |
ARM: remove MUL64 and MAC64 inline asm
Current GCC versions know how …
|
|
|
@0018b7f0
|
13 years |
mans |
build: clean up .PHONY lists
This removes nonexisting targets from …
|
|
|
@d7a72d25
|
13 years |
mans |
build: move all (un)install* target aliases to toplevel Makefile
…
|
|
|
@0e28e9ca
|
13 years |
lu_zero |
flvenc: propagate error properly
avio_flush can fail, in particular …
|
|
|
@171ae1eb
|
13 years |
mans |
build: remove stale dependency
This dependency is implicitly covered …
|
|
|
@5eaba04
|
13 years |
mans |
build: do not add CFLAGS-yes to CFLAGS
CFLAGS-yes is never set so …
|
|
|
@ceff045d
|
13 years |
rsbultje |
utils.c: fix crash with threading enabled.
|
|
|
@8477f2de
|
13 years |
mans |
configure: simplify source_path setup
Signed-off-by: Mans Rullgard …
|
|
|
@dc435c4e
|
13 years |
mans |
configure: remove --source-path option
This option does not work, and …
|
|
|
@263f57c6
|
13 years |
stefano.sabatini-lala |
pixdesc: remove duplicated header inclusion
|
|
|
@ef28c7b3
|
13 years |
stefano.sabatini-lala |
lavfi: use av_samples_alloc() in avfilter_default_get_audio_buffer()
|
|
|
@95a02426
|
13 years |
stefano.sabatini-lala |
lavfi: prefer nb_samples over size in AVFilterBufferRefAudioProps
…
|
|
|
@0bc2cca1
|
13 years |
stefano.sabatini-lala |
samplefmt: switch nb_channels/nb_samples params order in …
|
|
|
@e1c74148
|
13 years |
stefano.sabatini-lala |
samplefmt: change layout for arrays created by av_samples_alloc() and …
|
|
|
@b2592ea4
|
13 years |
anton |
lavf: deprecate AVFormatParameters.time_base.
|
|
|
@abcedfac
|
13 years |
anton |
img2: add framerate private option.
|
|
|
@a915bf64
|
13 years |
anton |
img2: add video_size private option.
|
|
|
@f33e2a5
|
13 years |
anton |
img2: add pixel_format private option.
|
|
|
@c1dcbfdd
|
13 years |
anton |
tty: add framerate private option.
|
|
|
@580817df
|
13 years |
michaelni |
Move code for "ffmpeg: fix massive leak occurring when seeking" / …
|
|
|
@f9569249
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
Remove …
|
|
|
@6700aa88
|
13 years |
stefano.sabatini-lala |
lavf: remove reference to output-example in Makefile
output-example.c …
|
|
|
@27bcf55f
|
13 years |
stefano.sabatini-lala |
vsrc_buffer: add flags param to av_vsrc_buffer_add_video_buffer_ref
…
|
|
|
@eb7505e4
|
13 years |
diego |
Remove some unused scripts from tools/.
|
|
|
@a8d44f9
|
13 years |
diego |
Add x86 assembly for some 10-bit H.264 intra predict functions.
Parts …
|
|
|
@2c6fb9f0
|
13 years |
lu_zero |
v4l2: do not force NTSC as standard
Setting a standard is meaningful …
|
|
|
@612d0782
|
13 years |
Reimar.Doeffinger |
Add const to avfilter_get_video_buffer_ref_from_arrays arguments.
…
|
|
|
@ef5d7e18
|
13 years |
diego |
Skip tableprint.h during 'make checkheaders'.
It is only used on the …
|
|
|
@fb8648ad
|
13 years |
diego |
Remove unnecessary LIBAVFORMAT_BUILD #ifdef.
|
|
|
@f25a2ece
|
13 years |
diego |
Drop explicit filenames from @file Doxygen tags.
The filename is …
|
|
|
@29b3de12
|
13 years |
diego |
Skip generated table headers during 'make checkheaders'.
|
|
|
@36773283
|
13 years |
anton |
lavf,lavc: free avoptions in a generic way.
It's simpler and less …
|
|
|
@b39b0623
|
13 years |
anton |
AVOptions: add av_opt_free convenience function.
|
|
|
@e844abc4
|
13 years |
stefano.sabatini-lala |
sdl: align option fields after last commit
|
|
|
@e4841a40
|
13 years |
stefano.sabatini-lala |
ffmpeg: fix massive leak occurring when seeking
Avoid to add frames …
|
|
|
@cea87fb2
|
13 years |
stefano.sabatini-lala |
ffprobe: implement -i FILE option
Useful for mimicking the ffmpeg -i …
|
|
|
@92b4abc
|
13 years |
mans |
tableprint: Restore mistakenly deleted common.h #include for …
|
|
|
@9b032c65
|
13 years |
stefano.sabatini-lala |
ffplay.texi: document -i FILE option
|
|
|
@b4af3cf3
|
13 years |
stefano.sabatini-lala |
cmdutils: remove unnecessary OPT_DUMMY implementation
The -i INPUT …
|
|
|
@96f931ad
|
13 years |
stefano.sabatini-lala |
cmdutils: change the signature of the function argument in …
|
|
|
@0d0fdb0a
|
13 years |
stefano.sabatini-lala |
sdl: use the filename for defining the window title, if not specified
…
|
|
|
@1863a3c
|
13 years |
anton |
tiff: print log in case of unknown / unsupported tag.
Helps …
|
|
|
@a43458d7
|
13 years |
anton |
tiff: fix linesize for mono-white/black formats.
Fix decoding of file …
|
|
|
@5a4a7125
|
13 years |
mans |
Fix build of eval-test program
eval.c has moved to libavutil, move …
|
|
|
@dcb73592
|
13 years |
mans |
configure: Document --enable-vaapi
VAAPI is disabled by default so it …
|
|
|
@ba91bf58
|
13 years |
michaelni |
swscale: override the lack of the accurate rounding flag when needed …
|
|
|
@ec4207c4
|
13 years |
michaelni |
swscale: factor should_dither out
Signed-off-by: Michael Niedermayer …
|
|
|
@46eb300d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
ARM: …
|
|
|