git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Opus decoder using libopus
2012-09-28
Nicolas George
Opus decoder using libopus
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-28
Nathan Caldwell
avcodec: document the use of AVCodecContext.delay for...
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
nutenc: const correctness for ff_put_v_trace/put_s_trace...
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
h264_refs: Fix debug tprintf argument types
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
golomb: const correctness for get_ue()/get_se() function...
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
get_bits: const correctness for get_bits_trace()/get_xbits_t...
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
dwt: Drop unused functions spatial_compose{53|97}i()
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
nutdec: Remove unused and broken debug function stub
commit
|
commitdiff
|
tree
2012-09-27
Diego Biurrun
avcodec: Drop long-deprecated imgconvert.h header
commit
|
commitdiff
|
tree
2012-09-27
Nathan Caldwell
Add Opus support to the Ogg muxer.
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-27
Andrew D'Addesio
Add Opus codec id and codec description.
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-27
Dale Curtis
avformat: Identify anonymous AVIO typedef structs.
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-26
Diego Biurrun
nutdec: const correctness for get_v_trace/get_s_trace...
commit
|
commitdiff
|
tree
2012-09-26
Diego Biurrun
truemotion2: Request samples for old TM2 headers
commit
|
commitdiff
|
tree
2012-09-13
Diego Biurrun
x86: dsputil: Move Xvid IDCT put/add functions to a...
commit
|
commitdiff
|
tree
2012-09-13
Diego Biurrun
x86: Remove some leftover declarations for non-existent...
commit
|
commitdiff
|
tree
2012-09-13
Diego Biurrun
swscale: Remove two bogus asserts
commit
|
commitdiff
|
tree
2012-09-11
Diego Biurrun
utvideoenc: Add missing AV_ prefix to codec ID
commit
|
commitdiff
|
tree
2012-09-11
Diego Biurrun
avserver: Add missing #include for av_gettime()
commit
|
commitdiff
|
tree
2012-09-11
Diego Biurrun
configure: indentation cosmetics
commit
|
commitdiff
|
tree
2012-09-11
Diego Biurrun
x86: dsputil: Move specific optimization settings out...
commit
|
commitdiff
|
tree
2012-09-10
Diego Biurrun
configure: Add --disable-inline-asm command line option
commit
|
commitdiff
|
tree
2012-09-10
Diego Biurrun
x86: dsputil: Only compile motion_est code when encoders...
commit
|
commitdiff
|
tree
2012-09-08
Diego Biurrun
x86: Replace checks for CPU extensions and flags by...
commit
|
commitdiff
|
tree
2012-09-07
Diego Biurrun
x86: more specific checks for availability of required...
commit
|
commitdiff
|
tree
2012-09-07
Diego Biurrun
x86: avcodec: Drop silly "_mmx" suffix from dsputil...
commit
|
commitdiff
|
tree
2012-09-07
Diego Biurrun
fate: Drop redundant setting of FUZZ to 1
commit
|
commitdiff
|
tree
2012-09-06
Diego Biurrun
x86: dsputil: Do not redundantly check for CPU caps...
commit
|
commitdiff
|
tree
2012-09-05
Hendrik Leppkes
x86: vp56: cmov version of vp56_rac_get_prob requires...
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-09-05
Diego Biurrun
build: eamad: Add missing dependency on mpegvideo code
commit
|
commitdiff
|
tree
2012-09-05
Diego Biurrun
build: utvideoenc: Add missing dependency on Huffman...
commit
|
commitdiff
|
tree
2012-09-03
Diego Biurrun
x86: Add convenience macros to check for CPU extensions...
commit
|
commitdiff
|
tree
2012-09-03
Diego Biurrun
x86: h264dsp: drop some unnecessary ifdefs around prototype...
commit
|
commitdiff
|
tree
2012-09-03
Diego Biurrun
build: avcodec: order cosmetics
commit
|
commitdiff
|
tree
2012-09-03
Diego Biurrun
intrax8dsp: Add missing #include to make header standalone
commit
|
commitdiff
|
tree
2012-09-03
Diego Biurrun
Delete motion-test tool; it is of doubtful utility.
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
x86: Split inline and external assembly #ifdefs
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
configure: x86: Separate inline from standalone assembler...
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
x86: Fix linking with some or all of yasm, mmx, optimization...
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
configure: Add more fine-grained SSE CPU capabilities...
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
avfilter: x86: Use more precise compile template names
commit
|
commitdiff
|
tree
2012-08-30
Diego Biurrun
x86: cosmetics: Comment some #endifs for better readability
commit
|
commitdiff
|
tree
2012-08-28
Diego Biurrun
x86: Always compile files with functions that are called...
commit
|
commitdiff
|
tree
2012-08-28
Diego Biurrun
x86: mpegvideoenc: fix linking with --disable-mmx
commit
|
commitdiff
|
tree
2012-08-28
Diego Biurrun
x86: mpegvideoenc: Do not abuse HAVE_ variables for...
commit
|
commitdiff
|
tree
2012-08-28
Brad Smith
configure: support Bitrig OS
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-28
Diego Biurrun
x86: avcodec: Drop silly "_mmx" suffixes from filenames
commit
|
commitdiff
|
tree
2012-08-28
Diego Biurrun
x86: avcodec: Drop silly "_sse" suffixes from filenames
commit
|
commitdiff
|
tree
2012-08-27
Diego Biurrun
build: Restore dependency of acelp_filters.o on celp_math.o
commit
|
commitdiff
|
tree
2012-08-27
Diego Biurrun
celp_math: Replace duplicate ff_dot_productf() by ff_scalarp...
commit
|
commitdiff
|
tree
2012-08-27
Diego Biurrun
celp_math: Move ff_cos() to the only place it is used
commit
|
commitdiff
|
tree
2012-08-27
Diego Biurrun
build: Use portable abstraction for linker/hostcc output...
commit
|
commitdiff
|
tree
2012-08-27
Brad Smith
configure: Fix shared library creation for OpenBSD
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-27
Diego Biurrun
build: fft: x86: Drop unused YASM-OBJS-FFT- variable
commit
|
commitdiff
|
tree
2012-08-26
Diego Biurrun
audio_frame_queue: Clean up ff_af_queue_log_state debug...
commit
|
commitdiff
|
tree
2012-08-26
Diego Biurrun
dwt: Remove unused code.
commit
|
commitdiff
|
tree
2012-08-26
Mans Rullgard
cavs: convert cavsdata.h to a .c file
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-26
Diego Biurrun
cavs: Move inline functions only used in one file out...
commit
|
commitdiff
|
tree
2012-08-26
Diego Biurrun
cavs: Move data tables used in only one place to that...
commit
|
commitdiff
|
tree
2012-08-26
Jan Ekström
fate: Add a single symbol Ut Video decoder test
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-24
Diego Biurrun
x86: mpegvideo: more sensible names for optimization...
commit
|
commitdiff
|
tree
2012-08-24
Diego Biurrun
x86: mpegvideoenc: Split optimizations off into a separate...
commit
|
commitdiff
|
tree
2012-08-24
Diego Biurrun
dnxhdenc: x86: more sensible names for optimization...
commit
|
commitdiff
|
tree
2012-08-24
Diego Biurrun
svq1/svq3: Move common code out of SVQ1 decoder-specific...
commit
|
commitdiff
|
tree
2012-08-24
Jordi Ortiz
dirac: add Comments and references to the standard
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-21
Diego Biurrun
build: x86: Only compile mpegvideo optimizations when...
commit
|
commitdiff
|
tree
2012-08-21
Diego Biurrun
configure: Drop fastdiv option
commit
|
commitdiff
|
tree
2012-08-21
Diego Biurrun
build: Make the E-AC-3 encoder select the AC-3 encoder
commit
|
commitdiff
|
tree
2012-08-21
Diego Biurrun
fate: flac: Only run tests requiring samples when samples...
commit
|
commitdiff
|
tree
2012-08-20
Diego Biurrun
build: amrwb: Drop redundant lsp dependency declaration
commit
|
commitdiff
|
tree
2012-08-19
Giorgio Vazzana
swscale: x86: fix #endif comments in rgb2rgb template...
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-17
Jordi Ortiz
doc: Fix syntax errors in sample Emacs config
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-16
Diego Biurrun
build: Factor out rangecoder dependencies to CONFIG_RANGECODER
commit
|
commitdiff
|
tree
2012-08-16
Diego Biurrun
build: Factor out error resilience dependencies to...
commit
|
commitdiff
|
tree
2012-08-16
Diego Biurrun
x86: avcodec: Consistently name all init files
commit
|
commitdiff
|
tree
2012-08-15
Diego Biurrun
x86: avcodec: Appropriately name files containing only...
commit
|
commitdiff
|
tree
2012-08-15
Diego Biurrun
mpegvideo_mmx_template: drop some commented-out cruft
commit
|
commitdiff
|
tree
2012-08-14
John Stebbins
libavresample: add mix level normalization option
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Diego Biurrun
w32pthreads: Add missing #includes to make header compile...
commit
|
commitdiff
|
tree
2012-08-14
Sebastien Zwickert
vda: cosmetics: fix Doxygen comment formatting
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Sebastien Zwickert
vda: better frame allocation
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Sebastien Zwickert
vda: Merge implementation into one file
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Sebastien Zwickert
vda: support synchronous decoding
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Sebastien Zwickert
vda: Reuse the bitstream buffer and reallocate it only...
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
2012-08-14
Diego Biurrun
build: Factor out mpegvideo encoding dependencies to...
commit
|
commitdiff
|
tree
2012-08-13
Diego Biurrun
configure: Fix typo in mpeg2video/svq1 decoder dependency...
commit
|
commitdiff
|
tree
2012-08-12
Diego Biurrun
x86: Drop silly "_yasm" suffixes from filenames
commit
|
commitdiff
|
tree
2012-08-12
Diego Biurrun
doc: Clarify licensing issues arising from external...
commit
|
commitdiff
|
tree
2012-08-11
Diego Biurrun
configure: Rename check_asm() to more fitting check_inline_asm()
commit
|
commitdiff
|
tree
2012-08-11
Diego Biurrun
fate: Only test enabled filters
commit
|
commitdiff
|
tree
2012-08-11
Diego Biurrun
avresample: De-doxygenize some comments where Doxygen...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
configure: suncc: Add -xc99 to dependency flags, required...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
doxygen: Fix function parameter names to match the...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
doc: Drop obsolete shared libs cflags hint to workaround...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
swf: Move shared table out of the header file
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
swf: Move swf_audio_codec_tags table to the only place...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
doxygen: qdm2: Drop documentation for non-existing...
commit
|
commitdiff
|
tree
2012-08-09
Diego Biurrun
build: add HOSTOBJS to SUBDIR_VARS list
commit
|
commitdiff
|
tree
2012-08-08
Diego Biurrun
build: cosmetics: Reorder some lists in a more logical...
commit
|
commitdiff
|
tree
2012-08-08
Dave Yeo
x86: pngdsp: Fix assembly for OS/2
Signed-off-by:
Diego Biurrun
<diego@biurrun.de>
commit
|
commitdiff
|
tree
next