|
|
|
@6880edab
|
18 years |
michaelni |
fix av_reduce() with things like 1/0 and 0/0
Originally committed as …
|
|
|
@dfc58c5d
|
18 years |
baptiste.coudurier |
removed unused av_frac_set
Originally committed as revision 7430 to …
|
|
|
@702dfe01
|
18 years |
baptiste.coudurier |
remove #if obsoleted after last major version bump
Originally …
|
|
|
@8fae2df5
|
18 years |
baptiste.coudurier |
10l, only allocate priv_data if not already done
Originally committed …
|
|
|
@c6efa4b5
|
18 years |
baptiste.coudurier |
humm, actually do what's in the doxy
Originally committed as revision …
|
|
|
@fed7d067
|
18 years |
baptiste.coudurier |
priv_data is allocated/freed internally
Originally committed as …
|
|
|
@20e570c8
|
18 years |
gpoirier |
links to ARM optimization manuals
Originally committed as revision …
|
|
|
@f57c7ad2
|
18 years |
gpoirier |
add missing bit from commit r7423
Originally committed as revision …
|
|
|
@7a886063
|
18 years |
gpoirier |
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
patch by …
|
|
|
@a5474d50
|
18 years |
mans |
enable bidirectional me with x264
patch by Robert Swain <robert =dot= …
|
|
|
@40628be0
|
18 years |
lucabe72 |
attribute((unused)) works with gcc 2.95 too
Originally committed …
|
|
|
@e5f94c2b
|
18 years |
diego |
Disable threading support by default on all platforms, add individual …
|
|
|
@dc922953
|
18 years |
diego |
ordering cosmetics
Originally committed as revision 7419 to …
|
|
|
@20c9dfe3
|
18 years |
diego |
cosmetics: Reorder external libraries.
Originally committed as …
|
|
|
@6ebe07fb
|
18 years |
diego |
variable renaming: mp3lame --> libmp3lame
Originally committed as …
|
|
|
@2eed5a46
|
18 years |
diego |
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> …
|
|
|
@3ffab361
|
18 years |
diego |
variable renaming: dts --> libdts
Originally committed as revision …
|
|
|
@f8904fd9
|
18 years |
diego |
Rename variables: a52 --> liba52, a52bin --> liba52bin
Originally …
|
|
|
@bfd5afd8
|
18 years |
diego |
Reorder configure output.
Originally committed as revision 7413 to …
|
|
|
@21e3078f
|
18 years |
diego |
one more naming consistency change
Originally committed as revision …
|
|
|
@a10b820
|
18 years |
diego |
more consistency for the output naming
Originally committed as …
|
|
|
@f36958f8
|
18 years |
diego |
Align configure output.
Originally committed as revision 7410 to …
|
|
|
@0dea6433
|
18 years |
lucabe72 |
replace some av_malloc();memset(...,0,...) sequences with av_mallocz() …
|
|
|
@e943369
|
18 years |
baptiste.coudurier |
simplify
Originally committed as revision 7409 to …
|
|
|
@17230c9d
|
18 years |
baptiste.coudurier |
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3
Originally …
|
|
|
@bc9a4597
|
18 years |
michaelni |
maybe fixing a segfault
Originally committed as revision 7407 to …
|
|
|
@78954a05
|
18 years |
michaelni |
snow specification
(this is just quickly written and probably isnt …
|
|
|
@1e90b34f
|
18 years |
michaelni |
dead code removial
Originally committed as revision 7405 to …
|
|
|
@d0966f02
|
18 years |
michaelni |
missdetected a broken mp3
Originally committed as revision 7404 to …
|
|
|
@69c262d1
|
18 years |
michaelni |
indention
Originally committed as revision 7403 to …
|
|
|
@1694118
|
18 years |
michaelni |
nth try of getting the frame rate detecton working
Originally …
|
|
|
@396a5e68
|
18 years |
michaelni |
store a few values in the header as difference to the last
this makes …
|
|
|
@c62997a
|
18 years |
michaelni |
some quick encoding tips
feel free to extend, change, fix spelling and …
|
|
|
@09d8c0ae
|
18 years |
banan |
VP6 and flashsv stream copy and muxing support.
Originally committed …
|
|
|
@f01bd9d
|
18 years |
banan |
Correct value for the test.
Originally committed as revision 7398 to …
|
|
|
@aa38b097
|
18 years |
michaelni |
AVSEEK_SIZE doxy
Originally committed as revision 7397 to …
|
|
|
@1ae2c5f2
|
18 years |
michaelni |
fix indention of previous commit
Originally committed as revision …
|
|
|
@8e287af0
|
18 years |
michaelni |
seekless filesize retrieving support in 7 lines of code, also doesnt …
|
|
|
@ecec87af
|
18 years |
michaelni |
revert regression test breaking change
Originally committed as …
|
|
|
@aac88b53
|
18 years |
kostya.shishkov |
Decode previous 32 frames to avoid seeking artifacts in MPC
…
|
|
|
@0587b0ca
|
18 years |
kostya.shishkov |
Make MPC demuxer deal with ID3 tags at the beginning
Originally …
|
|
|
@c57d3469
|
18 years |
michaelni |
remember the size after switching back from fullscreen
Originally …
|
|
|
@fb84155b
|
18 years |
michaelni |
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work …
|
|
|
@cfe9cfe
|
18 years |
michaelni |
check x/y validity
a more generic solution is welcome of course ...
…
|
|
|
@990c8438
|
18 years |
michaelni |
cosmetic (move video_open() up to avoid prototype)
Originally …
|
|
|
@8c982c5d
|
18 years |
michaelni |
10l (fix segfault with audio only files)
Originally committed as …
|
|
|
@c03312cc
|
18 years |
michaelni |
remove code duplication
Originally committed as revision 7386 to …
|
|
|
@fccb19e3
|
18 years |
michaelni |
1st attempt to fix width/height
Originally committed as revision 7385 …
|
|
|
@4b96d28a
|
18 years |
michaelni |
ignore duration of the first 2 frames in the max-time break check …
|
|
|
@6268538a
|
18 years |
michaelni |
do not base frame rate guess on just one duration
Originally …
|
|
|
@148c9bdb
|
18 years |
banan |
Patch for the FLV muxer to supply more complete metadata
in the …
|
|
|
@e3113632
|
18 years |
kostya.shishkov |
Enable forward seek in Musepack demuxer
Originally committed as …
|
|
|
@d037d79
|
18 years |
Aurélien Jacobs |
fall back mmap() call using MAP_PRIVATE for working on no-mmu systems …
|
|
|
@62ade082
|
18 years |
Aurélien Jacobs |
Decode genre on asf/wma files.
patch by patrice.bensoussan _at_ …
|
|
|
@20c516c6
|
18 years |
dominik |
Remove redundant Requires: in libswscale.pc, approved by Diego.
…
|
|
|
@b2afecbe
|
18 years |
lucabe72 |
change all the occurrences of "FFMIN(FFMAX())" to clip_uint8() or …
|
|
|
@789237ca
|
18 years |
lucabe72 |
Mark some variables as possibly unused to avoid warnings
Originally …
|
|
|
@628bc5e8
|
18 years |
lucabe72 |
Add some explicit casts to avoid "assignment from incompatible pointer …
|
|
|
@a4da50e1
|
18 years |
mans |
make version.h depend on .svn/entries
Originally committed as …
|
|
|
@2606f38a
|
18 years |
michaelni |
skiprd doxygen comment from avcodec.h -> AVOption comment
Originally …
|
|
|
@44060a7
|
18 years |
lucabe72 |
Add some other casts, to remove void pointers arithmetic
Originally …
|
|
|
@7d19628b
|
18 years |
lucabe72 |
Add some explicit casts to avoid some warnings
Originally committed …
|
|
|
@9effd94a
|
18 years |
lucabe72 |
Remove some void pointers arithmetic
Originally committed as revision …
|
|
|
@185c7b6b
|
18 years |
kostya.shishkov |
Musepack SV7 decoding support
Originally committed as revision 7375 …
|
|
|
@f8aa696f
|
18 years |
diego |
Properly check for all required bktr headers.
inspired by a patch from …
|
|
|
@6cf161d
|
18 years |
diego |
Replace fail test with the die function.
Originally committed as …
|
|
|
@5931bfc3
|
18 years |
diego |
Remove redundant variable setting.
Originally committed as revision …
|
|
|
@b8bd343
|
18 years |
diego |
Slightly shorten libvorbis check.
Originally committed as revision …
|
|
|
@eb113804
|
18 years |
diego |
Disable Win32 threads by default.
Originally committed as revision …
|
|
|
@3918dc4f
|
18 years |
diego |
Add AMR directories for out-of-tree builds.
based on a patch by Ramiro …
|
|
|
@b6f9a42
|
18 years |
diego |
typo: Properly escape a $ sign.
Originally committed as revision 7368 …
|
|
|
@d7d3efae
|
18 years |
ods15 |
sync to libnut, nom->num
Originally committed as revision 7367 to …
|
|
|
@3a1018d4
|
18 years |
diego |
Register x11grab only when it has been enabled.
Originally committed …
|
|
|
@c52f5d66
|
18 years |
michaelni |
skiprd
Originally committed as revision 7365 to …
|
|
|
@919cb873
|
18 years |
diego |
Fix regression tests with out-of-tree builds.
Originally committed as …
|
|
|
@2e3bcd38
|
18 years |
diego |
Create libpostproc pkgconfig files only if libpostproc is enabled.
…
|
|
|
@acb3b537
|
18 years |
diego |
support files >2GB on MinGW
patch by Ramiro Polla, angustia …
|
|
|
@d951bb9a
|
18 years |
michaelni |
test DIRECT{0,0} too if flag mv0 is used
slight PSNR/bitrate increase
…
|
|
|
@79cc11b3
|
18 years |
diego |
slightly more consistency for the Darwin linker options
Originally …
|
|
|
@d32d3035
|
18 years |
lucabe72 |
Clarify that yuv2rgb_init.c cannot be used under LGPL
Originally …
|
|
|
@11c6f4a1
|
18 years |
lucabe72 |
Opss... My last commit was wrong; sorry!
This one moves the GPL check …
|
|
|
@0872a0a6
|
18 years |
lucabe72 |
libswscale is not LGPLed, sorry
Originally committed as revision 7358 …
|
|
|
@19a6be34
|
18 years |
lucabe72 |
Remove useless include (not needed now that libswscale uses libavutil) …
|
|
|
@a45bc592
|
18 years |
baptiste.coudurier |
bt 0 is invalid, setting min to 1
Originally committed as revision …
|
|
|
@8fbec4f4
|
18 years |
diego |
Install generated .lib files in shlibdir on MinGW.
patch by Ramiro …
|
|
|
@754e97fa
|
18 years |
diego |
Remove duplicate line.
Originally committed as revision 7355 to …
|
|
|
@5e49e762
|
18 years |
diego |
Fix linking on Intel Mac due to local relocation entries in …
|
|
|
@56a059ac
|
18 years |
diego |
Make the X11 frame grabber disabled by default.
Originally committed …
|
|
|
@df32bc12
|
18 years |
Aurélien Jacobs |
more simplification
Originally committed as revision 7352 to …
|
|
|
@acff54d8
|
18 years |
michaelni |
10l
Originally committed as revision 7351 to …
|
|
|
@5d078bdb
|
18 years |
diego |
Use $< instead of explicit names.
Originally committed as revision …
|
|
|
@49f1ac5a
|
18 years |
baptiste.coudurier |
change mpeg2 intra vlc test to advanced one, add qprd trell and b …
|
|
|
@5970845f
|
18 years |
michaelni |
FIXME has already been fixed ages ago
Originally committed as …
|
|
|
@66884a29
|
18 years |
michaelni |
simplify
Originally committed as revision 7347 to …
|
|
|
@d6975eb8
|
18 years |
michaelni |
use qscale_table in adaptive quant
some PSNR/bitrate improvement for …
|
|
|
@2175b80b
|
18 years |
michaelni |
simplify
Originally committed as revision 7345 to …
|
|
|
@3b9cf3bd
|
18 years |
michaelni |
i think this if() is useless lets abuse our users to test this ;)
…
|
|
|
@2f16af06
|
18 years |
michaelni |
skip motion estimation and encoding of non direct-0,0 MBs if the next …
|
|
|
@59743d16
|
18 years |
michaelni |
dont randomly disallow intr4v in adaptive quant
some PSNR/bitrate …
|
|
|
@51b1a6c9
|
18 years |
michaelni |
dont randomly dissallow direct MBs
some PSNR/bitrate gain for b …
|
|
|