3620 Commits (2d47c3de988c3448bc8ed1799dd3df5cdd16549f)

Author SHA1 Message Date
Justin Ruggles 2d47c3de98 remove a comment which is no longer true 17 years ago
Baptiste Coudurier aaef2bb345 support big endian lpcm with audio stsd v2 17 years ago
Baptiste Coudurier 6b477e1b71 keep original codec/fourcc endianness, fix XDCAMHD.mov 17 years ago
Baptiste Coudurier 9184d53a03 more complete audio stsd v2 17 years ago
Baptiste Coudurier 5ef3ad59f2 move version specific parsing code before codec specific code, will be needed 17 years ago
Michael Niedermayer 758af9868e Recommit r14497 17 years ago
Michael Niedermayer c5e56a813b Revert r14497 17 years ago
Diego Biurrun 2e11268ea9 Add missing header #includes. 17 years ago
Art Clarke 138568e9da downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com 17 years ago
Baptiste Coudurier 39a127bfbc Only reset buffer state if seeking is successful; update seek reg ref. 17 years ago
Baptiste Coudurier d701934bef check url_fseek return value 17 years ago
Baptiste Coudurier aaec4e03e9 check url_fseek return value, update seek reg tests 17 years ago
Baptiste Coudurier 22e7d9cc25 skip flv video info / command frame packets, fix issue #546 17 years ago
Baptiste Coudurier 62f2523062 change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 17 years ago
Peter Ross af8ed96f45 EA Demuxer: make rev2 flag optional 17 years ago
Baptiste Coudurier f07fd8c08c add a bunch of new xdcam hd422 fourccs 17 years ago
Baptiste Coudurier 7fc628cad9 more hdv fourccs 17 years ago
Baptiste Coudurier 138ef0a9a2 update hdv fourcc descriptions 17 years ago
Stefano Sabatini c16184e9ba Fix a typo in sdp_write_header(): change "IPV4", which is not a valid 17 years ago
Michael Niedermayer 452a398fd6 Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. 17 years ago
Stefano Sabatini af274fd1e1 Improve long names for FFM muxer and demuxer: 17 years ago
Aurelien Jacobs d3d265b288 matroska: add support for A_QUICKTIME/QDM2 codec 17 years ago
Aurelien Jacobs f009e36f75 matroska: add support for V_QUICKTIME track type 17 years ago
Michael Niedermayer 01037451f9 Detect IDR less H.264 correctly. 17 years ago
Peter Ross 249f324364 Support 32-bit floating point audio samples in Sun AU demuxer 17 years ago
Joakim Plate 4c8e5dfcc5 Fix handling of old nuv files where an aspect of 1 actually means 4/3 17 years ago
Joakim Plate 3a459ebe35 aspect stored in nuv files must be converted from display- to sample-aspect. 17 years ago
Diego Biurrun ca74c0a180 cosmetics: Fix two common typos: wont --> will not, lets --> let us. 17 years ago
John Schmiederer ec072669f7 Use tkhd matrix for proper display in mov. 17 years ago
Kostya Shishkov 327ce5e6e6 SMPTE 421M Annex L (aka .rcv) muxer 17 years ago
Baptiste Coudurier f12c4bba79 add ogv extension 17 years ago
Baptiste Coudurier 0fb6c620c0 cosmetics, remove space 17 years ago
Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 17 years ago
Erik Hovland be390a4e2e Fix a mem leak in av_find_stream_info(). 17 years ago
Måns Rullgård c6002ea14d MPEGTS: Improve probe function 17 years ago
Baptiste Coudurier 5469b788ea cosmetics, remove space 17 years ago
Baptiste Coudurier 40e7aaa384 Return max score when ftyp atom is encountered. 17 years ago
Michael Niedermayer 2615800a27 Try to fix FATE after my time_base simplification change. 17 years ago
Diego Biurrun 9e4cd83347 cosmetics: Fix mxf codec long name. 17 years ago
Siarhei Siamashka 589790c294 OGG: Add padding at end of Vorbis headers 17 years ago
Michael Niedermayer 154dffd04c Make flic probe check a few more things. 17 years ago
Michael Niedermayer 744b4c02c2 Move the codec_id overriding at a slightly better place. 17 years ago
Michael Niedermayer 283c061936 Remove common factors from timebase in av_set_pts_info(). 17 years ago
Diego Biurrun fb72cf46f7 gifdec.c was removed, purge its entry from the Makefile. 17 years ago
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