2006-09-17 |
michael | support SI and some non SI prefixes
|
commit | commitdiff | tree |
2006-09-12 |
michael | 10l typo
|
commit | commitdiff | tree |
2006-09-09 |
michael | AVPROBE_SCORE_MAX doc
|
commit | commitdiff | tree |
2006-09-08 |
michael | print more correct error messges
|
commit | commitdiff | tree |
2006-09-07 |
michael | fix sound of SampleVideo.mov (mp2 in mov)
|
commit | commitdiff | tree |
2006-09-05 |
michael | ignore index parameter to ignore the ODML index in avi
|
commit | commitdiff | tree |
2006-09-04 |
michael | seems the output of that code is never used
|
commit | commitdiff | tree |
2006-08-30 |
michael | print warnings if
|
commit | commitdiff | tree |
2006-08-30 |
michael | fix b pyramid in mp4 muxing if no dts are provided...
|
commit | commitdiff | tree |
2006-08-30 |
michael | clarify
|
commit | commitdiff | tree |
2006-08-28 |
michael | fix buffer handling
|
commit | commitdiff | tree |
2006-08-27 |
michael | overread AV_LOG_ERROR -> AV_LOG_DEBUG
|
commit | commitdiff | tree |
2006-08-27 |
michael | fix low bitrate mp3
|
commit | commitdiff | tree |
2006-08-27 |
michael | check the validity of the amount of the remaining bytes...
|
commit | commitdiff | tree |
2006-08-26 |
michael | unused var
|
commit | commitdiff | tree |
2006-08-26 |
michael | dont copy frame if the whole mp1/2/3 frame is available...
|
commit | commitdiff | tree |
2006-08-26 |
michael | make mpa_decode_header() 10 times faster
|
commit | commitdiff | tree |
2006-08-26 |
michael | another silly typo which surprisingly neither valgrind...
|
commit | commitdiff | tree |
2006-08-26 |
michael | 10l found by valgrind
|
commit | commitdiff | tree |
2006-08-26 |
michael | remove duplicated parser, people who pass random gibblets...
|
commit | commitdiff | tree |
2006-08-26 |
michael | 2nd try of skip_bits_long() for the ALT reader
|
commit | commitdiff | tree |
2006-08-26 |
michael | make A32 reader align its ptr during init no matter...
|
commit | commitdiff | tree |
2006-08-26 |
michael | 3rd try :)
|
commit | commitdiff | tree |
2006-08-26 |
michael | 2nd try for a skip_bits_long() for the A32 reader
|
commit | commitdiff | tree |
2006-08-26 |
michael | move align_get_bits() to .h to avoid conflicts between...
|
commit | commitdiff | tree |
2006-08-26 |
michael | prevent bitstream reader to be overriden
|
commit | commitdiff | tree |
2006-08-25 |
michael | support some totally broken ODML variant
|
commit | commitdiff | tree |
2006-08-25 |
michael | avoid branch
|
commit | commitdiff | tree |
2006-08-25 |
michael | move variable declarations so that their scope is smaller
|
commit | commitdiff | tree |
2006-08-25 |
michael | move the +400 out of the innermost loop
|
commit | commitdiff | tree |
2006-08-25 |
michael | avoid reading exponent twice
|
commit | commitdiff | tree |
2006-08-25 |
michael | reduce size of vlc table, thats slightly faster here
|
commit | commitdiff | tree |
2006-08-25 |
michael | try to avoid l3_unscale() by using a table
|
commit | commitdiff | tree |
2006-08-25 |
michael | replace l3_unscale(1, exponents[pos]) by LUT
|
commit | commitdiff | tree |
2006-08-25 |
michael | maybe fixing the segfault on ARM
|
commit | commitdiff | tree |
2006-08-24 |
michael | 10l typo
|
commit | commitdiff | tree |
2006-08-24 |
michael | avoid a few if(x==0) checks in the inner loops
|
commit | commitdiff | tree |
2006-08-24 |
michael | fix non ALT bitstream reader
|
commit | commitdiff | tree |
2006-08-24 |
michael | optimize reorder_block() though this function seems...
|
commit | commitdiff | tree |
2006-08-24 |
michael | simplify
|
commit | commitdiff | tree |
2006-08-24 |
michael | dont copy the whole GetBitContext around
|
commit | commitdiff | tree |
2006-08-24 |
michael | faster handling of zero coeffs in the low freq decode
|
commit | commitdiff | tree |
2006-08-24 |
michael | optimizing high freq decode
|
commit | commitdiff | tree |
2006-08-24 |
michael | use memset() instead of slow c loops
|
commit | commitdiff | tree |
2006-08-23 |
michael | simplify
|
commit | commitdiff | tree |
2006-08-23 |
michael | fix fallback if theres no index
|
commit | commitdiff | tree |
2006-08-23 |
michael | read and use index (based on a patch by John Donaghy...
|
commit | commitdiff | tree |
2006-08-23 |
michael | value_num should also be 64bit (1 hunk from the asf...
|
commit | commitdiff | tree |
2006-08-23 |
michael | total_size should be 64bit (1 hunk of the asf seeking...
|
commit | commitdiff | tree |
2006-08-22 |
michael | MUL* for ARM code based on a patch by Siarhei Siamashka
|
commit | commitdiff | tree |
2006-08-22 |
michael | replace MULL with asm too, no significnat speedup but...
|
commit | commitdiff | tree |
2006-08-22 |
michael | replacing MULH by asm for x86
|
commit | commitdiff | tree |
2006-08-22 |
michael | indent preprocessor directives
|
commit | commitdiff | tree |
2006-08-22 |
michael | make high precission synth filter 3 times faster on x86
|
commit | commitdiff | tree |
2006-08-22 |
michael | replace MULL by MULH + shift in dct32() (code is very...
|
commit | commitdiff | tree |
2006-08-21 |
michael | replace a few MULL by MULH
|
commit | commitdiff | tree |
2006-08-20 |
michael | reorder butterflies to reduce memory load/store
|
commit | commitdiff | tree |
2006-08-20 |
michael | compatibility warning
|
commit | commitdiff | tree |
2006-08-20 |
michael | cleanup PixelFormat a little
|
commit | commitdiff | tree |
2006-08-20 |
michael | attribute_deprecated
|
commit | commitdiff | tree |
2006-08-19 |
michael | cosmetics
|
commit | commitdiff | tree |
2006-08-19 |
michael | SWAP
|
commit | commitdiff | tree |
2006-08-19 |
michael | audio format conversion
|
commit | commitdiff | tree |
2006-08-19 |
michael | fix probing of 02-Penguin.flac
|
commit | commitdiff | tree |
2006-08-18 |
michael | simplify
|
commit | commitdiff | tree |
2006-08-18 |
michael | av_free* cleanup
|
commit | commitdiff | tree |
2006-08-17 |
michael | revert aligned realloc() changesm this should be identical...
|
commit | commitdiff | tree |
2006-08-17 |
michael | cleanup
|
commit | commitdiff | tree |
2006-08-17 |
michael | insufficient alignment
|
commit | commitdiff | tree |
2006-08-14 |
michael | fix codec timebase and timestamps
|
commit | commitdiff | tree |
2006-08-14 |
michael | fix h261 parsing bug
|
commit | commitdiff | tree |
2006-08-13 |
michael | trying to fix av_realloc()
|
commit | commitdiff | tree |
2006-08-13 |
michael | align av_realloc()
|
commit | commitdiff | tree |
2006-08-12 |
michael | mailinglist
|
commit | commitdiff | tree |
2006-08-10 |
michael | convert vector_fmul_reverse_sse2 and vector_fmul_add_add_ss...
|
commit | commitdiff | tree |
2006-08-08 |
michael | dont be too picky about timestampsbeing wrong if the...
|
commit | commitdiff | tree |
2006-08-08 |
michael | timestamp debugging av_logs()
|
commit | commitdiff | tree |
2006-08-08 |
michael | both timestamps are dts, (checked trailer.gxf, spec...
|
commit | commitdiff | tree |
2006-08-08 |
michael | change vorbis_inverse_coupling_sse2() so it works on...
|
commit | commitdiff | tree |
2006-08-08 |
michael | floating point "emulation" code
|
commit | commitdiff | tree |
2006-08-07 |
michael | things to take care of for the next soc
|
commit | commitdiff | tree |
2006-08-02 |
michael | set supported pixel formats correctly
|
commit | commitdiff | tree |
2006-07-30 |
michael | video filter todo
|
commit | commitdiff | tree |
2006-07-22 |
michael | disable libtheora, this change leaves all the libtheora...
|
commit | commitdiff | tree |
2006-07-20 |
michael | update
|
commit | commitdiff | tree |
2006-07-20 |
michael | removing redundant mess next time we break compatiility
|
commit | commitdiff | tree |
2006-07-20 |
michael | fix regression failure after adler simplification
|
commit | commitdiff | tree |
2006-07-20 |
michael | simplify
|
commit | commitdiff | tree |
2006-07-20 |
michael | for floats fabs is better & smaller then ABS
|
commit | commitdiff | tree |
2006-07-20 |
michael | simpler, smaller and faster
|
commit | commitdiff | tree |
2006-07-19 |
michael | avoid 4 +
|
commit | commitdiff | tree |
2006-07-19 |
michael | remove 166 useless underscores, and make this file...
|
commit | commitdiff | tree |
2006-07-19 |
michael | remove a few useless casts and avoid the useless t1...
|
commit | commitdiff | tree |
2006-07-19 |
michael | simplify
|
commit | commitdiff | tree |
2006-07-19 |
michael | more simplifications
|
commit | commitdiff | tree |
2006-07-19 |
michael | simplification
|
commit | commitdiff | tree |
2006-07-19 |
michael | iabs -> ABS
|
commit | commitdiff | tree |
2006-07-19 |
michael | simplify
|
commit | commitdiff | tree |
2006-07-19 |
michael | fix loop filter
|
commit | commitdiff | tree |
2006-07-19 |
michael | disable the vp3 mmx and sse2 idcts, their output doesnt...
|
commit | commitdiff | tree |