summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...Justin Ruggles2007-08-041-2/+2
* set the previous tag size correctly in flv filesMichael Niedermayer2007-08-041-6/+8
* set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUEMichael Niedermayer2007-08-041-0/+3
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-042-3/+34
* set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fi...Baptiste Coudurier2007-08-041-0/+4
* detect MS wav codecsMichael Niedermayer2007-08-041-0/+3
* move code which adds a AVPacket into the packet buffer into its own functionMichael Niedermayer2007-08-031-33/+20
* fill title, author, copyright and comment fields by parsing udta atomBenoit Fouet2007-07-311-0/+41
* deal with the case where one of pts,dts has wrapped but the other has notMichael Niedermayer2007-07-311-0/+5
* kill antiwrapping code, i do not think this did anything goodMichael Niedermayer2007-07-301-13/+0
* treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side ef...Baptiste Coudurier2007-07-301-1/+1
* support silly PCM variant used by zork nemesisMichael Niedermayer2007-07-301-0/+2
* Merge get_str() and get_str8() functions.Ronald S. Bultje2007-07-281-18/+12
* Fix get_str/get_str8() to also work if the target string is not long enough toRonald S. Bultje2007-07-281-6/+8
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-1/+1
* Add EBML ID for Segment UIDDavid Conrad2007-07-281-0/+1
* detect voxware (closes issue39)Michael Niedermayer2007-07-271-0/+1
* try exact match before case insensitive match in codec_get_idMichael Niedermayer2007-07-271-7/+11
* ignore invalid packet_obj_sizeMichael Niedermayer2007-07-271-0/+9
* Introduce an SDP generatorLuca Abeni2007-07-263-1/+233
* cosmetics: alignmentAurelien Jacobs2007-07-261-5/+5
* replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs2007-07-263-40/+33
* Avoid misdetecting acelp in ASF as MP3.Michael Niedermayer2007-07-251-1/+1
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-251-0/+2
* use the most appropriate codec id for A_MPEG/L1 and L2Aurelien Jacobs2007-07-251-2/+2
* reorder matroska codec tags so that the encoder picks up the appropriate tagAurelien Jacobs2007-07-251-3/+3
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-201-1/+1
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-194-5/+5
* Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-1966-250/+250
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-1941-104/+104
* Make video hook infrastructure conditional on video hooks being enabled.Diego Biurrun2007-07-191-1/+1
* use sscanf to parse addressBenoit Fouet2007-07-191-11/+2
* remove useless checkBenoit Fouet2007-07-181-3/+3
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-181-4/+5
* typo fixesDiego Biurrun2007-07-171-1/+1
* MinGW has those include files.Ramiro Polla2007-07-161-2/+0
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-162-12/+12
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-161-11/+2
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-162-1/+5
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-161-0/+2
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-151-2/+0
* Avoid using undefined symbols.Aurelien Jacobs2007-07-141-4/+6
* Allow selecting only the vc1 demuxer.Aurelien Jacobs2007-07-141-0/+1
* Allow selecting only the mpegtsraw demuxer.Aurelien Jacobs2007-07-141-0/+1
* The dxa demuxer depends on riff.o.Aurelien Jacobs2007-07-141-1/+1
* The dv1394 demuxer depends on dv.o.Aurelien Jacobs2007-07-141-1/+1
* All those demuxers don't depend on riff.o anymore.Aurelien Jacobs2007-07-141-7/+7
* All those demuxers use pcm_read_seek() and thus depend on raw.o.Aurelien Jacobs2007-07-141-5/+5
* The c93 demuxer depends on vocdec.o.Aurelien Jacobs2007-07-141-1/+1
OpenPOWER on IntegriCloud