14483 Commits (73cc419b271ac5af8c1aed36b5c0167c7016127a)
 

Author SHA1 Message Date
Michael Niedermayer cf409a6fec Get rid of useless wrapper function. 16 years ago
Stefano Sabatini 44555f098c Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. 16 years ago
Stefano Sabatini 88643f396a Cosmetics: display ffmpeg -h generic advanced options just after 16 years ago
Michael Niedermayer 170efe1f9d Do not inline g726_iterate() the function is big so its inlining will 17 years ago
Michael Niedermayer aeaa7c3d00 Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. 17 years ago
Michael Niedermayer 8112075415 Remove redundant zeroing (the context is memset(0)). 17 years ago
Michael Niedermayer e3cafac638 Use smaller data types for tables. 17 years ago
Michael Niedermayer deec52ccf2 Float11 does not need int, .o file becomes smaller and the code might 17 years ago
Michael Niedermayer 7d7a9e7f37 simplify 17 years ago
Michael Niedermayer aca490777f Correct validity checks. 17 years ago
Michael Niedermayer 8b470cc542 Print sane error message for channels != 1. 17 years ago
Michael Niedermayer 35d0e16ba1 Check number of bits so we do not try to use table entries which do not exist. 17 years ago
Michael Niedermayer 8161c28c67 Support decoding of sample_g726.asf. 17 years ago
Aurelien Jacobs ded4241bb0 matroskadec: remove some useless code 17 years ago
Michael Niedermayer 6dfcdc00b3 get_bits() outputs exactly as many bits as requested no need to mask them. 17 years ago
Michael Niedermayer f6ec220cb5 Remove dead code. 17 years ago
Diego Biurrun 25cd5cb33c Generate pkg-config files in each library subdirectory so that they do 17 years ago
Stefano Sabatini ef3efa0dbc Don't show advanced subtitle options within the ffmpeg -h generic 17 years ago
Stefano Sabatini fb74bc4361 Don't show subtitle and grab options within the ffmpeg -h generic options. 17 years ago
Stefano Sabatini bc2869f6dd Fix an example command in ffserver-doc.texi. 17 years ago
Diego Biurrun b11829a9d9 Add missing #includes to fix 'make checkheaders'. 17 years ago
Jai Menon 66b26265f8 fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). 17 years ago
Baptiste Coudurier 40f8675ccf set correct ftyp minor version for 3gp/2 17 years ago
Baptiste Coudurier 6ba9ed9557 invert mode_mov condition 17 years ago
Baptiste Coudurier d3e4783212 simplify 17 years ago
Baptiste Coudurier 3473ca9a25 change 3gp/3g2 brands if h264 is present 17 years ago
Baptiste Coudurier cd70d17f5f simplify ipod brand selection 17 years ago
Baptiste Coudurier 7b0fb8b77a fix warning, write_ftyp return int now 17 years ago
Baptiste Coudurier 835790846c put avc1 brand in compat list when h264 is present 17 years ago
Michael Niedermayer 5171fd9dd5 -0x8000 == 0x8000 with int16 17 years ago
Benjamin Larsson f059427cf0 Forgotten oma docs stuff 17 years ago
Michael Niedermayer 65f526835f I think we are also compliant to iso2. 17 years ago
Michael Niedermayer ed6e47c21d Add isom to the compatible brands. 17 years ago
Michael Niedermayer 1560b66714 Calculate ftyp size instead of hardcoding it. 17 years ago
Stefano Sabatini a74dc5b914 Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software 17 years ago
Stefano Sabatini d58ddafdbc Make ffmpeg.c use print_error() when it can't read an ffserver stream. 17 years ago
Stefano Sabatini 462cca10cf Improve ffmpeg error reporting in case of input/output stream mismatch, 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini d18811bbf5 Make ffmpeg.c:opt_thread use parse_number_or_die(). 17 years ago
Stefano Sabatini b81d6235c0 Change opt_sync function behavior to print an error message. 17 years ago
Stefano Sabatini 3022cd10a5 Factorize options context setting. 17 years ago
Michael Niedermayer a04aec6d1a simplify MODE_3G2 17 years ago
Michael Niedermayer 2c77994fc8 Change MODE_* to 1<<c so several can be set at the same time. 17 years ago
Baptiste Coudurier 837d248df6 enable stream copy with ffserver, to be able to chain 17 years ago
Baptiste Coudurier ce072b2d30 cosmetics, reindent 17 years ago
Baptiste Coudurier 283c9a8ed4 don't write double sets of metadata in mov, only write usual ones 17 years ago
Baptiste Coudurier 6dfafe109d set log debug when avformat debug is set 17 years ago
Benjamin Larsson ea66253452 We have an Oma demuxer now 17 years ago
Joakim Plate de6a9a2673 matroskadec: set cur_dts after seek 17 years ago
Baptiste Coudurier 927509e10b indent 17 years ago