|
|
|
@071cfdce
|
15 years |
Thilo Borgmann |
Add myself as ALS maintainer.
Originally committed as revision 21807 …
|
|
|
@cb9285a2
|
15 years |
michaelni |
Move more code under if(!IS_DIRECT(mb_type)).
Originally committed as …
|
|
|
@161e8cf4
|
15 years |
lessen42 |
Move CODEC_FLAG_GRAY check to outer loop
Originally committed as …
|
|
|
@7c2e31d1
|
15 years |
lessen42 |
Move branch based on custom mode outside the loop
Originally …
|
|
|
@eb691ef2
|
15 years |
lessen42 |
Directly check whether a fragment is coded for 4MV mode instead of …
|
|
|
@15675ce6
|
15 years |
lessen42 |
Eliminate fragment -> macroblock mapping array
Originally committed …
|
|
|
@ea676144
|
15 years |
lessen42 |
Eliminate macroblock -> fragment mapping array
Originally committed …
|
|
|
@19cd517d
|
15 years |
lessen42 |
Eliminate superblock <-> macroblock mapping array
Originally …
|
|
|
@25608328
|
15 years |
Thilo Borgmann |
Support arithmetic decoding in ALS.
Originally committed as revision …
|
|
|
@f2b3763
|
15 years |
michaelni |
Skip some more code that isnt needed for direct MBs.
Originally …
|
|
|
@4bf2b9e8
|
15 years |
tempn |
add netspeak gsm and truespeech wav format tags to riff.c
Originally …
|
|
|
@7df8af63
|
15 years |
vitor1001 |
Fix reading beyond buffer end on RA144Context.lpc_tables.
Patch by …
|
|
|
@f2a4f12c
|
15 years |
mans |
Do not call lseek() with invalid whence value
Originally committed as …
|
|
|
@5ca43c25
|
15 years |
michaelni |
Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.
…
|
|
|
@da452aca
|
15 years |
michaelni |
Dont calculate any surrounding MVs for temporal MBs
Originally …
|
|
|
@0d88ff4c
|
15 years |
stefano.sabatini-lala |
Add my name to CREDITS.
Originally committed as revision 21792 to …
|
|
|
@5134ad53
|
15 years |
michaelni |
Simplify if()
Originally committed as revision 21791 to …
|
|
|
@752cc0d
|
15 years |
michaelni |
Init sub_mb_type cleanly.
Originally committed as revision 21790 to …
|
|
|
@923bcb40
|
15 years |
michaelni |
100l Forgoten hunk.unbreak compile before someone notices.
Originally …
|
|
|
@af0d6581
|
15 years |
michaelni |
Restructure spatial direct MV generation so that the zero predictior …
|
|
|
@edb4df43
|
15 years |
michaelni |
Split spatial and temporal direct MV generation.
A little faster and …
|
|
|
@3beb81e7
|
15 years |
Carl Eugen Hoyos |
Fix compilation with --enable-libgsm on Gentoo and OpenSUSE.
Patch by …
|
|
|
@812bfd7b
|
15 years |
michaelni |
Special case for spatial direct MV predictor being 0.
a little less …
|
|
|
@828cfff
|
15 years |
michaelni |
Pack MVs together from the begin for spatial direct, this simplifies …
|
|
|
@02e8c5f0
|
15 years |
michaelni |
Dont drop B frames without last_picture.
Fixes issue1722
Originally …
|
|
|
@b7098cc1
|
15 years |
lessen42 |
Special case VP5/6 chroma alignment on x86 as well
Originally …
|
|
|
@735acf56
|
15 years |
lessen42 |
Don't pre-calculate first_pixel
3.6% faster on …
|
|
|
@a8de3901
|
15 years |
lessen42 |
Implement CODEC_CAP_DRAW_HORIZ_BAND for VP3 decoder
Originally …
|
|
|
@621f9a40
|
15 years |
lessen42 |
Cosmetics: reindent
Originally committed as revision 21779 to …
|
|
|
@256c0662
|
15 years |
lessen42 |
Do loop filter per-row rather than per-frame
3% faster on …
|
|
|
@fe313556
|
15 years |
lessen42 |
Move apply_loop_filter above render_slice, it'll be used by the latter …
|
|
|
@ea3c2d53
|
15 years |
lessen42 |
Export Theora colorspace info if present
Originally committed as …
|
|
|
@337f5c6e
|
15 years |
lessen42 |
Theora 3.4 doesn't exist; these fields were misunderstandings of the …
|
|
|
@45c3c925
|
15 years |
lessen42 |
Remove unused code that's moved elsewhere
Originally committed as …
|
|
|
@ab5a0175
|
15 years |
michaelni |
Add flag so muxers not needing width/height can signal this.
Add this …
|
|
|
@3566042a
|
15 years |
michaelni |
Try to support truncated h264 frames mixed with mpeg pes headers in …
|
|
|
@9f1d760a
|
15 years |
Reimar.Doeffinger |
Use int8_t instead of char, the signedness of char can differ between …
|
|
|
@fa65584f
|
15 years |
rsbultje |
WMAVoice decoder.
Originally committed as revision 21770 to …
|
|
|
@cbd3441e
|
15 years |
pross |
Make DeluxePaint Animation demuxer actually return the find_record() …
|
|
|
@86d58bc
|
15 years |
michaelni |
Add GEOV fourcc (issue971).
Originally committed as revision 21768 to …
|
|
|
@0844bae1
|
15 years |
mans |
Add "tomi" architecture
Originally committed as revision 21767 to …
|
|
|
@8d4c00ed
|
15 years |
mans |
configure: require --arch and --target-os when cross-compiling
…
|
|
|
@43689902
|
15 years |
mans |
ffplay depends on rdft
Spotted by Ramiro.
Originally committed as …
|
|
|
@b5ab9b59
|
15 years |
mans |
Fix build with --disable-mdct
Originally committed as revision 21764 …
|
|
|
@084cbbaa
|
15 years |
mans |
configure: add missing mdct deps
Originally committed as revision …
|
|
|
@26fbcc8
|
15 years |
mans |
configure: make mdct and rdft select fft and update other deps
…
|
|
|
@f2d56513
|
15 years |
michaelni |
Fix timestamps.
Originally committed as revision 21761 to …
|
|
|
@23b361ba
|
15 years |
Carl Eugen Hoyos |
Remove recording_time check which is no longer necessary after r21687. …
|
|
|
@a768816c
|
15 years |
kostya.shishkov |
Simplify expression as suggested by Måns Rullgård
Originally …
|
|
|
@045b60bf
|
15 years |
kostya.shishkov |
Make SHA digest function write digest value with AV_WN32 instead of …
|
|
|
@94dde5c1
|
15 years |
kostya.shishkov |
Move 'chksum' declaration to the only block where that variable is …
|
|
|
@f7d64918
|
15 years |
kostya.shishkov |
Move band checksum verifying into preprocessor condition, so compiler …
|
|
|
@9cb5c760
|
15 years |
stefano.sabatini-lala |
Extend show_pix_fmts(), make it show input/output support for …
|
|
|
@33bd38db
|
15 years |
mans |
Stricter check for math.h functions
GCC is sometimes able to optimise …
|
|
|
@6b73c0ae
|
15 years |
mans |
configure: fix cosmetic typo in check_mathfunc
Originally committed …
|
|
|
@f45a27dc
|
15 years |
daniel |
Reindent
Originally committed as revision 21747 to …
|
|
|
@b7e0f88f
|
15 years |
daniel |
Fix demuxing of wav files with broken data header
Originally …
|
|
|
@40938d93
|
15 years |
Reimar.Doeffinger |
Use av_compare_ts to compare against the -t end time instead of using …
|
|
|
@f0cb55af
|
15 years |
Reimar.Doeffinger |
Use av_compare_ts from libavutil instead of the locale compare_ts, the …
|
|
|
@4e8052dd
|
15 years |
lucabe72 |
Fix syncronisation for streams with a high encoding delay.
Patch by …
|
|
|
@7515ed0c
|
15 years |
rsbultje |
Reindent after r21741.
Originally committed as revision 21742 to …
|
|
|
@170870b7
|
15 years |
rsbultje |
Don't forget to set known audio parameters (samplerate, etc.) if the …
|
|
|
@556aa7a1
|
15 years |
rsbultje |
RTP/AMR depacketizer, by Martin Storsjö <$firstname at $firstname dot …
|
|
|
@1edea057
|
15 years |
alex.converse |
Output the first AAC frame. This is needed for SBR conformance.
…
|
|
|
@0332324a
|
15 years |
michaelni |
Dont give up after 100kb of zero bytes but returnd EAGAIN
fixes …
|
|
|
@80242f9b
|
15 years |
andreas |
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it …
|
|
|
@19530266
|
15 years |
lessen42 |
Enable SSE2 (put|avg)_pixels_16_sse2
SVQ1 chroma has been …
|
|
|
@8e05f069
|
15 years |
mans |
Define missing llrint() as macro instead of inline function
This …
|
|
|
@645d2652
|
15 years |
mans |
Special check for math.h functions
These are often, contrary to …
|
|
|
@0104b608
|
15 years |
mans |
Check for setrlimit()
Originally committed as revision 21733 to …
|
|
|
@614d891
|
15 years |
mans |
configure: allow 'none' as target OS
Originally committed as revision …
|
|
|
@fe4fbb58
|
15 years |
stefano.sabatini-lala |
Doxument url_fopen().
Originally committed as revision 21714 to …
|
|
|
@fbef7a76
|
15 years |
stefano.sabatini-lala |
Add an entry for the recently added av_compare_ts() function.
…
|
|
|
@41c2bd0a
|
15 years |
mans |
ARMv6 optimised pix_sum
Originally committed as revision 21705 to …
|
|
|
@66ec243d
|
15 years |
mans |
ARMv6 optimised pix_norm1
Originally committed as revision 21704 to …
|
|
|
@0c28474c
|
15 years |
mans |
ARMv6 optimised sse16
Originally committed as revision 21703 to …
|
|
|
@31326143
|
15 years |
mans |
ARMv6 optimised diff_pixels
Originally committed as revision 21702 to …
|
|
|
@f73a626a
|
15 years |
mans |
ARMv6 optimised get_pixels
Originally committed as revision 21701 to …
|
|
|
@d2578ff9
|
15 years |
mans |
ARMv6 optimised pix_abs8
Originally committed as revision 21700 to …
|
|
|
@74cc33c2
|
15 years |
mans |
ARMv6 optimised pix_abs16_y2
Originally committed as revision 21699 …
|
|
|
@39a760f6
|
15 years |
mans |
ARMv6 optimised pix_abs16_x2
Originally committed as revision 21698 …
|
|
|
@e6056a90
|
15 years |
mans |
ARMv6 optimised pix_abs16
Originally committed as revision 21697 to …
|
|
|
@38e016a7
|
15 years |
mans |
ARMv6 optimised put_pixels functions except xy2 variants
Originally …
|
|
|
@5bebe94d
|
15 years |
kostya.shishkov |
Indeo 5 decoder
Originally committed as revision 21695 to …
|
|
|
@daaf6e3e
|
15 years |
michaelni |
Reorder and factorize mb_type ifs, 1 cpu cycle faster and simpler.
…
|
|
|
@be4a1132
|
15 years |
Reimar.Doeffinger |
Make sure the header value used to avoid repeating headers on seeking …
|
|
|
@04a2b04b
|
15 years |
rsbultje |
Implement gai_strerror() for systems lacking such functionality. Patch …
|
|
|
@1be49ce5
|
15 years |
michaelni |
Set partitioning to 16x16 for spatial direct MBs with mixed …
|
|
|
@3babc711
|
15 years |
michaelni |
Detect spatial direct MBs partitioned smaller than 16x16 that can be …
|
|
|
@8b9eb2df
|
15 years |
michaelni |
Detect equal 4x4 blocks in spatial direct MBs.
19 cycles slower MV …
|
|
|
@ecc0027b
|
15 years |
lessen42 |
Fix playback with invalid files that don't set the continuation flag …
|
|
|
@55a7e946
|
15 years |
benoit.fouet |
Stop reading input file when -t option value is reached.
Patch by …
|
|
|
@8a3b9068
|
15 years |
michaelni |
Remove an apparently unneeded && !FRAME_MBAFF.
This should speed the …
|
|
|
@542d4a7
|
15 years |
michaelni |
Branchless calculation of ref_offset.
7 cpu cycles faster.
Originally …
|
|
|
@fb70c63f
|
15 years |
michaelni |
Remove incorrect fixme, i see no case that is missing.
Originally …
|
|
|
@35c8b9c0
|
15 years |
michaelni |
Replace call to pred_motion() in direct spatial mv pred by code
and …
|
|
|
@b317567c
|
15 years |
michaelni |
Change xvid/divx/lavc build variables to be consistent to x264_build.
…
|
|
|
@055a6aa7
|
15 years |
michaelni |
Set x264_build so that checks are simpler.
Originally committed as …
|
|
|
@3a06e864
|
15 years |
michaelni |
Ooops, 10l forgot to commit h264.h.
Originally committed as revision …
|
|
|
@3b9e61e4
|
15 years |
michaelni |
Zero a/b only in the branch where they need to be zeroed.
Originally …
|
|
|