git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.
2009-05-15
Ramiro Polla
mlp: include mlp.h and use MAX_CHANNELS instead of...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Fix possible writing out of array bounds introduced...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Split sync word error and MLP sync word check.
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
mlpdec: Fix indentation that got mangled from copy...
commit
|
commitdiff
|
tree
2009-05-06
Ramiro Polla
Accept "bikeshed" as a random color.
commit
|
commitdiff
|
tree
2009-04-30
Ramiro Polla
Don't #if a function declaration and properly indent it.
commit
|
commitdiff
|
tree
2009-04-30
Ramiro Polla
mlpdec: Move MLP's filter_channel() to dsputils.
commit
|
commitdiff
|
tree
2009-04-30
Ramiro Polla
Document change in r18719.
commit
|
commitdiff
|
tree
2009-04-30
Ramiro Polla
Export av_free_packet().
commit
|
commitdiff
|
tree
2009-04-26
Ramiro Polla
mlpdec: Simplify filtering code by using only one counter...
commit
|
commitdiff
|
tree
2009-04-21
Ramiro Polla
Add raw MLP muxer.
commit
|
commitdiff
|
tree
2009-04-21
Ramiro Polla
mlpdec: Don't overallocate buffers.
commit
|
commitdiff
|
tree
2009-04-21
Ramiro Polla
mlpdec: Validate num_primitive_matrices.
commit
|
commitdiff
|
tree
2009-04-21
Ramiro Polla
mlpdec: Validate max_channel and max_matrix_channel.
commit
|
commitdiff
|
tree
2009-04-21
Ramiro Polla
mlpdec: Restart header sync must be 0x31ea for MLP.
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
mlpdec: Read context variable to local variable to...
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
mlpdec: {}- and whitespace-related cosmetics.
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
mlpdec: Use some context arrays with local variables...
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
truehd: Simplify rematrix_channels() as per Michael...
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
mlpdec: Make read_matrix_params() take unsigned int...
commit
|
commitdiff
|
tree
2009-04-18
Ramiro Polla
mlpdec: Check for {matrix,filter}_changed as soon as...
commit
|
commitdiff
|
tree
2009-04-14
Ramiro Polla
mingw32: FFmpeg now passes -fno-common automatically.
commit
|
commitdiff
|
tree
2009-04-13
Ramiro Polla
win32, dos: Work around a bug in the GNU toolchain.
commit
|
commitdiff
|
tree
2009-04-08
Ramiro Polla
configure: Add --enable-runtime-cpudetect
commit
|
commitdiff
|
tree
2009-04-08
Ramiro Polla
Rename RUNTIME_CPUDETECT to CONFIG_RUNTIME_CPUDETECT...
commit
|
commitdiff
|
tree
2009-04-06
Ramiro Polla
mlpdec: Filters and matrices may change only once per...
commit
|
commitdiff
|
tree
2009-04-05
Ramiro Polla
mlpdec: There must be no extraword for MLP.
commit
|
commitdiff
|
tree
2009-04-05
Ramiro Polla
mlpdec: Validate non-restart bit from the substream...
commit
|
commitdiff
|
tree
2009-04-05
Ramiro Polla
mlpdec: matrix_out_ch must not be greater than max_matrix_ch...
commit
|
commitdiff
|
tree
2009-04-05
Ramiro Polla
swscale: Remove X86 commented out code.
commit
|
commitdiff
|
tree
2009-04-04
Ramiro Polla
swscale: Use function pointers for swScale functions.
commit
|
commitdiff
|
tree
2009-04-04
Ramiro Polla
swscale: {}-related cosmetics.
commit
|
commitdiff
|
tree
2009-04-04
Ramiro Polla
swscale: Add const to some swScale functions' parameters.
commit
|
commitdiff
|
tree
2009-04-02
Ramiro Polla
swscale: Remove mmx2 params from h[yc]scale().
commit
|
commitdiff
|
tree
2009-04-02
Ramiro Polla
swscale: Split h[yc]scale_fast() into their own functions.
commit
|
commitdiff
|
tree
2009-04-02
Ramiro Polla
swscale: Execute sfence and emms depending on runtime...
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Simplify check for substream_parity_present.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Simplify no restart header seen error.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Simplify substream length mismatch error.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Prettify substream parity check.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Cleaner and better termination word check.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: More validation for read_channel_params()
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: whitespace cosmetics.
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Simplify &foo[0] to foo and use index (which...
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Split filter_state_buffer into [fi]irbuf and...
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Unroll copying filter state data and filtering...
commit
|
commitdiff
|
tree
2009-03-30
Ramiro Polla
mlpdec: Max filter orders for FIR and IIR are 8 and...
commit
|
commitdiff
|
tree
2009-03-29
Ramiro Polla
mingw32: Restore creation of import libraries. They...
commit
|
commitdiff
|
tree
2009-03-28
Ramiro Polla
mlpdec: Remove few random dprintf()s.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: Check for blocksize in proper range.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: quant_step_size can be any value from 0 to...
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: output_shift can be any value from -8 to 7.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: output_shift is signed
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: Split read_channel_params() into its own function.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
mlpdec: Split read_matrix_params() into its own function.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
Add myself as mlp* maintainer.
commit
|
commitdiff
|
tree
2009-03-27
Ramiro Polla
Move bfin specific code to its subdir.
commit
|
commitdiff
|
tree
2009-03-26
Ramiro Polla
Use intptr_t when casting pointers to int.
commit
|
commitdiff
|
tree
2009-03-26
Ramiro Polla
Move yuv2rgb code to subdirs.
commit
|
commitdiff
|
tree
2009-03-26
Ramiro Polla
Create swscale subdirs for out-of-tree builds.
commit
|
commitdiff
|
tree
2009-03-25
Ramiro Polla
Clear some more variables that are used on subdir Makefiles.
commit
|
commitdiff
|
tree
2009-03-20
Ramiro Polla
mlp, truehd: support non 1:1 channel mapping.
commit
|
commitdiff
|
tree
2009-03-20
Ramiro Polla
Support "next parameter flags present" flag.
commit
|
commitdiff
|
tree
2009-03-20
Ramiro Polla
truehd: support up to 3 substreams.
commit
|
commitdiff
|
tree
2009-03-19
Ramiro Polla
Allocate executable memory with VirtualAlloc() in Windows.
commit
|
commitdiff
|
tree
2009-03-19
Ramiro Polla
Check for VirtualAlloc() so it may be used to allocate...
commit
|
commitdiff
|
tree
2009-03-19
Ramiro Polla
Drop unnecessary cast and cosmetically align.
commit
|
commitdiff
|
tree
2009-03-19
Ramiro Polla
Support raw TrueHD files
commit
|
commitdiff
|
tree
2009-03-19
Ramiro Polla
Split TrueHD decoder from MLP
commit
|
commitdiff
|
tree
2009-03-18
Ramiro Polla
swscale-example: use LFG instead of random()
commit
|
commitdiff
|
tree
2009-03-18
Ramiro Polla
Do not assume long is same width as x86 register.
commit
|
commitdiff
|
tree
2009-03-17
Ramiro Polla
use intptr_t to cast pointers to int in codecs maintained...
commit
|
commitdiff
|
tree
2009-03-15
Ramiro Polla
mingw32: call lib.exe instead of lib to facilitate...
commit
|
commitdiff
|
tree
2009-02-05
Ramiro Polla
Revert part of r16593.
commit
|
commitdiff
|
tree
2009-02-04
Ramiro Polla
Do not misuse unsigned long to store pointers.
commit
|
commitdiff
|
tree
2009-01-27
Ramiro Polla
indentation
commit
|
commitdiff
|
tree
2009-01-27
Ramiro Polla
mingw: don't check for minimum mingw runtime and w32api...
commit
|
commitdiff
|
tree
2009-01-11
Ramiro Polla
Pass subarch instead of arch to YASMFLAGS
commit
|
commitdiff
|
tree
2009-01-11
Michael Kostylev
Add truncf() replacement function.
commit
|
commitdiff
|
tree
2009-01-11
Ramiro Polla
Use setmode() if it exists in <io.h>, and not based...
commit
|
commitdiff
|
tree
2009-01-11
Michael Kostylev
Use coff as objformat for dos.
commit
|
commitdiff
|
tree
2009-01-07
Ramiro Polla
configure: allow to disable sse code.
commit
|
commitdiff
|
tree
2009-01-07
Ramiro Polla
Use posix_memalign() if available.
commit
|
commitdiff
|
tree
2009-01-07
Michael Kostylev
Don't prefix yasm with cross prefix.
commit
|
commitdiff
|
tree
2008-12-07
Ramiro Polla
documentation: update documentation for minimal w32api...
commit
|
commitdiff
|
tree
2008-12-07
Ramiro Polla
mingw: update w32api to 3.13
commit
|
commitdiff
|
tree
2008-12-07
Ramiro Polla
mlp: cosmetics: remove {}s over one-lined if.
commit
|
commitdiff
|
tree
2008-12-07
Ramiro Polla
mlp: support bit-depths greater than 16 by default.
commit
|
commitdiff
|
tree
2008-12-06
Mathieu Velten
mlp: Fix compilation under CONFIG_AUDIO_NONSHORT.
commit
|
commitdiff
|
tree
2008-12-03
Laurent Aimar
mlp: initialize all CRC tables in a common function.
commit
|
commitdiff
|
tree
2008-11-30
Ramiro Polla
configure: vertical alignment cosmetics.
commit
|
commitdiff
|
tree
2008-11-30
Ramiro Polla
configure: Use check_lib2 for bzlib.
commit
|
commitdiff
|
tree
2008-10-15
Ramiro Polla
Support absolute DOS paths for preset parameters
commit
|
commitdiff
|
tree
2008-10-11
Ramiro Polla
nellymoserenc: flush PutBitContext after use.
commit
|
commitdiff
|
tree
2008-10-10
Ramiro Polla
Only special-case absolute DOS paths on systems that...
commit
|
commitdiff
|
tree
2008-10-02
Ramiro Polla
MinGW runtime 3.15 has a wrapper for usleep().
commit
|
commitdiff
|
tree
2008-10-02
Ramiro Polla
Specify minimum version for some MinGW packages.
commit
|
commitdiff
|
tree
2008-09-14
Ramiro Polla
Spelling...
commit
|
commitdiff
|
tree
2008-09-13
Ramiro Polla
Update link to FFmpeg Windows Help website.
commit
|
commitdiff
|
tree
2008-08-19
Ramiro Polla
alacenc: Use user-specified min and max prediction...
commit
|
commitdiff
|
tree
next