7887 Commits (a6e923c9db16acb9373c537ec0da23e1c6a6f1b6)
 

Author SHA1 Message Date
Steve L'Homme 5d352ca98a Add A_AAC codec identifier support in matroska. 18 years ago
Michael Niedermayer 7b24f9b425 libnut uses "MP3 " for mp3 18 years ago
Baptiste Coudurier 5e8b05f8df report error when local tag has 0 size 18 years ago
Michael Niedermayer f1a06ca80b zero private bits 18 years ago
Michael Niedermayer eea784dab0 store a identifer and the first header in extradata 18 years ago
Michael Niedermayer f889d3f9e4 also set strict_std_compliance for stream copy, its needed for the bitstream filters 18 years ago
Michael Niedermayer eacb41b2e9 mp3 header (de)compression bitstream filter 18 years ago
Måns Rullgård 78fcba8fc7 disable -Winline spam, --enable-extra-warnings to enable 18 years ago
Michael Niedermayer 92a3541876 16bit in avi is RGB555 18 years ago
Panagiotis Issaris c2212338e8 Remove the H264Context parameter from decode_init_vlc() as it is not being used. 18 years ago
Luca Abeni 7964ed71e9 Synch with ffmpeg's r6938 "allow spaces in source and build directory names..." 18 years ago
Baptiste Coudurier cbee7a6944 get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_ID_AAC where used 18 years ago
Michael Niedermayer 6c4d16556b 10000l to myself, fixing regression test failure 18 years ago
Måns Rullgård 47d23bbfe4 check for byteswap.h 18 years ago
Baptiste Coudurier 95a07973cb support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov 18 years ago
Måns Rullgård c63b9a1123 rename CONFIG_SDL -> HAVE_SDL 18 years ago
Måns Rullgård d226c75084 rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK 18 years ago
Michael Niedermayer 1f51da1b4a fix missdetection of mpeg-ps (ps2_interdite.mpg) 18 years ago
Aurelien Jacobs 09c2b9421d add support for AAC in matroska 18 years ago
Aurelien Jacobs 4647c0ec66 add audio output sampling freqency reading in matroska 18 years ago
Brian Brice 0008afc59c * fixing a memory leak in DV format. 18 years ago
Aurelien Jacobs 9df5ea29f3 Add myself as matroska.c maintainer. 18 years ago
Aurelien Jacobs 95cc43b28b Better way to detect cluster (fix files encoded with Haali's muxer). 18 years ago
Michael Niedermayer b5ca0c6ff9 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a the end of the picture 18 years ago
Diego Biurrun 171b361e01 Remove illegal FourCC values. 18 years ago
Thijs Vermeir 8f57cc5a32 mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com) 18 years ago
Michael Niedermayer 79e5a53c0a utf8 title support for psp (untested) 18 years ago
Måns Rullgård 997baf0141 allow spaces in source and build directory names 18 years ago
Steve L'Homme 94b594c68a add "seek by bytes" support to ffplay 18 years ago
Ryan Martell 1d1be919ce add support for rtp/h264 streaming 18 years ago
Víctor Paesa abc7202f45 Some documentation on the vhook imlib2 moving images feature. 18 years ago
Baptiste Coudurier 9d210bb42b typo 18 years ago
Baptiste Coudurier 80d617f5b4 add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flag 18 years ago
Luca Barbato d9d2f88def Simplify 18 years ago
Diego Biurrun 4802a7a7b1 Use MMX only under x86_32, there are compilation problems. 18 years ago
Baptiste Coudurier 1766295516 add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values 18 years ago
Víctor Paesa 718eeb6a21 add moving images feature to imlib2 vhook 18 years ago
Nigel Pearson d904b5fc66 Fix MacIntel build: "/nop" is illegal on Apple's older version of GAS 18 years ago
Kostya Shishkov 7d7912c34b Bump version for Fraps v[24] support 18 years ago
Aurelien Jacobs 0ab07420a2 Allow reading matroska title. 18 years ago
Aurelien Jacobs 5b99b90d38 cosmetics: reindent after last commit 18 years ago
Aurelien Jacobs ce99efc6ff Don't need to check for NULL before av_free(). 18 years ago
Steve L'Homme ae17bf6ac8 Add support for block duration. 18 years ago
Steve L'Homme 063c8f2662 Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one). 18 years ago
Steve L'Homme b9756b2e39 guess matroska files frame rate 18 years ago
Ryan Martell 31693e00fc Add support for getting duration of a RTP stream (for seeking in stream) 18 years ago
Michael Niedermayer 4408e75e02 2nd try for -vcodec copy timebase selection last one choose 1fps due to broken opendivx stream in avi (avi had the correct 15fps) 18 years ago
Steve L'Homme 1c75f2bc5b remove floats in 10 bytes/byte support (no version of matroska used it) 18 years ago
Reimar Döffinger e07eaaccc1 Avoid void*-arithmetic, and uint8_t* is more correct anyway. 18 years ago
Guillaume Poirier d73427e347 Add doxy comments for macro GET_UTF8 18 years ago