8009 Commits (eba70fa4e2c522744e9918a2b5d77e299f480ddd)
 

Author SHA1 Message Date
  Måns Rullgård eba70fa4e2 remove no longer needed #ifdefs 19 years ago
  Måns Rullgård 30fd06bea9 check dependencies before setting CONFIG_*/ENABLE_* 19 years ago
  Benjamin Larsson 053185c2fa Flash screen video encoder. 19 years ago
  Luca Abeni 434f2c18e8 Increase the av_log() levels, and add some documentation for them 19 years ago
  Ramiro Polla 95a47d963b BeOS cleanup 19 years ago
  Michael Niedermayer fe468b331a remove sensless casts 19 years ago
  Michael Niedermayer 24c14d6d01 simplify GUIDs 19 years ago
  Diego Biurrun efbd19fe76 Declare zlib dependency in the Makefile, not in the source. 19 years ago
  Benjamin Larsson 60527f3163 Really fix my never ending mistakes. 19 years ago
  Benjamin Larsson 97ec93e176 Don't break compilation on systems without zlib. 19 years ago
  Benjamin Larsson 0f7af06674 The block_size might be used incorrectly if it is not updated. 19 years ago
  Michael Niedermayer 5c1844ab56 fix msmpeg4v3 tag in asf 19 years ago
  Michael Niedermayer d65b823031 simplify 19 years ago
  Michael Niedermayer acf0b6a657 the context is supposed to be freed in the generic code in utils.c 19 years ago
  Michael Niedermayer bb85077fc9 remove now useless codec_tag setting code in muxers 19 years ago
  Michael Niedermayer 07495657fb simplify 19 years ago
  Luca Barbato f8a32f450a Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego" 19 years ago
  Michael Niedermayer 5ecfa9f5fc set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables 19 years ago
  Michael Niedermayer 4fde033a68 this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used 19 years ago
  Benjamin Larsson 65de07ea4f Fixed a typo, cosmetics. 19 years ago
  Benjamin Larsson 96dbe78f75 Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup. 19 years ago
  Michael Niedermayer 6c77805fc8 get rid of the [4] limitation of codec tag lists 19 years ago
  Reimar Döffinger 5484dad7f6 Fix crash when pred_order greater s->blocksize >> rice_order. 19 years ago
  Michael Niedermayer edb6e50682 export a few more codec_tag-codec_id tables 19 years ago
  Michael Niedermayer 7caf0cc62c add codec_id <-> codec_tag tables to AVIn/OutputFormat 19 years ago
  Michael Niedermayer 5c4e1928c0 fix indention (dunno why it was messed up ...) 19 years ago
  Michael Niedermayer 88e7a4d18c checking bitstream values and other related changes 19 years ago
  Reimar Döffinger 40d9c544ac Attempt to better document AVFMT_NOFILE. 19 years ago
  Reimar Döffinger b8e705ec45 Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves, 19 years ago
  Alex Beregszaszi a3550abd08 add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) 19 years ago
  Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 19 years ago
  Guillaume Poirier 50eaa857c0 remove useless cast that makes code unreadable 19 years ago
  Francois Oligny-Lemieux ac658be5db harden h264 decoding to prevent some crashes when input data is corrupted. 19 years ago
  Michael Niedermayer 045bdb5ab4 uint16->uint8 19 years ago
  Aurelien Jacobs 763750242b cosmetics: indentation 19 years ago
  François Revol c9c1a8e794 The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL. 19 years ago
  François Revol e9d511dc7e The long awaited BeOS cleanup, phase 1 19 years ago
  Alex Beregszaszi 453cd7a496 omg, major typo (fails if card supports rgb24) 19 years ago
  Panagiotis Issaris e2158da8cc Change the Snow encoder to always use the available MotionEstContext pointer. 19 years ago
  Diego Biurrun 2a04823942 Add/update some comments. 19 years ago
  Diego Biurrun 7dc0c991da Rename do_libav var so as not to clash with the do_libav function on Solaris. 19 years ago
  Michael Niedermayer 50b4468598 change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles 19 years ago
  Michael Niedermayer 4497712f09 simpler branch structure in init (16 bytes smaller object file) 19 years ago
  Michael Niedermayer be65b41f90 doxygenize 19 years ago
  Michael Niedermayer 3da97cfdfc avoid code duplication 19 years ago
  Michael Niedermayer 0726982cdb better to set things to NULL instead of random in case of out of mem 19 years ago
  Michael Niedermayer 96e39edc59 simplify av_fifo_realloc() 19 years ago
  Michael Niedermayer 765d4f3b4a remove near duplicate function 19 years ago
  Michael Niedermayer 870a12d1c2 simplify 19 years ago
  Michael Niedermayer f81b99b82b simplify 19 years ago