3594 Commits (9296f5d81acb9b3f8d8870a78ded6e284a1f4f58)

Author SHA1 Message Date
Joakim Plate 3a459ebe35 aspect stored in nuv files must be converted from display- to sample-aspect. 16 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 16 years ago
John Schmiederer ec072669f7 Use tkhd matrix for proper display in mov. 16 years ago
Kostya Shishkov 327ce5e6e6 SMPTE 421M Annex L (aka .rcv) muxer 16 years ago
Baptiste Coudurier f12c4bba79 add ogv extension 16 years ago
Baptiste Coudurier 0fb6c620c0 cosmetics, remove space 16 years ago
Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 16 years ago
Erik Hovland be390a4e2e Fix a mem leak in av_find_stream_info(). 16 years ago
Måns Rullgård c6002ea14d MPEGTS: Improve probe function 16 years ago
Baptiste Coudurier 5469b788ea cosmetics, remove space 16 years ago
Baptiste Coudurier 40e7aaa384 Return max score when ftyp atom is encountered. 16 years ago
Michael Niedermayer 2615800a27 Try to fix FATE after my time_base simplification change. 16 years ago
Diego Biurrun 9e4cd83347 cosmetics: Fix mxf codec long name. 16 years ago
Siarhei Siamashka 589790c294 OGG: Add padding at end of Vorbis headers 16 years ago
Michael Niedermayer 154dffd04c Make flic probe check a few more things. 16 years ago
Michael Niedermayer 744b4c02c2 Move the codec_id overriding at a slightly better place. 16 years ago
Michael Niedermayer 283c061936 Remove common factors from timebase in av_set_pts_info(). 16 years ago
Diego Biurrun fb72cf46f7 gifdec.c was removed, purge its entry from the Makefile. 16 years ago
Måns Rullgård e8420626d0 RTP: use dprintf(), allow compilation with -DDEBUG 16 years ago
Måns Rullgård f94981ea6a ASF: use dprintf(), allow compilation with -DDEBUG 16 years ago
Michael Niedermayer 0b54f3c087 Remove gif demuxer, the code contains a gif decoder and lzw decoder neither 16 years ago
Michael Niedermayer c1c9046656 Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which 16 years ago
Michael Niedermayer dd57251cb0 Remove old hackish codec probe system. 16 years ago
Michael Niedermayer 2a72e494c3 Use strcmp() instead of strncmp() in set_codec_from_probe_data(). 16 years ago
Michael Niedermayer 25d3fb7374 indent 16 years ago
Michael Niedermayer 942de2f4fa Only try to probe the codec when the available data has roughly doubled 16 years ago
Michael Niedermayer 312d24d5e9 Add mpegvideo and H.264 to the codec probe. 16 years ago
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