|
|
|
@8cd13128
|
18 years |
baptiste.coudurier |
use AVRational and ff_frame_rate_tab for frame_rate
Originally …
|
|
|
@bcea9605
|
18 years |
diego |
Use a variable for FFmpeg options.
Originally committed as revision …
|
|
|
@899af1a2
|
18 years |
diego |
Do not set audio codec_tag to 1, that would be PCM audio.
Originally …
|
|
|
@c9ec7564
|
18 years |
Reimar.Doeffinger |
Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack …
|
|
|
@bc52b0c5
|
18 years |
baptiste.coudurier |
remove useless line variable
Originally committed as revision 6901 to …
|
|
|
@b190aa8
|
18 years |
baptiste.coudurier |
fix decoding position
Originally committed as revision 6900 to …
|
|
|
@3c88ea24
|
18 years |
baptiste.coudurier |
update docs to reflect AVImageFormat removing
Originally committed as …
|
|
|
@75a71b6c
|
18 years |
kostya.shishkov |
Correct support for Fraps v4 (and Huffman tree for < 256 symbols)
…
|
|
|
@78629a74
|
18 years |
kostya.shishkov |
Update comment
Originally committed as revision 6897 to …
|
|
|
@08a4c4bf
|
18 years |
kostya.shishkov |
Fraps v2 and v4 support
Originally committed as revision 6896 to …
|
|
|
@13638ea9
|
18 years |
diego |
Properly quote paths on grep invocations for codec lists.
patch by …
|
|
|
@483b8b12
|
18 years |
ods15 |
ministry of english grammar :) then->than
Originally committed as …
|
|
|
@21d4d5da
|
18 years |
michaelni |
doxy
Originally committed as revision 6893 to …
|
|
|
@b1d196db
|
18 years |
Reynaldo H. Verdejo Pinochet |
now we set codec_tag, still have to figure out how to handle flipping
…
|
|
|
@079e61db
|
18 years |
michaelni |
ensure alignment (no speed change)
Originally committed as revision …
|
|
|
@48855b26
|
18 years |
baptiste.coudurier |
do not overwrite codec type if already known, fix conflict between …
|
|
|
@f5a9e8f3
|
18 years |
michaelni |
merging mov & and (no speedchange)
Originally committed as revision …
|
|
|
@e80cf125
|
18 years |
michaelni |
2 instructions less (same speed)
Originally committed as revision …
|
|
|
@9347118
|
18 years |
michaelni |
comment about failed optimization
Originally committed as revision …
|
|
|
@80c5b9a1
|
18 years |
baptiste.coudurier |
indention
Originally committed as revision 6886 to …
|
|
|
@152e9a43
|
18 years |
baptiste.coudurier |
reintroduce isom field and read version 1 audio stsd only if file is …
|
|
|
@38cfdc83
|
18 years |
michaelni |
move luma tc0 related init into asm
5% faster filter_mb_fast() on P3
…
|
|
|
@57aff885
|
18 years |
kostya.shishkov |
RGB32 support in Targa
Originally committed as revision 6883 to …
|
|
|
@25225c37
|
18 years |
michaelni |
2 instructions less in h264_loop_filter_luma_mmx2()
Originally …
|
|
|
@bda2203d
|
18 years |
michaelni |
preempt possible overflow
Originally committed as revision 6881 to …
|
|
|
@5a1553de
|
18 years |
michaelni |
1 instruction less
Originally committed as revision 6880 to …
|
|
|
@4a6cc061
|
18 years |
gpoirier |
add valid statistics for the RTCP receiver report.
Basically taken …
|
|
|
@a2171102
|
18 years |
kostya.shishkov |
Use bpp from header in error message
Originally committed as revision …
|
|
|
@e9f1885
|
18 years |
michaelni |
optimize H264_DEBLOCK_P0_Q0
2.5% faster filter_mb_fast() on P3
…
|
|
|
@dd7e46e7
|
18 years |
michaelni |
new I/P frame selection heuristic
PSNR/bitrate is slightly better for …
|
|
|
@f932cdf2
|
18 years |
baptiste.coudurier |
kill AVImageFormat
Originally committed as revision 6875 to …
|
|
|
@93481fe5
|
18 years |
baptiste.coudurier |
change gif muxer to simple gif encoder
Originally committed as …
|
|
|
@1984f5cd
|
18 years |
bugfood-ml |
Correct description of mblmin and mblmax.
Originally committed as …
|
|
|
@a9dc190f
|
18 years |
gpoirier |
outputs bit spent on various encoding functions (motion vectors, …
|
|
|
@786b30af
|
18 years |
diego |
Add option to disable ffmpeg build.
Patch taken from the Debian …
|
|
|
@6dc7b6b3
|
18 years |
diego |
Detect some more ARM CPU types.
Patch taken from the Debian package by …
|
|
|
@28d8e661
|
18 years |
diego |
Accept multiple --extra-ldflags and --extra-libs options.
Originally …
|
|
|
@a43fb6b3
|
18 years |
lucabe72 |
Add support for conversions from the rgb565 and rgb555 formats
…
|
|
|
@949b1a1
|
18 years |
diego |
Replace most of the %lld and %llx by their (cleaner) PRI*64 …
|
|
|
@523fc7c1
|
18 years |
diego |
Define fallback for PRIX64, taken from a patch by Steve L'Homme.
…
|
|
|
@45f3704c
|
18 years |
michaelni |
10l (forgot ALT_SCAN)
Originally committed as revision 6866 to …
|
|
|
@1345f4ed
|
18 years |
diego |
Rename SWAP macro to FFSWAP.
Originally committed as revision 6865 to …
|
|
|
@e344c1ea
|
18 years |
diego |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
…
|
|
|
@484267f
|
18 years |
diego |
Do not mix declarations and statements.
Originally committed as …
|
|
|
@65342b2b
|
18 years |
michaelni |
merge clip() into the alpha/beta/tc0 tables (10% faster …
|
|
|
@a512446e
|
18 years |
baptiste.coudurier |
clean, always write major brand for debug
Originally committed as …
|
|
|
@02799762
|
18 years |
baptiste.coudurier |
remove useless mp4 field
Originally committed as revision 6861 to …
|
|
|
@e164fbfe
|
18 years |
diego |
Make tests compile on non-x86.
Originally committed as revision 6860 …
|
|
|
@3d6a30d9
|
18 years |
diego |
Use common define for x86_32 and x86_64.
Originally committed as …
|
|
|
@3cd52279
|
18 years |
diego |
Use common define for x86_32 and x86_64.
Originally committed as …
|
|
|
@a63e5f1c
|
18 years |
diego |
typo
Originally committed as revision 6858 to …
|
|
|
@67bcc870
|
18 years |
mans |
indentation
Originally committed as revision 6857 to …
|
|
|
@84278104
|
18 years |
mans |
CODEC_CAP_DELAY support
Originally committed as revision 6856 to …
|
|
|
@f45b744c
|
18 years |
baptiste.coudurier |
simplify
Originally committed as revision 6855 to …
|
|
|
@aa90239f
|
18 years |
baptiste.coudurier |
mov vfr muxing
Originally committed as revision 6854 to …
|
|
|
@d55f46e5
|
18 years |
Reimar.Doeffinger |
Reenable AMD64 optimizations for cabac accidentially disabled in r6852 …
|
|
|
@419b8784
|
18 years |
diego |
Add ARCH_X86_32 as a new define for 32 bit x86 architectures and …
|
|
|
@6c02f9e
|
18 years |
diego |
better #endif comment
Originally committed as revision 6851 to …
|
|
|
@7aba9187
|
18 years |
michaelni |
fix 1/0 b frames + CBR bug
Originally committed as revision 6850 to …
|
|
|
@e240ee67
|
18 years |
lu_zero |
Make sure --as-needed and the other flags got checked as the last …
|
|
|
@9a64e044
|
18 years |
diego |
cosmetics: Restore alphabetical order.
Originally committed as …
|
|
|
@d29de719
|
18 years |
michaelni |
better timebase selection heuristic for video stream copy
fixes -ss -t …
|
|
|
@20cd83e2
|
18 years |
diego |
cosmetics: Restore alphabetical order.
Originally committed as …
|
|
|
@55bdd34d
|
18 years |
baptiste.coudurier |
remove gcc warning about void * used in arithmetic
Originally …
|
|
|
@743311a1
|
18 years |
mans |
coded line size is a multiple of 4
Originally committed as revision …
|
|
|
@2959ba80
|
18 years |
diego |
warning fix from a patch by Gustavo Sverzut Barbieri, barbieri gmail …
|
|
|
@95b0962
|
18 years |
diego |
Use fixed point in color conversion.
patch by Gustavo Sverzut …
|
|
|
@e389399
|
18 years |
ods15 |
fix for disabling vorbis decoder but enabling vorbis encoder
…
|
|
|
@469f9de7
|
18 years |
kostya.shishkov |
Init vlc tables as static
Originally committed as revision 6840 to …
|
|
|
@84ed36da
|
18 years |
kostya.shishkov |
IMC decoder
Originally committed as revision 6839 to …
|
|
|
@9c5d7c56
|
18 years |
lucabe72 |
AVPicture has 4 planes, not 3
Originally committed as revision 6838 …
|
|
|
@498c544a
|
18 years |
michaelni |
dont set the sampling rate just because 1 mp3 packet header says so …
|
|
|
@c0d8052b
|
18 years |
michaelni |
avoid random noise on damaged frames
Originally committed as revision …
|
|
|
@5423fe73
|
18 years |
diego |
Fix dependencies for 'make dep'.
Originally committed as revision …
|
|
|
@d5cd50ed
|
18 years |
diego |
Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined …
|
|
|
@6830091
|
18 years |
diego |
Many systems have TEMPDIR mounted noexec, warn about this.
Originally …
|
|
|
@a7c6aa73
|
18 years |
gpoirier |
switch to common base64 routines in lavf
Patch by Ryan Martell % rdm4 …
|
|
|
@d0deedcb
|
18 years |
gpoirier |
fix more dynamic protocol stuff, needed by the forthcoming h264 …
|
|
|
@3cedeeca
|
18 years |
michaelni |
update copyright year, it looks odd otherwise :)
Originally committed …
|
|
|
@95da34cd
|
18 years |
michaelni |
CANDIDATE_MB_TYPE_INTER heuristic doesnt work at really low quality …
|
|
|
@0a4250b
|
18 years |
gpoirier |
add support for all framerates specified by the standard
Patch by …
|
|
|
@b5c5a86b
|
18 years |
ods15 |
I hope noone minds, adding myself to eval.c copyright...
Originally …
|
|
|
@2f394e1c
|
18 years |
gpoirier |
Fix A/V (de)sync with discontinuous NSV streams,
Patch by Joakim …
|
|
|
@34ecc397
|
18 years |
gpoirier |
Make it possible to reuse UDP socket (optional, disabled by default) …
|
|
|
@973cbc2a
|
18 years |
michaelni |
lambda* should be unsigned
Originally committed as revision 6824 to …
|
|
|
@1928d04
|
18 years |
michaelni |
prevent overflow if lambda2 is "too" large
Originally committed as …
|
|
|
@ea7307df
|
18 years |
michaelni |
use lambda/lmax instead of qscale/qmax as end check for vbv retry
…
|
|
|
@8cd68d80
|
18 years |
ods15 |
ignore whitespace in ff_eval
Originally committed as revision 6821 to …
|
|
|
@b500cc2a
|
18 years |
diego |
sample rate fix
patch by Andrew Voznytsa andrew.voznytsa gmail com
…
|
|
|
@72523c7a
|
18 years |
ods15 |
add missing 'e->value * '
Originally committed as revision 6819 to …
|
|
|
@63a547ea
|
18 years |
ods15 |
shut gcc warning, also makes sense for NAN to be returned if the loop …
|
|
|
@d8372330
|
18 years |
gpoirier |
move up (in the file) AAC audio handling moved from below
This is …
|
|
|
@a01e68aa
|
18 years |
gpoirier |
Add base64 encoding and decoding routines
Patch Ryan Martell % rdm4 A …
|
|
|
@ebd6a694
|
18 years |
diego |
Rename dvdsub.c to dvdsubdec.c.
Originally committed as revision 6815 …
|
|
|
@45ee0e32
|
18 years |
michaelni |
add support for while() loops again ugly syntax while(condition, …
|
|
|
@835954e3
|
18 years |
michaelni |
support seperating expressons by ;
support variables, the syntax isnt …
|
|
|
@418f17e0
|
18 years |
Reynaldo H. Verdejo Pinochet |
Fix obvious typo, BGR555 was missing
Originally committed as revision …
|
|
|
@d024359a
|
18 years |
ods15 |
possible bug of 'gte' being read as 'gt', same with 'lte'
Originally …
|
|
|
@577eab6b
|
18 years |
michaelni |
minor simplification
Originally committed as revision 6810 to …
|
|
|
@a98f4515
|
18 years |
michaelni |
factorize AVEvalExpr alloc and init
Originally committed as revision …
|
|
|