3567 Commits (010acd8ea17468e60f43db610b49024941b91b6b)

Author SHA1 Message Date
Michael Niedermayer 010acd8ea1 h264_probe() 16 years ago
Michael Niedermayer 55823964dc indent 16 years ago
Michael Niedermayer 0bef08e516 New codec probing system try #1. 16 years ago
Michael Niedermayer 3e86dba24b command_streams are type data not unknown. 16 years ago
Michael Niedermayer 9d3b9f2cce Move add_to_pktbuf() before av_read_packet(). My future work on codec identification 16 years ago
Michael Niedermayer 64cd3108df Move set_codec_from_probe_data() up to where the other probe functions are. 16 years ago
Michael Niedermayer 3179da621a Pass AVPacketList instead of the whole context to add_to_pktbuf as that is 16 years ago
Michael Niedermayer 876ef93d99 simplify 16 years ago
Michael Niedermayer 6e264d45bc Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. 16 years ago
Diego Biurrun 58607ca7d2 Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. 16 years ago
Diego Biurrun 37673b1bdd Move a function and an #ifdef CONFIG_MUXERS so that functions used only for 16 years ago
Diego Biurrun 66b32ce8d0 Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, 16 years ago
Anuradha Suraparaju eb64714c3a Add entry for Dirac codec. 16 years ago
Luca Abeni 80150f7ee8 Fix MPEG video packetization for RTP 16 years ago
Gregory Montoir 5b8cc860a1 Motion Pixels MVI Demuxer. 16 years ago
Michael Niedermayer cdb5af79e3 indent 16 years ago
Michael Niedermayer 7efeb73a5a 10000l for myself, my last change was incomplete. 16 years ago
Erik Hovland 72e043dd0f One-bit bitfields should probably be unsigned. Unfortunately, it is left 16 years ago
Michael Niedermayer 6d77d9acf7 Set cur_dts to 0 only during creating new streams and not every time cur_dts happens 16 years ago
Peter Ross b2f181c270 Electronic Arts CMV demuxer 16 years ago
Peter Ross 60f451b6fe Remove AVPaletteControl from ALG MM demuxer/decoder 16 years ago
Luca Abeni f6f848397a Remove outdated comment 16 years ago
Stefano Sabatini 265fccccde Print libavformat version in outgoing SDPs. 16 years ago
Reimar Döffinger 00496302d6 10l, fix nuv_header for the case when there is no video stream. 16 years ago
Diego Biurrun 76d3242835 Alphabetically order AVInputFormat/AVOutputFormat declarations. 16 years ago
Diego Biurrun 900eb63dd3 Add a note to remind people to add new raw formats to the Makefile. 16 years ago
Diego Biurrun 0c7b4823b3 Add missing dependency declaration for raw Dirac demuxer. 16 years ago
Diego Biurrun ac1ea66e17 spelling cosmetics in PCM codec long names 16 years ago
Aurelien Jacobs 92b2bc59c9 add some missing dependencies 16 years ago
Gregory Montoir ca3ed63e15 Remove inaccurate computation of pts for audio packets and rely on 16 years ago
Michael Niedermayer 0328995893 All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) 16 years ago
Michael Niedermayer d5ae45841f All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas 16 years ago
Diego Biurrun 15d6e3612f spelling cosmetics 16 years ago
Ronald S. Bultje 1e2802c5cf Reindent after r14059, see "[PATCH] allow empty params for 16 years ago
Ronald S. Bultje e145ce2027 Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow 16 years ago
Luca Abeni fba7815d8d Reindent after last commit 16 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 16 years ago
Baptiste Coudurier 90ffc4902e include track id in error message 16 years ago
Reimar Döffinger ddca6ab678 Change mtv_read_packet so it does not break after seeking (displaying a shifted image). 16 years ago
Reimar Döffinger 34bfe875d5 Fix pkt->pos to really point at start of packet for mtv audio packets. 16 years ago
Baptiste Coudurier 6f557c6a36 cosmetics 16 years ago
Baptiste Coudurier c7adbedb08 cosmetics, align vertically 16 years ago
Baptiste Coudurier c187f461f5 unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file 16 years ago
Stefan Gehrer 6d083dd7e9 fix size of header data 16 years ago
Baptiste Coudurier bc4c3a55f5 clarify error message about codec tag 16 years ago
Baptiste Coudurier 150611474e give context to av_log 16 years ago
Luca Abeni 6872368355 Do not free the priv_data field of AVStream on close (it is already 16 years ago
Michael Niedermayer 44369b45eb indent 16 years ago
Michael Niedermayer fd147f23a2 Inform the user about unhandled sectors. 16 years ago
Michael Niedermayer 66602c67be memleak 16 years ago