summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* remove useless wrapperBaptiste Coudurier2009-04-12
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-12
* remove useless wrapperBaptiste Coudurier2009-04-12
* Slightly improve/correct description of wc3_pal_lookupReimar Döffinger2009-04-12
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Disable metadata reading. Yes, I would like to know what this code is good forMichael Niedermayer2009-04-12
* replace DEBUG_SI with DEBUG and use dprintfBaptiste Coudurier2009-04-12
* Set stream type to ac3 if registration descriptor is present.Baptiste Coudurier2009-04-12
* simplify registration descriptor parsing with bytestream get functionsBaptiste Coudurier2009-04-12
* Ok, ts demuxer is more complicated than I thoughtBjörn Axelsson2009-04-12
* fix end of buffer check, fix hang_read_header.h264.tsBaptiste Coudurier2009-04-12
* fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samplesBaptiste Coudurier2009-04-12
* Simplify packet duplication code in ff_interleave_add_packet.Reimar Döffinger2009-04-11
* Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign...Reimar Döffinger2009-04-11
* wc3movie: return partial packets if not all data can be read.Reimar Döffinger2009-04-11
* Explain the purpose of the wc3_pal_lookup and the formula that was used toReimar Döffinger2009-04-11
* Use get_le32/get_be32 in wc3movie demuxer instead of reading everything intoReimar Döffinger2009-04-11
* Get rid of av_destruct_packet_nofree and use NULL instead.Reimar Döffinger2009-04-11
* ReindentReimar Döffinger2009-04-11
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-11
* Replace rand() usage by av_lfg_get().Diego Biurrun2009-04-10
* cosmetics: Align output columns.Diego Biurrun2009-04-10
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
* Add 'PNG1' to PNG fourcc codes.Thilo Borgmann2009-04-10
* Make try_decode_frame() use the new avcodec_decode_* API.Thilo Borgmann2009-04-10
* AAC packetiser cleanup: use consts instead of #definesLuca Abeni2009-04-09
* AAC packetiser cleanup: remove check for a condition that cannot happenLuca Abeni2009-04-09
* Fix two checks in the AAC packetiser, which were too conservativeMartin Storsjö2009-04-09
* Fix memleak in nuv demuxer: free packet already allocated packet whenReimar Döffinger2009-04-09
* Correctly set packet size for partial video packets in nuv demuxer.Reimar Döffinger2009-04-08
* Add av_shrink_packet function for use in av_get_packet that reduces pkt->sizeReimar Döffinger2009-04-08
* Reduce code duplication.Zhentan Feng2009-04-08
* Add support for AMR audio in the RTP muxerMartin Storsjö2009-04-08
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
* Reindent after r18372.Ronald S. Bultje2009-04-08
* Add waveformat-extensible support in the wav muxer.Ronald S. Bultje2009-04-08
* move codec tag tables near corresponding codeBaptiste Coudurier2009-04-07
* cosmetics, reindentBaptiste Coudurier2009-04-07
* cosmetics, add empty line and remove useless bracesBaptiste Coudurier2009-04-07
* fix compilation, add missing parenthesisBaptiste Coudurier2009-04-07
* comment the ipod subtitle checkBaptiste Coudurier2009-04-07
* invert condition to simplify codeBaptiste Coudurier2009-04-07
* remove no more needed code, tag is set by defaultBaptiste Coudurier2009-04-07
* cosmetics, reindent, add empty linesBaptiste Coudurier2009-04-07
* split mov_find_codec_tag in separate per format functionsBaptiste Coudurier2009-04-07
* Always return 0 if read_packet is successful.Reimar Döffinger2009-04-07
* Do not uselessly read version string into a buffer.Reimar Döffinger2009-04-07
* Describe read_alloc return value and required pkt handling to avoid memleaksReimar Döffinger2009-04-07
* Error out also when reading nuv header returns with partial data and returnReimar Döffinger2009-04-07
* set bits_per_coded_sample for rawvideoBaptiste Coudurier2009-04-07