aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* handle a wider variety of VQA files, including silent filesMike Melanson2003-10-041-23/+60
* implemented Id Quake II CIN supportMike Melanson2003-10-034-1/+318
* * fixing bug that prevented resampling the picture andRoman Shaposhnik2003-10-031-1/+1
* fixed codec specific data headersAlex Beregszaszi2003-10-021-10/+9
* fixed time base and sample rate handlingAlex Beregszaszi2003-10-021-9/+17
* fix fabrice's broken get_bi and some minor changes in draftAlex Beregszaszi2003-10-021-26/+8
* properly demux silent files; implemented precise framerate calculationMike Melanson2003-10-021-21/+36
* the correct data type is offset_tMike Melanson2003-10-021-1/+1
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-011-1/+0
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-017-1/+718
* Patch for attribute(printf) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-301-1/+1
* 10lMichael Niedermayer2003-09-291-3/+0
* * The functionality is now available in dv.[ch].Roman Shaposhnik2003-09-292-741/+0
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-295-238/+883
* Fix a very nasty problem with extra bytes appearing in TCP data streams.Philip Gladstone2003-09-291-3/+7
* PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...Dan Christiansen2003-09-281-1/+1
* mov/mp4/3gp muxer improvements patch by (Thomas Raivio <tjraivio at cc dot hu...Thomas Raivio2003-09-281-192/+274
* AMR-WB support by (Johannes Carlsson <joca at rixmail dot se>)Michael Niedermayer2003-09-284-87/+139
* send the chunk preamble bytes to the respective decoders; Id RoQ demuxerMike Melanson2003-09-261-3/+2
* yuv4mpeg.c extra space patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2003-09-251-1/+1
* Fix compilation with cccFalk Hüffner2003-09-221-0/+7
* clean up 4xm demuxer; make valgrind just a little happierMike Melanson2003-09-202-15/+7
* iterate through the appropriate range of palette entriesMike Melanson2003-09-201-1/+1
* provisions for raw PCM audioMike Melanson2003-09-181-2/+9
* remove unused AMREXTRALIBSFabrice Bellard2003-09-161-3/+3
* generate correct PTS in transport stream - use mpeg2 encoder by defaultFabrice Bellard2003-09-161-73/+101
* * fixing a typo ;-)Roman Shaposhnik2003-09-162-2/+2
* correct DLL windows installFabrice Bellard2003-09-151-11/+13
* adapt to use interim palette control API; do away with multi-chunk dataMike Melanson2003-09-141-22/+24
* 64 bit pts for writing - more const usage (don't forget me !)François Revol2003-09-131-1/+1
* deploy palette control APIMike Melanson2003-09-121-12/+5
* simplified version handlingFabrice Bellard2003-09-111-4/+3
* forgot to apply the palette component lookup tableMike Melanson2003-09-111-5/+7
* removed invalid sequence end codeFabrice Bellard2003-09-101-12/+7
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-1025-54/+53
* get_bi(), be/le fixMichael Niedermayer2003-09-101-14/+28
* theres no SVQ1 encoder -> it cant be defaultMichael Niedermayer2003-09-101-1/+1
* mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global header fix)Michael Niedermayer2003-09-091-124/+92
* memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2003-09-091-0/+4
* kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot bitfrea...Michael Niedermayer2003-09-091-1/+2
* Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard2003-09-091-1/+1
* ID3 parsing and generation in MP3 formatFabrice Bellard2003-09-085-82/+409
* removed localtime_r.hFabrice Bellard2003-09-081-1/+0
* CODEC_ID_MP3LAME is obsoleteFabrice Bellard2003-09-088-19/+19
* removed os_support.hFabrice Bellard2003-09-081-2/+0
* simpler strptime - added os_support.[ch] - moved localtime_r to os_support.cFabrice Bellard2003-09-0810-1152/+212
* removed ctype.h headerFabrice Bellard2003-09-087-6/+4
* fixed endianness dependancies (untested)Fabrice Bellard2003-09-081-26/+23
* hacks to support Xan AVI filesMike Melanson2003-09-082-0/+8
* support for Duck DK3 and DK4 ADPCMMike Melanson2003-09-081-0/+2