14541 Commits (fd147f23a224227d5bcfae124f08c97c04cc277c)
 

Author SHA1 Message Date
  Michael Niedermayer e079a1c94f simplify 17 years ago
  Michael Niedermayer c79c1a01a7 Get rid of the redundant AVG726Context. 17 years ago
  Michael Niedermayer ef4c5c6dba Remove the truncated bitstream handling from our g726 decoder. 17 years ago
  Florian Echtler 25176d6e22 Parse 'dats' as data. 17 years ago
  Art Clarke e3ec60d82a free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com 17 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
  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