summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Fix mxf codec long name.Diego Biurrun2008-07-161-1/+1
* OGG: Add padding at end of Vorbis headersSiarhei Siamashka2008-07-151-1/+1
* Make flic probe check a few more things.Michael Niedermayer2008-07-141-0/+13
* Move the codec_id overriding at a slightly better place.Michael Niedermayer2008-07-141-5/+5
* Remove common factors from timebase in av_set_pts_info().Michael Niedermayer2008-07-141-2/+6
* gifdec.c was removed, purge its entry from the Makefile.Diego Biurrun2008-07-141-1/+0
* RTP: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-132-15/+5
* ASF: use dprintf(), allow compilation with -DDEBUGMåns Rullgård2008-07-131-11/+9
* Remove gif demuxer, the code contains a gif decoder and lzw decoder neitherMichael Niedermayer2008-07-132-591/+1
* Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly whichMichael Niedermayer2008-07-121-1/+1
* Remove old hackish codec probe system.Michael Niedermayer2008-07-121-38/+0
* Use strcmp() instead of strncmp() in set_codec_from_probe_data().Michael Niedermayer2008-07-121-2/+2
* indentMichael Niedermayer2008-07-121-5/+5
* Only try to probe the codec when the available data has roughly doubledMichael Niedermayer2008-07-121-0/+2
* Add mpegvideo and H.264 to the codec probe.Michael Niedermayer2008-07-121-0/+4
* h264_probe()Michael Niedermayer2008-07-121-1/+45
* indentMichael Niedermayer2008-07-121-16/+16
* New codec probing system try #1.Michael Niedermayer2008-07-123-2/+44
* command_streams are type data not unknown.Michael Niedermayer2008-07-121-1/+1
* Move add_to_pktbuf() before av_read_packet(). My future work on codec identif...Michael Niedermayer2008-07-121-16/+16
* Move set_codec_from_probe_data() up to where the other probe functions are.Michael Niedermayer2008-07-121-14/+14
* Pass AVPacketList instead of the whole context to add_to_pktbuf as that isMichael Niedermayer2008-07-121-5/+5
* simplifyMichael Niedermayer2008-07-111-8/+4
* Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr.Michael Niedermayer2008-07-111-2/+11
* Move one function that is only used for muxing below #ifdef CONFIG_MUXERS.Diego Biurrun2008-07-111-31/+31
* Move a function and an #ifdef CONFIG_MUXERS so that functions used only forDiego Biurrun2008-07-111-8/+8
* Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER,Diego Biurrun2008-07-111-1/+1
* Add entry for Dirac codec.Anuradha Suraparaju2008-07-101-0/+1
* Fix MPEG video packetization for RTPLuca Abeni2008-07-101-2/+2
* Motion Pixels MVI Demuxer.Gregory Montoir2008-07-104-1/+138
* 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
OpenPOWER on IntegriCloud