3576 Commits (1cad63d6256bd2d1ae348f3cf4c57d429dc6e2c7)

Author SHA1 Message Date
Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 17 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 17 years ago
Michael Niedermayer 0b54f3c087 Remove gif demuxer, the code contains a gif decoder and lzw decoder neither 17 years ago
Michael Niedermayer c1c9046656 Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which 17 years ago
Michael Niedermayer dd57251cb0 Remove old hackish codec probe system. 17 years ago
Michael Niedermayer 2a72e494c3 Use strcmp() instead of strncmp() in set_codec_from_probe_data(). 17 years ago
Michael Niedermayer 25d3fb7374 indent 17 years ago
Michael Niedermayer 942de2f4fa Only try to probe the codec when the available data has roughly doubled 17 years ago
Michael Niedermayer 312d24d5e9 Add mpegvideo and H.264 to the codec probe. 17 years ago
Michael Niedermayer 010acd8ea1 h264_probe() 17 years ago
Michael Niedermayer 55823964dc indent 17 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 17 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 17 years ago
Michael Niedermayer 9d3b9f2cce Move add_to_pktbuf() before av_read_packet(). My future work on codec identification 17 years ago
Michael Niedermayer 64cd3108df Move set_codec_from_probe_data() up to where the other probe functions are. 17 years ago
Michael Niedermayer 3179da621a Pass AVPacketList instead of the whole context to add_to_pktbuf as that is 17 years ago
Michael Niedermayer 876ef93d99 simplify 17 years ago
Michael Niedermayer 6e264d45bc Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. 17 years ago
Diego Biurrun 58607ca7d2 Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. 17 years ago
Diego Biurrun 37673b1bdd Move a function and an #ifdef CONFIG_MUXERS so that functions used only for 17 years ago
Diego Biurrun 66b32ce8d0 Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, 17 years ago
Anuradha Suraparaju eb64714c3a Add entry for Dirac codec. 17 years ago
Luca Abeni 80150f7ee8 Fix MPEG video packetization for RTP 17 years ago
Gregory Montoir 5b8cc860a1 Motion Pixels MVI Demuxer. 17 years ago
Michael Niedermayer cdb5af79e3 indent 17 years ago
Michael Niedermayer 7efeb73a5a 10000l for myself, my last change was incomplete. 17 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 17 years ago
Michael Niedermayer 6d77d9acf7 Set cur_dts to 0 only during creating new streams and not every time cur_dts happens 17 years ago
Peter Ross b2f181c270 Electronic Arts CMV demuxer 17 years ago
Peter Ross 60f451b6fe Remove AVPaletteControl from ALG MM demuxer/decoder 17 years ago
Luca Abeni f6f848397a Remove outdated comment 17 years ago
Stefano Sabatini 265fccccde Print libavformat version in outgoing SDPs. 17 years ago
Reimar Döffinger 00496302d6 10l, fix nuv_header for the case when there is no video stream. 17 years ago
Diego Biurrun 76d3242835 Alphabetically order AVInputFormat/AVOutputFormat declarations. 17 years ago
Diego Biurrun 900eb63dd3 Add a note to remind people to add new raw formats to the Makefile. 17 years ago
Diego Biurrun 0c7b4823b3 Add missing dependency declaration for raw Dirac demuxer. 17 years ago
Diego Biurrun ac1ea66e17 spelling cosmetics in PCM codec long names 17 years ago
Aurelien Jacobs 92b2bc59c9 add some missing dependencies 17 years ago
Gregory Montoir ca3ed63e15 Remove inaccurate computation of pts for audio packets and rely on 17 years ago
Michael Niedermayer 0328995893 All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) 17 years ago
Michael Niedermayer d5ae45841f All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas 17 years ago
Diego Biurrun 15d6e3612f spelling cosmetics 17 years ago
Ronald S. Bultje 1e2802c5cf Reindent after r14059, see "[PATCH] allow empty params for 17 years ago
Ronald S. Bultje e145ce2027 Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow 17 years ago
Luca Abeni fba7815d8d Reindent after last commit 17 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 17 years ago
Baptiste Coudurier 90ffc4902e include track id in error message 17 years ago
Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 17 years ago
Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 17 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 17 years ago