|
|
|
@b88e6576
|
17 years |
justin.ruggles |
remove unused variable, min_framesize
Originally committed as …
|
|
|
@b22d0c04
|
17 years |
michaelni |
Support invalid mpeg created by vdr …
|
|
|
@60711e95
|
17 years |
michaelni |
raw GSM demuxer (does not work yet as parser is missing)
Originally …
|
|
|
@a0af2fa4
|
17 years |
baptiste.coudurier |
set demuxers .value and use common audio_read_header function
…
|
|
|
@39902a8
|
17 years |
kostya.shishkov |
Calculate motion vector information based on PTS provided in slice …
|
|
|
@038f846e
|
17 years |
diego |
Add long names to some AVCodec declarations.
patch by Stefano …
|
|
|
@162d4fc
|
17 years |
diego |
Add long names to AVCodec declarations.
patch by Stefano Sabatini, …
|
|
|
@99e3913d
|
17 years |
diego |
Make 8SVX codec names just a single word for consistency with other …
|
|
|
@f946a9a4
|
17 years |
astrange |
Use check_cflags for -mdynamic-no-pic so third-party compilers will …
|
|
|
@1f944923
|
17 years |
diego |
Remove unused avdevice.h header file; add config.h which is used.
…
|
|
|
@d5202e4f
|
17 years |
diego |
Add long names to many AVCodec declarations.
patch by Stefano …
|
|
|
@3ddf7fe9
|
17 years |
diego |
Use filename as multiple inclusion guard.
Originally committed as …
|
|
|
@e8430214
|
17 years |
baptiste.coudurier |
set pkt duration, only when dts == pts though,
patch by Henrik …
|
|
|
@57105ddd
|
17 years |
diego |
Rename i386/cputest.c --> i386/cpuid.c.
Originally committed as …
|
|
|
@8033ba57
|
17 years |
diego |
Remove unnecessary test program dependency declarations.
Originally …
|
|
|
@80b1e6cc
|
17 years |
robert.swain |
Grammar fixes and improvements for the new ACELP code
Originally …
|
|
|
@169203c1
|
17 years |
baptiste.coudurier |
break if error in header so it can output already decoded frames
…
|
|
|
@41b8800f
|
17 years |
baptiste.coudurier |
merge init with declaration
Originally committed as revision 12998 to …
|
|
|
@f91c0898
|
17 years |
baptiste.coudurier |
cosmetics: merge decls
Originally committed as revision 12997 to …
|
|
|
@5fd7a9fc
|
17 years |
baptiste.coudurier |
simplify: merge loops
Originally committed as revision 12996 to …
|
|
|
@8da8970d
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 12995 to …
|
|
|
@0d5b2eb4
|
17 years |
baptiste.coudurier |
simplify: remove useless fields and vars
Originally committed as …
|
|
|
@676e26ab
|
17 years |
baptiste.coudurier |
move MP3On4DecodeContext def near the code and under ifdef
Originally …
|
|
|
@9f95bfe2
|
17 years |
baptiste.coudurier |
correctly patch syncword for samples rates < 16000, decoder now fully …
|
|
|
@f0f53c83
|
17 years |
baptiste.coudurier |
fix 1 frame config decoding
Originally committed as revision 12991 to …
|
|
|
@60dfa0b8
|
17 years |
baptiste.coudurier |
remove old draft last case not present anymore in iso specs
…
|
|
|
@9a53eb7c
|
17 years |
baptiste.coudurier |
mp3on4 decoder now depends on mpeg4audio code
Originally committed as …
|
|
|
@b61d2782
|
17 years |
baptiste.coudurier |
use mpeg4audio common code
Originally committed as revision 12988 to …
|
|
|
@86c90cc7
|
17 years |
kostya.shishkov |
Skip blocks in B-frames reuse motion vectors from next reference …
|
|
|
@ec39f7d8
|
17 years |
baptiste.coudurier |
simplify
Originally committed as revision 12986 to …
|
|
|
@9708d52e
|
17 years |
baptiste.coudurier |
correctly compute out_size and samples number
Originally committed as …
|
|
|
@cd328965
|
17 years |
baptiste.coudurier |
fsize is 12 bits according to specs
Originally committed as revision …
|
|
|
@5be25fc1
|
17 years |
baptiste.coudurier |
simplify using FFMIN3
Originally committed as revision 12983 to …
|
|
|
@b842ecbe
|
17 years |
baptiste.coudurier |
add FFMIN3
Originally committed as revision 12982 to …
|
|
|
@a82dcdff
|
17 years |
baptiste.coudurier |
return error if buf_size is too small
Originally committed as …
|
|
|
@dfcd6d91
|
17 years |
baptiste.coudurier |
values can fit uint8_t
Originally committed as revision 12980 to …
|
|
|
@183fceaa
|
17 years |
baptiste.coudurier |
add const
Originally committed as revision 12979 to …
|
|
|
@87268829
|
17 years |
voroshil |
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
…
|
|
|
@c5497b22
|
17 years |
kostya.shishkov |
Missing tags in APE is normal situation, so don't print an error. …
|
|
|
@630e1b27
|
17 years |
ramiro.polla |
get_vlc2() only gets up to three levels in the tables. The last codes …
|
|
|
@a9f1d8cd
|
17 years |
kostya.shishkov |
Correct company name
Originally committed as revision 12975 to …
|
|
|
@1cf3ee2d
|
17 years |
voroshil |
Fixed-point implementation of ff_cos, ff_log2, ff_exp2.
Also …
|
|
|
@bf52a720
|
17 years |
baptiste.coudurier |
10l, alphabetical order
Originally committed as revision 12973 to …
|
|
|
@eb034ac
|
17 years |
baptiste.coudurier |
yes it is true for mp4
Originally committed as revision 12972 to …
|
|
|
@43612ffe
|
17 years |
baptiste.coudurier |
remove unneeded variable
Originally committed as revision 12971 to …
|
|
|
@baf9fb32
|
17 years |
baptiste.coudurier |
move vars decls where vars are used
Originally committed as revision …
|
|
|
@3b4eccab
|
17 years |
baptiste.coudurier |
identation
Originally committed as revision 12969 to …
|
|
|
@e67fe90c
|
17 years |
baptiste.coudurier |
remove no more needed field
Originally committed as revision 12968 to …
|
|
|
@62377fe
|
17 years |
baptiste.coudurier |
remove unused var
Originally committed as revision 12967 to …
|
|
|
@9ff8976d
|
17 years |
baptiste.coudurier |
remove ima qt decoding hack, decode whole frame at once
Originally …
|
|
|
@d29ee34c
|
17 years |
baptiste.coudurier |
fix adpcm ima qt decoding, channel at init is 0, correct stereo out …
|
|
|
@45a97d30
|
17 years |
baptiste.coudurier |
set channels and sample rate from mpeg4audio config
Originally …
|
|
|
@4afaffca
|
17 years |
baptiste.coudurier |
mov demuxer depends on mpeg4audio code now
Originally committed as …
|
|
|
@0c691995
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 12962 to …
|
|
|
@1dec3994
|
17 years |
baptiste.coudurier |
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 …
|
|
|
@69b1c627
|
17 years |
baptiste.coudurier |
update doc
Originally committed as revision 12960 to …
|
|
|
@7e627332
|
17 years |
baptiste.coudurier |
error is -1
Originally committed as revision 12959 to …
|
|
|
@cfb5a2a
|
17 years |
baptiste.coudurier |
cosmetics
Originally committed as revision 12958 to …
|
|
|
@47e1d7ef
|
17 years |
baptiste.coudurier |
move vars decls where vars are used
Originally committed as revision …
|
|
|
@8cd92bb9
|
17 years |
baptiste.coudurier |
parser should not be needed anymore, merge cases and set frame size …
|
|
|
@202aca67
|
17 years |
mbardiaux |
Make sure some value is always returned via data_size
Originally …
|
|
|
@3b8c000d
|
17 years |
baptiste.coudurier |
lower frame size to split amr/qcelp/gsm frames
Originally committed …
|
|
|
@96ddaff5
|
17 years |
mbardiaux |
Allow bitrates zero and 13200 (needed for decoding mov and aiff)
…
|
|
|
@37ffe34b
|
17 years |
baptiste.coudurier |
align and remove useless braces
Originally committed as revision …
|
|
|
@1c126b4
|
17 years |
baptiste.coudurier |
cosmetics, remove whitespaces in tags
Originally committed as …
|
|
|
@cc326d2b
|
17 years |
baptiste.coudurier |
set gsm default frame size and bytes per frame, needed by old qt …
|
|
|
@07a47ae
|
17 years |
baptiste.coudurier |
pts are unsigned according to specs, fix negative pts when 32bit pts …
|
|
|
@254629b1
|
17 years |
baptiste.coudurier |
set wrap bits to 32bit to actually use it
Originally committed as …
|
|
|
@7622778
|
17 years |
mans |
Revert "Adjust pkg-config files to include files residing in separate …
|
|
|
@903a2e86
|
17 years |
michaelni |
Avoid using reserved names.
Originally committed as revision 12946 …
|
|
|
@ceedda75
|
17 years |
michaelni |
minor memleak
Originally committed as revision 12945 to …
|
|
|
@0c79b140
|
17 years |
bartek.wolowiec |
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
and …
|
|
|
@81d5ae6d
|
17 years |
michaelni |
Fixing memleaks.
Originally committed as revision 12943 to …
|
|
|
@287d6cfa
|
17 years |
baptiste.coudurier |
cosmetics: remove useless whitespaces and put braces correctly
…
|
|
|
@3f78a3a9
|
17 years |
baptiste.coudurier |
demux qcelp, so this can work with soc decoder and stream copy
…
|
|
|
@76f34857
|
17 years |
baptiste.coudurier |
qcelp fourcc
Originally committed as revision 12940 to …
|
|
|
@5cd505e0
|
17 years |
diego |
Adjust pkg-config files to include files residing in separate …
|
|
|
@463e7afd
|
17 years |
baptiste.coudurier |
support for alac in .mov
Originally committed as revision 12938 to …
|
|
|
@be511925
|
17 years |
baptiste.coudurier |
set alac frame size from extradata
Originally committed as revision …
|
|
|
@3fd6b336
|
17 years |
benoit.fouet |
Set pixel aspect ratio for libxvid wrapper.
Patch by Thorsten Jordan …
|
|
|
@95a6a015
|
17 years |
benoit.fouet |
Enhance documentation for AVClass
Patch by Stefano Sabatini …
|
|
|
@8d94f606
|
17 years |
ramiro.polla |
Support shared pthreads-win32.
Patch by Gianluigi Tiesi <mplayer at …
|
|
|
@5fd63f3c
|
17 years |
michaelni |
Ensure that the timestamp reading code used for seeking chooses a …
|
|
|
@a9600003
|
17 years |
ramiro.polla |
Fix regression introduced by r12929.
num_coeffs is just one byte.
It …
|
|
|
@9ed0cff9
|
17 years |
ramiro.polla |
The code now is pretty self explanatory about the header structure. …
|
|
|
@fc22c009
|
17 years |
ramiro.polla |
Use bytestream functions for reading frame header.
Originally …
|
|
|
@904bc6b8
|
17 years |
robert.swain |
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
…
|
|
|
@c48da33
|
17 years |
robert.swain |
Send context to some ffmpeg.c opt* function
Patch by Stefano Sabatini …
|
|
|
@b4bbcd63
|
17 years |
robert.swain |
Read asf file header fields in the right order
Patch by Rafaël Carré …
|
|
|
@3ade5d56
|
17 years |
robert.swain |
Add supported_samplerates field to AVCodec
Patch by Stefano Sabatini …
|
|
|
@9fa58f19
|
17 years |
diego |
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external …
|
|
|
@6ef4ba3f
|
17 years |
lu_zero |
libdirac and libschro common code, patch from Anuradha Suraparaju …
|
|
|
@55736cf
|
17 years |
bartek.wolowiec |
change ff_ac3_parse_header() to take a GetBitContext instead of const …
|
|
|
@0ec1eb69
|
17 years |
diego |
Add .longname to bfi_decoder declaration.
patch by Sisir Koppaka, …
|
|
|
@c675ef70
|
17 years |
andreas |
Compute AC3 frame CRC for stronger raw AC3 format probing.
Closes …
|
|
|
@66824f99
|
17 years |
benoit.fouet |
Make some ffmpeg opts use parse-number-or-die.
Patch by Stefano …
|
|
|
@b1d31e2
|
17 years |
benoit.fouet |
Force inlining of MPV_motion_internal.
Patch by strites: strites gmail …
|
|
|
@bd7c626a
|
17 years |
benoit.fouet |
Unroll codepath
Patch by strites: strites gmail com
Original thread: …
|
|
|
@4fa6eac5
|
17 years |
benoit.fouet |
Correct ASF duration.
Patch by Henrik Gulbrandsen: henrik gulbra net
…
|
|
|
@8767060c
|
17 years |
ramiro.polla |
Fix bug introduced by r12827.
If av_exit() was called after an …
|
|
|