14658 Commits (38b5b28e62012c6faf4d1632c9b23f7f4837b0fb)
 

Author SHA1 Message Date
Vitor Sessak bba35fda77 Rename var 16 years ago
Måns Rullgård edc724b8b8 fix dependency generation 16 years ago
Måns Rullgård 9e6165b53e enable version.h to be created from subdirs 16 years ago
Michael Niedermayer 74d9441715 Do not shift F[I] twice, it is also clearer and smaller now. 16 years ago
Michael Niedermayer 50c52d2250 Factorize c->ap += (-c->ap) >> 4 out 16 years ago
Michael Niedermayer 0e0d6cfd48 Get rid of G726Tables.bits. 16 years ago
Michael Niedermayer 05c9f3516c Copy 4 pointers to avid dozends of ptr dereferences. 16 years ago
Michael Niedermayer fc234250b4 Does not need to be int16. 16 years ago
Luca Abeni e917464155 Fix neverending loop which might happen when sending high-bitrate MPEG2 16 years ago
Michael Niedermayer cb26c9d664 Factorize I >> (c->tbls->bits - 1) out. 16 years ago
Stefano Sabatini 747d1b87e2 Improve an lclenc.c error message in case of unsupported input pixel 16 years ago
Michael Niedermayer 73ff4f8344 1 abs() less 16 years ago
Stefano Sabatini dca2108541 Cosmetics: s/stats/status/ in ffserver.c. 16 years ago
Stefano Sabatini f26a60a0f0 Add an "How does it work" section in ffserver-doc.texi. 16 years ago
Michael Niedermayer 4714776b6a simplify 16 years ago
Michael Niedermayer 673a64b89b useless () 16 years ago
Michael Niedermayer 428c82cbac remove unneeded tr == 0 16 years ago
Michael Niedermayer e079a1c94f simplify 16 years ago
Michael Niedermayer c79c1a01a7 Get rid of the redundant AVG726Context. 16 years ago
Michael Niedermayer ef4c5c6dba Remove the truncated bitstream handling from our g726 decoder. 16 years ago
Florian Echtler 25176d6e22 Parse 'dats' as data. 16 years ago
Art Clarke e3ec60d82a free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com 16 years ago
Guillaume Poirier 28215b3700 convert DOS-style carriage return to Unix-style 17 years ago
Michael Niedermayer a0e5830ac5 Change iquant tables to int16. 17 years ago
Michael Niedermayer 6aa37bcf19 simplify 17 years ago
Michael Niedermayer cf409a6fec Get rid of useless wrapper function. 17 years ago
Stefano Sabatini 44555f098c Add missing SMALL_IF_CONFIG_SMALL macros for beosaudio long_names. 17 years ago
Stefano Sabatini 88643f396a Cosmetics: display ffmpeg -h generic advanced options just after 17 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