Zdenek Kabelac
30b68f33aa
* encoding of AC3 with more than 2 channels
...
by Takashi Iwai <tiwai@suse.de>
Originally committed as revision 383 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
10bb7023a2
- Added force_pts to av_write_packet() to be able to force PTS, this helps
...
(and fix) stream copying. By now force_pts it's just honoured by the MPEG
muxer. ASF could honour this also, but it should be fixed to use Tickers
first.
- MPEG audio decoder exports it's frame size in bytes.
- Hope this fix the floating point exception found in ffserver.
Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
5b0ad91b99
- Fix memory leak and others bugs for ppmpipe. Thanks to Rudolf Opalla.
...
Originally committed as revision 373 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
af469427b3
- Fix pts calculation on mpeg mux (A/V sync) - Thanks to Lennert Buytenhek
...
- Fix temporal-reference-glitches for MPEG1 - Thanks to Lennert Buytenhek
Originally committed as revision 343 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
001e3f555d
- Fixes on MPEG demuxer to handle VOBs without System Header.
...
Originally committed as revision 335 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
1cb0edb40b
- Bug fix MPEG-2 decoder to handle "repeat_first_field" (Telecine)
...
- Hack in MPEG-2 demux to cope with buggy VOBs.
Originally committed as revision 333 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
5798368baf
- Added MP3 encoding through libmp3lame contributed by Lennert Buytenhek.
...
- Changes on AVI and WAV muxers to support MP3.
Originally committed as revision 324 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Juanjo
86bec9a161
- Fix on AVI and WAV headers based on Nikolai Zhubr patch.
...
- Now the properties of the AVIs are correctly shown, but the MP2 audio
isn't playable, it seems the problems is that Fraunhoffer MP3 decoder
included on Windows cannot decode MP2 streams.
Originally committed as revision 316 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Zdenek Kabelac
608d0dee6f
* Also include time.h for nanosleep()
...
by: Philipp Matthias Hahn <pmhahn@titan.lahn.de>
Originally committed as revision 309 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Michael Niedermayer
17592475b3
alternative bitstream writer (disabled by default, uncomment #define ALT_BISTREAM_WRITER in common.h if u want to try it)
...
Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
4972b26f24
changed audio and video grab interface (simpler now)
...
Originally committed as revision 148 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
46a3d0685d
correct pcm audio format handling
...
Originally committed as revision 147 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
96baaa6aff
changed av_open_input_file() prototype
...
Originally committed as revision 146 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
5ed8fafcb6
added pcm formats
...
Originally committed as revision 142 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
a56c66a7ef
wmv format is asf format
...
Originally committed as revision 139 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
9150f42ed5
fixed image number syntax problems
...
Originally committed as revision 128 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
5a56c87c10
restore audio settings - use all the frame buffers provided by the driver
...
Originally committed as revision 127 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
813cae4bc4
image number handling
...
Originally committed as revision 126 to svn://svn.ffmpeg.org/ffmpeg/trunk
23 years ago
Fabrice Bellard
2e93e3aaae
fixed raw read for eof
...
Originally committed as revision 121 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Juanjo
6bbc662f7d
Added CODEC_ID_H263P to fourcc tables.
...
H.263+ on AVI wasn't using U263 fourcc.
Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
a74127c071
win32 fixes
...
Originally committed as revision 110 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
58f26ba916
changed opendivx to mpeg4
...
Originally committed as revision 102 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
67e9bb0d0b
fixed wav riff tag size
...
Originally committed as revision 95 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
27e084bd61
added raw mjpeg
...
Originally committed as revision 94 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
13a7d16ede
added static
...
Originally committed as revision 93 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
eea23282fa
added raw mjpeg format - added jpeg image format
...
Originally committed as revision 92 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
0bb8c16806
changed jpegenc.c to jpeg.c
...
Originally committed as revision 91 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
3abf2c27c6
added jpeg image read/write
...
Originally committed as revision 88 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
8be1c6563c
win32 fixes
...
Originally committed as revision 78 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
6775c758c4
added PPM read/write support - added pgmyuvpipe format - added PPM pipe read/write support
...
Originally committed as revision 65 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
e643b32b1b
fixed avi RIFF header size
...
Originally committed as revision 56 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
420b073bbc
added HAVE_AV_CONFIG_H
...
Originally committed as revision 19 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
d771bcae33
added CONFIG_AC3, CONFIG_MPGLIB, CONFIG_DECODERS and CONFIG_ENCODERS (Arpi: don't forget to put CONFIG_DECODERS in mplayer)
...
Originally committed as revision 9 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
980fc7b834
fixed config for direct mplayer build compatibility
...
Originally committed as revision 8 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
85f07f223d
merge
...
Originally committed as revision 6 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
de6d9b6404
Initial revision
...
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
1b58d58dda
removing old files
...
Originally committed as revision 4 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago
Fabrice Bellard
9aeeeb63f7
Initial revision
...
Originally committed as revision 2 to svn://svn.ffmpeg.org/ffmpeg/trunk
24 years ago