git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Warning fix: Make ogg_stream.codec const
2009-05-06
Daniel Verkamp
Warning fix: Make ogg_stream.codec const
commit
|
commitdiff
|
tree
2009-04-29
David Conrad
ARM: Use fewer register in NEON put_pixels _y2 and...
commit
|
commitdiff
|
tree
2009-04-29
David Conrad
ARM: NEON put_pixels_clamped
commit
|
commitdiff
|
tree
2009-04-16
David Conrad
Add guaranteed alignment for loading dest pixels in...
commit
|
commitdiff
|
tree
2009-04-16
David Conrad
VC1 loop filter uses the frame quantizer not the mb...
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
avg_ pixel functions need to use (dst+pix+1)>>1 to...
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
Ensure that there's pages to read for duration calculation...
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
Altivec version of avg_no_rnd_vc1_chroma_mc8
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
Split VC1 loop filter into separate functions for h...
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
Move VC1 loop filter to DSPContext
commit
|
commitdiff
|
tree
2009-04-15
David Conrad
VC1: extend MMX qpel MC to include MMX2 avg qpel
commit
|
commitdiff
|
tree
2009-04-14
David Conrad
VC1: add and use avg_no_rnd chroma MC functions
commit
|
commitdiff
|
tree
2009-04-14
David Conrad
Rename put_no_rnd_h264_chroma* to reflect its usage...
commit
|
commitdiff
|
tree
2009-04-14
David Conrad
VC1: Do qpel when needed for both MVs in a B frame
commit
|
commitdiff
|
tree
2009-04-04
David Conrad
ARM: NEON optimized put_signed_pixels_clamped
commit
|
commitdiff
|
tree
2009-04-01
David Conrad
Add SSE4 detection support
commit
|
commitdiff
|
tree
2009-04-01
David Conrad
Remove unused FILTSIGN macro
commit
|
commitdiff
|
tree
2009-03-21
David Conrad
Reindent
commit
|
commitdiff
|
tree
2009-03-21
David Conrad
Fix Speex header parsing in ogg demuxer
commit
|
commitdiff
|
tree
2009-03-21
David Conrad
Document ogg_codec's header function
commit
|
commitdiff
|
tree
2009-03-20
David Conrad
Hostile takeover of the ogg demuxer, agreed to by Mans...
commit
|
commitdiff
|
tree
2009-03-16
David Conrad
Remove long unused ALTIVEC_USE_REFERENCE_C_CODE ifdef...
commit
|
commitdiff
|
tree
2009-01-26
David Conrad
Workaround for gcc 3.4 to align sh properly
commit
|
commitdiff
|
tree
2009-01-17
David Conrad
Copy width/height for subtitle streams (needed for...
commit
|
commitdiff
|
tree
2009-01-17
David Conrad
Update regression tests after r16651
commit
|
commitdiff
|
tree
2009-01-17
David Conrad
Cosmetics: indent
commit
|
commitdiff
|
tree
2009-01-17
David Conrad
Treat disposition==0 as undefined and don't write the...
commit
|
commitdiff
|
tree
2009-01-17
David Conrad
Flush the buffer after writing the header and when...
commit
|
commitdiff
|
tree
2009-01-11
David Conrad
Use the dimensions in tkhd for timed text tracks
commit
|
commitdiff
|
tree
2009-01-11
David Conrad
Add support for muxing mov/mp4/3gp timed text streams
commit
|
commitdiff
|
tree
2009-01-11
David Conrad
Read extradata (justification, colors, fonts, etc)...
commit
|
commitdiff
|
tree
2008-12-16
David Conrad
Workaround for shared libs on OS X with Apple gcc 4.0.1
commit
|
commitdiff
|
tree
2008-12-11
David Conrad
Fix compilation with only Theora decoder enabled
commit
|
commitdiff
|
tree
2008-10-25
David Conrad
Documentation and changelog update for libspeex decoding
commit
|
commitdiff
|
tree
2008-10-24
David Conrad
Speex decoding via libspeex
commit
|
commitdiff
|
tree
2008-10-19
David Conrad
Convert typeof keyword into __typeof__; this is a gcc...
commit
|
commitdiff
|
tree
2008-10-19
David Conrad
Cosmetics: reindent
commit
|
commitdiff
|
tree
2008-10-19
David Conrad
Combine non-bitexact sections
commit
|
commitdiff
|
tree
2008-10-19
David Conrad
VP3 loop filter is mmx2 not mmx
commit
|
commitdiff
|
tree
2008-10-17
David Conrad
MMX VP3 Loop Filter
commit
|
commitdiff
|
tree
2008-10-12
David Conrad
Remove unused variables
commit
|
commitdiff
|
tree
2008-10-04
David Conrad
Move VP3 loop filter to DSPContext
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Cosmetics: reindent
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Unneeded else
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Unneeded braces
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Return if unpacking motion vectors for a keyframe
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Cosmetics: indentation
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
Visible width/height fields were added in Theora 3.2
commit
|
commitdiff
|
tree
2008-10-01
David Conrad
filter_limit_values only needs 7 bits, make its tables...
commit
|
commitdiff
|
tree
2008-09-30
David Conrad
Cosmetics: indentation
commit
|
commitdiff
|
tree
2008-09-30
David Conrad
Merge (vp3|theora)_calculate_pixel_addresses
commit
|
commitdiff
|
tree
2008-09-30
David Conrad
Missed hunks of last commit
commit
|
commitdiff
|
tree
2008-09-30
David Conrad
Remove unused vp3 debugging info
commit
|
commitdiff
|
tree
2008-09-30
David Conrad
Downgrade severity of leftover bits in header packets...
commit
|
commitdiff
|
tree
2008-09-29
David Conrad
Use skip_frame for keyframe-only decoding rather than...
commit
|
commitdiff
|
tree
2008-09-18
David Conrad
Remove duplication of TRANSPOSE8 macro, also removing...
commit
|
commitdiff
|
tree
2008-09-18
David Conrad
Make a separate macro for writing an entire block from...
commit
|
commitdiff
|
tree
2008-09-18
David Conrad
Factorize SSE2_(Row|Column)_IDCT into one macro
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Cosmetics: remove excessive blank lines
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when...
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Cosmetics: reindent
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Rewrite SSE2 VP3 IDCT in inline asm
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Rewrite MMX VP3 IDCT in inline asm
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization...
commit
|
commitdiff
|
tree
2008-09-17
David Conrad
Take idct permutation into account when initializing...
commit
|
commitdiff
|
tree
2008-08-31
David Conrad
Use ff_vp3_idct_data in vp3dsp_mmx.c rather than duplicating it
commit
|
commitdiff
|
tree
2008-08-31
David Conrad
Declare ff_vp3_idct_data to be uint16_t
commit
|
commitdiff
|
tree
2008-08-31
David Conrad
Don't declare SSE vp3 idct data static, so it can be...
commit
|
commitdiff
|
tree
2008-08-30
David Conrad
Remove unused dequantization code from SSE VP3 IDCT
commit
|
commitdiff
|
tree
2008-08-30
David Conrad
Use ff_pw_8 in MMX/SSE VP3 IDCT
commit
|
commitdiff
|
tree
2008-08-30
David Conrad
Let ff_pw_8 be used as an SSE constant
commit
|
commitdiff
|
tree
2007-09-07
David Conrad
Update mkv regression tests after r10421
commit
|
commitdiff
|
tree
2007-09-06
David Conrad
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Matroska regression tests
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Enable Matroska muxer
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Grammar nits
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Always use AVFormatContext for av_log messages
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Rename ebml size functions to indicate that they can...
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
We shouldn't be passing in sizes larger than 2^56-2...
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Indentation
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Don't seek when streamed
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Get rid of useless braces
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Indent
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Match the behaviour betwen the bmp and wav codec tag...
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Write codecprivate to a dynamic buffer so that seeking...
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Move writing codec private element to its own function
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Cosmetics
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Use num_entries directly rather than mixing it with...
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Doxygenify comments
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Make sure that the calculated duration doesn't decrease
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Split some really long lines
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Correct message
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Always check the return of mkv_add_seekhead_entry
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Pass the returned error code of functions up
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Check that the seekheads were created
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Return AVERROR(ENOMEM) when appropriate
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Indentation
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Use assert for conditions that must be true
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Simplify
commit
|
commitdiff
|
tree
2007-09-05
David Conrad
Grammar nits
commit
|
commitdiff
|
tree
next