summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* include track id in error messageBaptiste Coudurier2008-06-28
* Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger2008-06-28
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-28
* cosmeticsBaptiste Coudurier2008-06-28
* cosmetics, align verticallyBaptiste Coudurier2008-06-28
* unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier2008-06-27
* fix size of header dataStefan Gehrer2008-06-27
* clarify error message about codec tagBaptiste Coudurier2008-06-27
* give context to av_logBaptiste Coudurier2008-06-27
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-27
* indentMichael Niedermayer2008-06-26
* Inform the user about unhandled sectors.Michael Niedermayer2008-06-26
* memleakMichael Niedermayer2008-06-26
* Do not completely bail out for invalid params, just skip the current sector.Michael Niedermayer2008-06-26
* merge decl & initMichael Niedermayer2008-06-26
* Get rid of weird pre reading code.Michael Niedermayer2008-06-26
* Remove debugging trash.Michael Niedermayer2008-06-26
* Another variable that did nothing at allMichael Niedermayer2008-06-26
* remove code that discards streams randomlyMichael Niedermayer2008-06-26
* vertical alignMichael Niedermayer2008-06-26
* Remove a dozen unused variables.Michael Niedermayer2008-06-26
* unused varMichael Niedermayer2008-06-26
* Fix exploitable code.Michael Niedermayer2008-06-26
* Remove start_time guessing code.Michael Niedermayer2008-06-26
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-26
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-25
* Add support for mp3 contained in omaBenjamin Larsson2008-06-25
* Rearrange parameter logicBenjamin Larsson2008-06-25
* Add more codec IDs and tags.Benjamin Larsson2008-06-25
* make av_find_stream_info find frame_size for aac tooBaptiste Coudurier2008-06-25
* Make av_find_stream_info() find the frame_size for vorbis.Michael Niedermayer2008-06-25
* Fill missing pts in during muxing when we know that they are equal to dts.Michael Niedermayer2008-06-25
* We cannot calculate the duration of vorbis packets even if we do know theMichael Niedermayer2008-06-25
* Remove improper usage of AV_TIME_BASE_QLuca Abeni2008-06-25
* Prevent duration calculation code from generating random durations forMichael Niedermayer2008-06-24
* Do not set sample_rate = 90000 for mp2 and mp3 audio over RTPLuca Abeni2008-06-24
* Remove unused variable, fixes the warning:Diego Biurrun2008-06-23
* chinese avs demuxing support, demux AVSFileFormat.mp4Baptiste Coudurier2008-06-22
* matroskadec: decode track private data if neededEvgeniy Stepanov2008-06-22
* matroskadec: move buffer decoding code to a separate functionEvgeniy Stepanov2008-06-22
* matroskadec: fix a memory leakAurelien Jacobs2008-06-22
* cosmetics, pts->dtsBaptiste Coudurier2008-06-22
* store dts in ffm headersBaptiste Coudurier2008-06-22
* remove pts set hack, this is no more correctBaptiste Coudurier2008-06-22
* enable feeder threadsBaptiste Coudurier2008-06-22
* do not reset ffm pts, this avoids setting last pts to 0 and screwing up seekingBaptiste Coudurier2008-06-22
* uniformize AVStream->priv_data freeing in av_close_input_streamBaptiste Coudurier2008-06-20
* factorize read_header failure freeing codeBaptiste Coudurier2008-06-20
* Check if there is at least a stream before writing trailer.Art Clarke2008-06-20
* remove useless close funcsBaptiste Coudurier2008-06-19