2003-11-04 |
romansh |
* fixes for broken builds on Solaris, OS2 and all bingendian
libavformat
|
2003-11-04 |
michael |
removing borderline spyware
libavformat
|
2003-11-03 |
michael |
movenc patch by (Gildas Bazin <gbazin at altern dot org>)
libavformat
|
2003-11-02 |
rtognimp |
Make avi and asf demuxer export palette in palctrl
libavformat
|
2003-10-31 |
romansh |
* DV demuxer is now capable of decoding auxilary audio stream. So,
libavformat
|
2003-10-30 |
melanson |
revised palette API, courtesy of Roberto Togni (rtogni at freemail.it)
libavformat
|
2003-10-29 |
bellard |
added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a specific API
libavformat
|
2003-10-29 |
bellard |
make AVFMT_NOHEADER flag dynamic - added av_open_input_stream()
libavformat
|
2003-10-29 |
bellard |
mpeg TS demux API (called from RTP layer) - raw mpeg TS reader (uses fake codec MPEG2TS)
libavformat
|
2003-10-28 |
michael |
1/0 fix by (Tim Allen <tim at proximity dot com dot au>)
libavformat
|
2003-10-26 |
michael |
GCC 3.3.2 warnings patch by (Panagiotis Issaris <takis at lumumba dot luc dot ac dot be>)
libavformat
|
2003-10-25 |
melanson |
added XVID fourcc (ISO MPEG-4?) and AC3 fourcc
libavformat
|
2003-10-20 |
michael |
AVRational
libavformat
|
2003-10-20 |
michael |
bottom_field_first -> top_field_first
libavformat
|
2003-10-19 |
michael |
Using the extension m4a for audio only MPEG-4 files is increasingly
libavformat
|
2003-10-18 |
michael |
- Moving -Wall from the individual Makefiles to configure (and only
libavformat
|
2003-10-18 |
romansh |
* providing MPEG codecs with a generic fields in AVFrame to use.
libavformat
|
2003-10-15 |
michael |
Enable decoding of more mpeg-ts streams for pcHDTV patch by (Doug Larrick <doug at ties dot org>)
libavformat
|
2003-10-15 |
alex |
10l
libavformat
|
2003-10-15 |
melanson |
hook up the XA ADPCM decoder
libavformat
|
2003-10-14 |
michael |
recommit of
libavformat
|
2003-10-14 |
melanson |
remove experimental reference
libavformat
|
2003-10-14 |
alex |
make it compatible with older make (debian stable - make 3.79.1)
libavformat
|
2003-10-14 |
melanson |
disable encoders where appropriate (patch courtesy of BERO
libavformat
|
2003-10-13 |
alex |
init_put_bits changed
libavformat
|
2003-10-04 |
tmmm |
handle a wider variety of VQA files, including silent files
libavformat
|
2003-10-03 |
tmmm |
implemented Id Quake II CIN support
libavformat
|
2003-10-03 |
romansh |
* fixing bug that prevented resampling the picture and
libavformat
|
2003-10-02 |
al3x |
fixed codec specific data headers
libavformat
|
2003-10-02 |
al3x |
fixed time base and sample rate handling
libavformat
|
2003-10-02 |
al3x |
fix fabrice's broken get_bi and some minor changes in draft
libavformat
|
2003-10-02 |
tmmm |
properly demux silent files; implemented precise framerate calculation
libavformat
|
2003-10-02 |
tmmm |
the correct data type is offset_t
libavformat
|
2003-10-01 |
romansh |
* preAlpha DV encoding support -- there's still a truckload
libavformat
|
2003-10-01 |
tmmm |
New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &
libavformat
|
2003-09-30 |
michaelni |
Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)
libavformat
|
2003-09-29 |
michaelni |
10l
libavformat
|
2003-09-29 |
romansh |
* The functionality is now available in dv.[ch].
libavformat
|
2003-09-29 |
romansh |
* DV handling was streamlined for both muxing/demuxing and
libavformat
|
2003-09-29 |
philipjsg |
Fix a very nasty problem with extra bytes appearing in TCP data streams.
libavformat
|
2003-09-28 |
michaelni |
PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi dot au dot dk>)
libavformat
|
2003-09-28 |
michaelni |
mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hut dot fi>)
libavformat
|
2003-09-28 |
michaelni |
AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)
libavformat
|
2003-09-26 |
tmmm |
send the chunk preamble bytes to the respective decoders; Id RoQ demuxer
libavformat
|
2003-09-25 |
michaelni |
yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
libavformat
|
2003-09-22 |
mellum |
Fix compilation with ccc
libavformat
|
2003-09-20 |
tmmm |
clean up 4xm demuxer; make valgrind just a little happier
libavformat
|
2003-09-20 |
tmmm |
iterate through the appropriate range of palette entries
libavformat
|
2003-09-18 |
tmmm |
provisions for raw PCM audio
libavformat
|
2003-09-16 |
bellard |
remove unused AMREXTRALIBS
libavformat
|
2003-09-16 |
bellard |
generate correct PTS in transport stream - use mpeg2 encoder by default
libavformat
|
2003-09-16 |
romansh |
* fixing a typo ;-)
libavformat
|
2003-09-15 |
bellard |
correct DLL windows install
libavformat
|
2003-09-14 |
tmmm |
adapt to use interim palette control API; do away with multi-chunk data
libavformat
|
2003-09-13 |
mmu_man |
64 bit pts for writing - more const usage (don't forget me !)
libavformat
|
2003-09-12 |
tmmm |
deploy palette control API
libavformat
|
2003-09-11 |
bellard |
simplified version handling
libavformat
|
2003-09-11 |
tmmm |
forgot to apply the palette component lookup table
libavformat
|
2003-09-10 |
bellard |
removed invalid sequence end code
libavformat
|
2003-09-10 |
bellard |
64 bit pts for writing - more const usage
libavformat
|