summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* simplifyMichael Niedermayer2008-07-11
* Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer2008-07-11
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-11
* Move a function and an #ifdef CONFIG_MUXERS so that functions used only forDiego Biurrun2008-07-11
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-11
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-10
* Fix MPEG video packetization for RTPLuca Abeni2008-07-10
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-10
* indentMichael Niedermayer2008-07-08
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-08
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-08
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-08
* Electronic Arts CMV demuxerPeter Ross2008-07-08
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-08
* Remove outdated commentLuca Abeni2008-07-08
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-08
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-07
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-07
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-07
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-07
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-07
* add some missing dependenciesAurelien Jacobs2008-07-06
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-06
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer2008-07-04
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-04
* spelling cosmeticsDiego Biurrun2008-07-04
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-03
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-03
* Reindent after last commitLuca Abeni2008-07-02
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-02
* 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