Baptiste Coudurier
254629b1aa
set wrap bits to 32bit to actually use it
...
Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
7622778ed7
Revert "Adjust pkg-config files to include files residing in separate subdirectories."
...
Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
903a2e8628
Avoid using reserved __names.
...
Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
ceedda75ea
minor memleak
...
Originally committed as revision 12945 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
0c79b1402a
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
...
and then reads the channel_map stuff
Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
81d5ae6dec
Fixing memleaks.
...
Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
287d6cfad7
cosmetics: remove useless whitespaces and put braces correctly
...
Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3f78a3a955
demux qcelp, so this can work with soc decoder and stream copy
...
Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
76f34857ce
qcelp fourcc
...
Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
5cd505e01f
Adjust pkg-config files to include files residing in separate subdirectories.
...
Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
463e7afd18
support for alac in .mov
...
Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
be51192502
set alac frame size from extradata
...
Originally committed as revision 12937 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Thorsten Jordan
3fd6b3368a
Set pixel aspect ratio for libxvid wrapper.
...
Patch by Thorsten Jordan tjordanATmacrosystem de
Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
95a6a015e3
Enhance documentation for AVClass
...
Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit
Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gianluigi Tiesi
8d94f6065b
Support shared pthreads-win32.
...
Patch by Gianluigi Tiesi <mplayer at netfarm.it>
Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
5fd63f3c3b
Ensure that the timestamp reading code used for seeking chooses a position
...
which is a multiple of the packet size from the last packet start instead
of the file start. This fixes some seek issues with randomly cut ts files
and the mysterious "4 byte PCR somehing MTS something bug".
Originally committed as revision 12932 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a960000304
Fix regression introduced by r12929.
...
num_coeffs is just one byte.
It would make no sense for num_coeffs to be as high as 2^32.
Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
9ed0cff98e
The code now is pretty self explanatory about the header structure.
...
Remove the big comment and add comments about the skipped fields.
Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
fc22c00935
Use bytestream functions for reading frame header.
...
Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Thorsten Jordan
904bc6b80a
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
...
Patch by Thorsten Jordan ( tjordan macrosystem de )
Originally committed as revision 12928 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
c48da33c63
Send context to some ffmpeg.c opt* function
...
Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12927 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Rafaël Carré
b4bbcd635f
Read asf file header fields in the right order
...
Patch by Rafaël Carré ( funman videolan org )
Originally committed as revision 12926 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
3ade5d56d0
Add supported_samplerates field to AVCodec
...
Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12925 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9fa58f19ff
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
...
glue code should have a lib prefix in its name.
Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
6ef4ba3fb3
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk
...
Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
55736cfbd2
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
...
Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Sisir Koppaka
0ec1eb6906
Add .longname to bfi_decoder declaration.
...
patch by Sisir Koppaka, sisir.koppaka gmail com
Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Andreas Öman
c675ef7025
Compute AC3 frame CRC for stronger raw AC3 format probing.
...
Closes issue64.
Originally committed as revision 12920 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
66824f990b
Make some ffmpeg opts use parse-number-or-die.
...
Patch by Stefano Sabatini stefano sabatini-lala posteit
Originally committed as revision 12919 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
b1d31e2f12
Force inlining of MPV_motion_internal.
...
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM
Originally committed as revision 12918 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
bd7c626ad0
Unroll codepath
...
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM
Originally committed as revision 12917 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Henrik Gulbrandsen
4fa6eac5f1
Correct ASF duration.
...
Patch by Henrik Gulbrandsen: henrik gulbra net
Originally committed as revision 12916 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
8767060cd2
Fix bug introduced by r12827.
...
If av_exit() was called after an AVFormatContext was created, but before
its file was opened, av_exit() would pass a NULL pointer to url_fclose().
Originally committed as revision 12915 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
b189e6705a
Simplify ff_split_xiph_headers
...
Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
58720ebd9e
Add checks to ff_split_xiph_headers to ensure that returned header_len and
...
header_start values are always valid.
Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg
(still does not play though).
Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
63d864434d
Raw dts muxer
...
Originally committed as revision 12912 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Måns Rullgård
f55b299ae6
check for ARM VFP support
...
Originally committed as revision 12911 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
159ef4b02a
Implement FFMAX3(a,b,c) - maximum over three arguments.
...
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
c6cd525aa0
Decrease returning probe score for WAV demuxer to avoid
...
probe conflict between WAV and future ACT demuxer.
This is necessary because ACT has standard WAV header
at top of it's own.
Originally committed as revision 12909 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
bebfc16a31
Do not pass dct_block to vlc_decode_block().
...
The function uses dct_block from the context anyways.
Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
399e46527a
Cosmetics and style.
...
Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c9108634c4
Rename vlc1 to vlc.
...
There is no vlc2, so there is no point in numbering it.
Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
ed729c356c
Add note about using latest MSYS make for MinGW.
...
Thanks to tripp for the not mingw32 make note...
Originally committed as revision 12905 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
d6504e427c
make wininstaller has been removed in r12416
...
Originally committed as revision 12904 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
144b5bdc70
Make most of E-AC-3 work without breaking regression tests.
...
Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8870cf8277
This fixes the code so it is correct on both sides of the if().
...
Originally committed as revision 12902 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7bc5f6e53e
indent
...
Originally committed as revision 12901 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
12eef728bf
Fix build of cputest test program.
...
Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e4d5a18558
100l I broke AC3 in MPEG seeking.
...
Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c087748f26
Part 2 of EAC3 support, this is still disabled as it breaks regressions
...
due to bugs elsewhere.
Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago