summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* indentMichael Niedermayer2008-07-081-2/+2
* 10000l for myself, my last change was incomplete.Michael Niedermayer2008-07-081-1/+3
* One-bit bitfields should probably be unsigned. Unfortunately, it is leftErik Hovland2008-07-082-9/+9
* Set cur_dts to 0 only during creating new streams and not every time cur_dts ...Michael Niedermayer2008-07-081-5/+5
* Electronic Arts CMV demuxerPeter Ross2008-07-081-0/+15
* Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross2008-07-081-22/+3
* Remove outdated commentLuca Abeni2008-07-081-1/+0
* Print libavformat version in outgoing SDPs.Stefano Sabatini2008-07-081-1/+1
* 10l, fix nuv_header for the case when there is no video stream.Reimar Döffinger2008-07-071-1/+1
* Alphabetically order AVInputFormat/AVOutputFormat declarations.Diego Biurrun2008-07-071-199/+200
* Add a note to remind people to add new raw formats to the Makefile.Diego Biurrun2008-07-071-0/+3
* Add missing dependency declaration for raw Dirac demuxer.Diego Biurrun2008-07-071-0/+1
* spelling cosmetics in PCM codec long namesDiego Biurrun2008-07-071-8/+8
* add some missing dependenciesAurelien Jacobs2008-07-061-1/+4
* Remove inaccurate computation of pts for audio packets and rely onGregory Montoir2008-07-061-1/+1
* All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not explo...Michael Niedermayer2008-07-041-1/+1
* All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreasMichael Niedermayer2008-07-041-0/+2
* spelling cosmeticsDiego Biurrun2008-07-041-23/+25
* Reindent after r14059, see "[PATCH] allow empty params forRonald S. Bultje2008-07-031-3/+3
* Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allowRonald S. Bultje2008-07-031-0/+2
* Reindent after last commitLuca Abeni2008-07-021-10/+10
* Fix A/V synch for RTP streams that do not contain MPEG1 or 2Luca Abeni2008-07-021-18/+6
* include track id in error messageBaptiste Coudurier2008-06-281-1/+1
* Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger2008-06-281-12/+8
* Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger2008-06-281-0/+1
* cosmeticsBaptiste Coudurier2008-06-281-1/+1
* cosmetics, align verticallyBaptiste Coudurier2008-06-281-12/+12
* unset Track sets, relying in AVStream->priv_data and will be freed in av_clos...Baptiste Coudurier2008-06-271-0/+3
* fix size of header dataStefan Gehrer2008-06-271-1/+1
* clarify error message about codec tagBaptiste Coudurier2008-06-271-1/+2
* give context to av_logBaptiste Coudurier2008-06-271-2/+2
* Do not free the priv_data field of AVStream on close (it is alreadyLuca Abeni2008-06-271-1/+0
* indentMichael Niedermayer2008-06-261-8/+8
* Inform the user about unhandled sectors.Michael Niedermayer2008-06-261-0/+1
* memleakMichael Niedermayer2008-06-261-0/+5
* Do not completely bail out for invalid params, just skip the current sector.Michael Niedermayer2008-06-261-1/+1
* merge decl & initMichael Niedermayer2008-06-261-2/+1
* Get rid of weird pre reading code.Michael Niedermayer2008-06-261-71/+38
* Remove debugging trash.Michael Niedermayer2008-06-261-26/+0
* Another variable that did nothing at allMichael Niedermayer2008-06-261-12/+0
* remove code that discards streams randomlyMichael Niedermayer2008-06-261-23/+15
* vertical alignMichael Niedermayer2008-06-261-10/+10
* Remove a dozen unused variables.Michael Niedermayer2008-06-261-34/+4
* unused varMichael Niedermayer2008-06-261-4/+0
* Fix exploitable code.Michael Niedermayer2008-06-261-10/+21
* Remove start_time guessing code.Michael Niedermayer2008-06-261-10/+0
* Also print flags with FF_FDEBUG_TS.Michael Niedermayer2008-06-261-4/+6
* Prevent invalid timestamps from being stored.Michael Niedermayer2008-06-251-0/+3
* Add support for mp3 contained in omaBenjamin Larsson2008-06-251-0/+4
* Rearrange parameter logicBenjamin Larsson2008-06-251-14/+16
OpenPOWER on IntegriCloud