2084 Commits (43c7c7c7cfd5c176cef71ea7c1733e7bfa69787c)

Author SHA1 Message Date
Baptiste Coudurier 014a510282 use generic atom to extradata reading function 18 years ago
Baptiste Coudurier dd8a46d9df support for adpcm swf, pcm 18 years ago
Aurelien Jacobs 3c58dc0b3c don't rely on a specific appearance order for ebml elements at the same level 18 years ago
Aurelien Jacobs 0cc5ea2e95 add support for simple blocks (ie. matroska v2) 18 years ago
Aurelien Jacobs de7779b5fd cosmetics: fix indentation of the new matroska_parse_block() function 18 years ago
Aurelien Jacobs 1afdcdf1fc split a matroska_parse_block() function from matroska_parse_blockgroup() 18 years ago
Aurelien Jacobs ebfcf31ddf fix an off-by-one error in probing function 18 years ago
Baptiste Coudurier 3922c59fc4 don't parse whole swf file in header, can now play ffserver swf streams 18 years ago
Baptiste Coudurier 024c7378c3 factorize 18 years ago
Baptiste Coudurier dfc1313d28 remove nonsense time base code, use swf ms per frame, only video frames contains pts 18 years ago
Baptiste Coudurier 497244a897 check for any seeking failure during probe 18 years ago
Baptiste Coudurier c828c70916 quicktime 'raw ' support 18 years ago
Luca Barbato 558b86a5d0 Reverting stray commit part II, r8156 had the base64 export patch mixed with the nutdec patch 18 years ago
Luca Barbato 9fca9c0316 Reverting stray commit part I 18 years ago
Luca Barbato bb0eb714bd get_packetheader() forgot to read the header_checksum in big packets 18 years ago
Diego Biurrun f5a90186d7 Add missing license headers. 18 years ago
Baptiste Coudurier 3fdb6af943 use avcodec_decode_audio2 18 years ago
Diego Biurrun 3cee76e6c9 Remove useless conditional. 18 years ago
Diego Biurrun eca06097d3 Add LGPL header as requested by Oded. 18 years ago
Alex Beregszaszi 950d94ad3b use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_header 18 years ago
Michael Niedermayer 0a3692cd82 be less noisy 18 years ago
François Revol 13e4dba690 BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't plan on hosting a streaming tv anyway but it gets ffserver building. 18 years ago
Benjamin Larsson 34cee63432 Complete the video format enum. 18 years ago
Benjamin Larsson a0536d22b3 Cosmetics. 18 years ago
Alex Beregszaszi b5cccea088 change PF_INET to AF_INET to be consistent in the whole project. PF_INET is deprecated, while AF_INET is referred by the POSIX standards 18 years ago
Alex Beregszaszi 038a1243a2 codec_tag settable via VideoTag, and transmit codec_tag in ffm 18 years ago
Marc Hoffman db0ed93e22 Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com. 18 years ago
Diego Biurrun 804de96a83 cosmetics: fix usefuLL --> usefuL typo 18 years ago
Ryan Martell 0e3b6a6f55 Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate 18 years ago
Michael Niedermayer 9376710d06 warn if bps from user and what will be stored missmatches 18 years ago
Michael Niedermayer a185f52a86 try to fill in missing bits_per_sample 18 years ago
Michel Bardiaux 5b77a81a8d Remove code duplicated between adpcm.c and riff.c 18 years ago
Michel Bardiaux 346a655d46 Add support for MS-GSM codec 18 years ago
Alex Beregszaszi 89cf4098aa spit an error message in case of invalid chunk 18 years ago
Michael Niedermayer 49c8132b17 not checking error return, resulting double free 18 years ago
François Revol 457b101e42 Make sure we don't try to emulate poll() when it's there if --disable-ffserver... 10l 18 years ago
François Revol 36c07acd59 MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placeholder for winsock. 18 years ago
François Revol b0c858d834 poll() emulation for BeOS, and maybe MinGW. 18 years ago
Måns Rullgård afde41b414 rename video4linux[2] variables to v4l[2], consistent with --disable options 18 years ago
Ramiro Polla cc58300e30 implement new grabbing interface, as described here: 18 years ago
Baptiste Coudurier 2012121363 fix dts adjusting 18 years ago
Luca Abeni 41536a6078 Pass the v4l2 buffer into the AVPacket, instead of allocating a new buffer 18 years ago
Baptiste Coudurier a492ad9f63 100l 18 years ago
Baptiste Coudurier 8d97aedbaa indentation 18 years ago
Baptiste Coudurier 400615b68b use aiff when we can, some players only support aiff 18 years ago
Diego Biurrun eb526fa6dd Remove unused file. 18 years ago
Diego Biurrun 1367cffd66 Ogg is not Vorbis. 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Carl Eugen Hoyos 034ef0e8c3 Move base64.[ch] to libavutil. 18 years ago
Michael Niedermayer 6d29fba950 support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count 18 years ago