2006-10-16 |
diego |
Replace FLAC FourCC by TwoCC.
libavformat
|
2006-10-15 |
diego |
Revert putting EXTRALIBS in common.mak, linking fails on MinGW.
libavformat
|
2006-10-15 |
diego |
Remove unused variable.
libavformat
|
2006-10-15 |
diego |
Consistently use $(BUILD_ROOT).
libavformat
|
2006-10-15 |
kostya |
Ignore blocks with no samples and flags (but usually with MD5 sum)
libavformat
|
2006-10-14 |
rathann |
Use proper PRI?64 macros for %ll? format to fix printf format warnings:
libavformat
|
2006-10-14 |
kostya |
Move block size check to decoder
libavformat
|
2006-10-13 |
michael |
10l CODEC vs. FORMAT
libavformat
|
2006-10-13 |
rtogni |
flv files from myspace with mp3 audio require need_parsing because the
libavformat
|
2006-10-13 |
kostya |
TIFF decoder
libavformat
|
2006-10-13 |
diego |
Add a note about illegal codec IDs.
libavformat
|
2006-10-13 |
diego |
Add codec ID for Shorten audio.
libavformat
|
2006-10-12 |
bcoudurier |
support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavformat
|
2006-10-12 |
reynaldo |
new mtv demuxer
libavformat
|
2006-10-11 |
diego |
Rename ABS macro to FFABS.
libavformat
|
2006-10-11 |
bcoudurier |
support for Delphine Software .cin files demuxing / audio and video decoding, by Gregory Montoir %cyx A users P sourceforge P net%
libavformat
|
2006-10-11 |
bcoudurier |
fix bit rate
libavformat
|
2006-10-11 |
bcoudurier |
use av_get_bits_per_sample
libavformat
|
2006-10-11 |
bcoudurier |
use av_get_bits_per_sample, compute block align if not set
libavformat
|
2006-10-11 |
bcoudurier |
simplify by not writing unneeded codec name to fix segfault when stream copy
libavformat
|
2006-10-11 |
diego |
Move CFLAGS handling to common.mak.
libavformat
|
2006-10-11 |
kostya |
Targa image decoder
libavformat
|
2006-10-10 |
michael |
unused #define
libavformat
|
2006-10-10 |
michael |
remove dummy amr_read_close()
libavformat
|
2006-10-10 |
michael |
more factoriztaion and a FIXME note
libavformat
|
2006-10-10 |
michael |
factorze another 2 lines
libavformat
|
2006-10-10 |
michael |
set duration and timebase (based on a patch by Simon Morlat simon.morlat linphone org)
libavformat
|
2006-10-10 |
michael |
factorize (untested)
libavformat
|
2006-10-10 |
michael |
return cleanup
libavformat
|
2006-10-10 |
bcoudurier |
fix d-10 mapping detection
libavformat
|
2006-10-10 |
bcoudurier |
rewind completely if sample time is negative
libavformat
|
2006-10-10 |
bcoudurier |
dont seek back if no sync to let eof happen
libavformat
|
2006-10-10 |
bcoudurier |
quiet gcc about enum value not handled in switch
libavformat
|
2006-10-10 |
kostya |
10l: remove alien seek function from demuxer
libavformat
|
2006-10-07 |
rtogni |
Add fourccs for Wavpak and TTA
libavformat
|
2006-10-07 |
diego |
Change license headers to say 'FFmpeg' instead of 'this program/this library'
libavformat
|
2006-10-07 |
diego |
Replace -I../-I. by -I$(BUILD_ROOT).
libavformat
|
2006-10-06 |
michael |
flac fourcc (fixes mplayer -demuxer 35 with flac)
libavformat
|
2006-10-06 |
michael |
prevent >16bit tags to be truncated and used in creating .wav files
libavformat
|
2006-10-05 |
bcoudurier |
support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam-pal-d10-imx50.mxf
libavformat
|
2006-10-04 |
bcoudurier |
remove useless casts
libavformat
|
2006-10-03 |
diego |
Move EXTRALIBS handling to common.mak.
libavformat
|
2006-10-03 |
michael |
fix r_frame_rate detection in mpeg4 streams with non integer fps
libavformat
|
2006-10-03 |
diego |
Remove unused variables and the corresponding warnings along with them.
libavformat
|
2006-10-02 |
diego |
rtp.o needs mpegts.o
libavformat
|
2006-10-02 |
bcoudurier |
fix audio for mog_op1a_prompeg_mpeg.mxf
libavformat
|
2006-10-02 |
bcoudurier |
return 0 as stream index if only one stream, this is completely non standard, fix Cars_TL4IO6_239_DEXX_MPEG_TDC_072006.wav.mxf
libavformat
|
2006-10-01 |
gpoirier |
add support for some MS DIB formats for avisynth
libavformat
|
2006-10-01 |
gpoirier |
Fix wrong ASF duration of generated files
libavformat
|
2006-09-30 |
michael |
dont set sub_id as its completly redundant and silly
libavformat
|
2006-09-29 |
bcoudurier |
rudimentary binary seek
libavformat
|
2006-09-29 |
bcoudurier |
add another data definition ul
libavformat
|
2006-09-29 |
bcoudurier |
use a data definition uls table to fetch codec type
libavformat
|
2006-09-29 |
bcoudurier |
add string param to PRINT_KEY for debug
libavformat
|
2006-09-29 |
bcoudurier |
shut up gcc about incompatible pointer type
libavformat
|
2006-09-29 |
bcoudurier |
remove useless casts
libavformat
|
2006-09-29 |
bcoudurier |
remove gcc warnings about void * used in arithmetic
libavformat
|
2006-09-28 |
bcoudurier |
move sample size adjusting code after audio stsd v2 parsing to let v2 set correct channel number, fix Sony-hdv2.mov
libavformat
|
2006-09-28 |
bcoudurier |
add lpcm fourcc
libavformat
|
2006-09-28 |
bcoudurier |
change codec id if sample size field is set to 24 in stsd, fix Sony-mx5p.mov
libavformat
|
2006-09-27 |
michael |
prevent infinite loop with VORC012.WMA
libavformat
|
2006-09-27 |
mru |
fix some signedness warnings
libavformat
|
2006-09-27 |
mru |
remove useless memset()
libavformat
|
2006-09-26 |
michael |
fix r_frame_rate init code for groundhog.vob
libavformat
|