2006-02-18 |
michael |
simplify mov_read_hdlr patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
libavformat
|
2006-02-18 |
michael |
add 'in32' fourcc support patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
libavformat
|
2006-02-18 |
michael |
add mov_read_ftyp to check iso media file type and set c->mp4 patch by (Baptiste COUDURIER <baptiste.coudurier 0 smartjog o com>)
libavformat
|
2006-02-17 |
diego |
ff_asts_init needs to be inside #ifdef CONFIG_MUXERS, remove some misplaced
libavformat
|
2006-02-17 |
melanson |
complete AVS playback system (from Creature Shock computer game),
libavformat
|
2006-02-16 |
aurel |
add Creative 8 bits ADPCM schemes support
libavformat
|
2006-02-14 |
michael |
mov fourccs for handling FCP files by (Baptiste COUDURIER )(baptiste.coudurier smartjog com)
libavformat
|
2006-02-13 |
mru |
move common parts of makefiles into common.mak
libavformat
|
2006-02-13 |
alex |
10l, allocate bitbuffer with regard to the padding size
libavformat
|
2006-02-13 |
michael |
useless code removal by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
libavformat
|
2006-02-12 |
michael |
fix demuxing of Video006.3gp
libavformat
|
2006-02-12 |
michael |
mov split chunks removal patch by (Baptiste COUDURIER / baptiste.coudurier smartjog com>
libavformat
|
2006-02-12 |
michael |
10l for myself
libavformat
|
2006-02-12 |
michael |
mov debug clean patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
libavformat
|
2006-02-12 |
melanson |
dosbox native ZMBV decoder, courtesy of Kostya
libavformat
|
2006-02-12 |
melanson |
complete American Laser Games MM playback system, courtesy of Peter Ross
libavformat
|
2006-02-12 |
alex |
10l, fails to compile when debug enabled
libavformat
|
2006-02-12 |
alex |
tta demuxer, also usable for moving tta audio data into an other container
libavformat
|
2006-02-11 |
michael |
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)
libavformat
|
2006-02-11 |
diego |
Use the incdir variable.
libavformat
|
2006-02-11 |
diego |
Simplify header installation.
libavformat
|
2006-02-11 |
diego |
Separate library install into static and shared installation.
libavformat
|
2006-02-11 |
michael |
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.coudurier smartjog com)
libavformat
|
2006-02-11 |
diego |
Separate header file installation from the general install target.
libavformat
|
2006-02-11 |
michael |
Fix for url_fclose() being called on an already closed file based on a patch by (<Colin Ward> hitman codehq org)
libavformat
|
2006-02-11 |
michael |
mpeg-ps probe 2nd try
libavformat
|
2006-02-10 |
mru |
generate adts frame headers if required
libavformat
|
2006-02-09 |
aurel |
voc: set bits_per_sample correctly (fix mplayer playback)
libavformat
|
2006-02-09 |
aurel |
add a Creative VOC (de)muxer
libavformat
|
2006-02-08 |
michael |
replace probe() by one similar to MPEG-ES
libavformat
|
2006-02-08 |
diego |
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
libavformat
|
2006-02-08 |
diego |
Correctly set the interlaced_frame and top_field_first fields.
libavformat
|
2006-02-08 |
diego |
typo
libavformat
|
2006-02-08 |
mru |
bump version numbers and update docs for adts aac support
libavformat
|
2006-02-08 |
mru |
read/write adts aac
libavformat
|
2006-02-04 |
michael |
3rd try for mpeg-es probe ...
libavformat
|
2006-02-04 |
michael |
fix regression tests
libavformat
|
2006-02-02 |
michael |
simplify timebase if possible
libavformat
|
2006-02-02 |
michael |
improve fps guessing code
libavformat
|
2006-02-02 |
michael |
sanity checks for seeking
libavformat
|
2006-02-02 |
michael |
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
libavformat
|
2006-02-02 |
michael |
improve mpeg1/2-es detection
libavformat
|
2006-02-02 |
michael |
os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedleydot d o t info)
libavformat
|
2006-02-02 |
michael |
dynamically increase probe buffer until format is detected
libavformat
|
2006-02-01 |
diego |
video4linux2 input support
libavformat
|
2006-01-30 |
mru |
add missing #includes
libavformat
|
2006-01-30 |
diego |
On MinGW it is not possible to build shared and static libraries at once.
libavformat
|
2006-01-29 |
diego |
Simplify LDFLAGS handling for MinGW.
libavformat
|
2006-01-26 |
diego |
Remove obscure Makefile.bak entry from distclean rules.
libavformat
|
2006-01-26 |
rtognimp |
Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 Miniket
libavformat
|
2006-01-25 |
diego |
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
libavformat
|
2006-01-25 |
michael |
avoid using non constant fields of AVCodecContext in avi muxer
libavformat
|
2006-01-25 |
michael |
try avi video name -> codec_id mapping if the mov one has no match
libavformat
|
2006-01-24 |
diego |
Remove all stray tabs and trailing whitespace, this time for good.
libavformat
|
2006-01-24 |
banan |
Fix for title field in PSP compatible mp4 files. Patch by
libavformat
|
2006-01-23 |
banan |
gcc 2.95 fix
libavformat
|
2006-01-23 |
michael |
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)
libavformat
|
2006-01-23 |
diego |
Skip all includes for WinCE, instead of falling through to the #else case.
libavformat
|
2006-01-22 |
diego |
WinCE cross-compilation support
libavformat
|
2006-01-22 |
diego |
Place proper #ifdef around muxer-specific code.
libavformat
|