summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 'code' is used to index a table so make it unsignedAurelien Jacobs2009-01-213-3/+3
* yet another attempt on fixing synchronization in VMDKostya Shishkov2009-01-211-6/+6
* Empty audio chunks in VMD are silent, not skippedKostya Shishkov2009-01-211-1/+1
* cosmetics: reindent after last commitKostya Shishkov2009-01-211-7/+7
* VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov2009-01-211-29/+0
* change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier2009-01-201-3/+4
* another mpeg4 fourccBen Littler2009-01-201-0/+1
* Do not use avctx->frame_number which might not be set,Baptiste Coudurier2009-01-201-4/+5
* set correct value for starting lineBaptiste Coudurier2009-01-201-3/+10
* fix gxf time code mark out valueBaptiste Coudurier2009-01-201-1/+10
* Enable building r3d demuxer when its config is set.Benoit Fouet2009-01-201-0/+1
* Fix a read past end of buffer crash in the mp3 probeAlex Converse2009-01-201-1/+1
* R3D REDCODE demuxerBaptiste Coudurier2009-01-203-2/+387
* matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs2009-01-201-9/+11
* Use "" instead of <> when #including non-system headers.Diego Biurrun2009-01-191-1/+1
* Fix probing of files with ID3v2 tags. Discussed atAlex Converse2009-01-196-12/+43
* Restore mistakenly removed period after "DivX, Inc".Diego Biurrun2009-01-191-1/+1
* add T263. works on samples/V-codecs/T263/Ben Littler2009-01-191-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-1970-75/+75
* replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs2009-01-184-8/+7
* matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs2009-01-181-4/+1
* matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs2009-01-181-2/+7
* add jp2 formater in image2 muxerBaptiste Coudurier2009-01-181-1/+24
* jpeg2k is intra only codecBaptiste Coudurier2009-01-181-0/+1
* match format in names list separated by commasBaptiste Coudurier2009-01-171-1/+19
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-174-1/+133
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-173-4/+5
* export gcd function as av_gcd()Aurelien Jacobs2009-01-174-6/+6
* Cosmetics: indentDavid Conrad2009-01-171-1/+1
* Treat disposition==0 as undefined and don't write the default flagDavid Conrad2009-01-171-0/+1
* Flush the buffer after writing the header and when done with writing the filesDavid Conrad2009-01-171-0/+2
* add LM20 mimic in avi fourccBen Littler2009-01-161-0/+1
* WavPack hybrid mode supportKostya Shishkov2009-01-161-4/+0
* Merge declaration and initialization of io_buffer_sizeReimar Döffinger2009-01-161-6/+1
* Make io_buffer_size unsigned to avoid a warning about comparingReimar Döffinger2009-01-161-1/+2
* Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_in...Reimar Döffinger2009-01-161-1/+1
* Use AV_WB32 instead of reimplementing it.Reimar Döffinger2009-01-161-4/+2
* Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal.Reimar Döffinger2009-01-161-5/+1
* Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM)Reimar Döffinger2009-01-161-1/+1
* Make unsigned int a variable that does not need to be explicitely 32 bits.Marc Mason2009-01-161-1/+1
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-161-1/+2
* use ff_avc_parse_nal_units_buf because output size might differ from input sizeBaptiste Coudurier2009-01-161-7/+12
* 10l, fix prototypeBaptiste Coudurier2009-01-161-1/+1
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-162-2/+3
* move actual writing before so new size can be taken into accountBaptiste Coudurier2009-01-161-9/+9
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-162-2/+5
* Reindent after last commitLuca Abeni2009-01-153-3/+3
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-155-34/+36
* Factorise id3v2 header parsing from mp3.c to be sharedAlex Converse2009-01-154-18/+74
* use delay for subs and dirac tooBaptiste Coudurier2009-01-151-4/+10
OpenPOWER on IntegriCloud