173 Commits (4ea28253b6d67bec160a9a53eb924cdc4ecaaea1)

Author SHA1 Message Date
Dieter ceaf1909c1 add static keyword to some functions 19 years ago
Corey Hickey 39a64e3023 sc_factor support for encoding. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Luca Abeni 14f0c8e28a Parameter added for user to set the cutoff frequency when encoding with faac. 19 years ago
Robert Swain 58f7833e8e update x264 wrapper. 19 years ago
Michael Niedermayer e8501c93b5 support downscaling frames for dynamic b frame decission 19 years ago
Michael Niedermayer c9ab8df88a 10l (didnt remove option from old ones after converting to AVOption) 19 years ago
Michael Niedermayer 316a2ec84c bidir refine support 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Michael Niedermayer a42bed52ca typo 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michael Niedermayer c7622f9a28 default_get_buffer() cleanup 19 years ago
Guillaume Poirier d4de20d11c Typo fix 19 years ago
Michael Niedermayer 8f196b14f5 changing a few options to AVOptions 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago
Michael Niedermayer fac862c659 the people want lower case ... 19 years ago
Michael Niedermayer 6fd46414db dont include opt.h in avcodec.h 19 years ago
Diego Biurrun 1471c6c2e8 CAREFULL --> CAREFUL typo fix 19 years ago
Michael Niedermayer ec9127c4a4 converting a few more options to AVOptions 19 years ago
Michael Niedermayer 637b5326f3 convert some options in ffmpeg.c to AVOptions 19 years ago
Michael Niedermayer 233f6f889e flags and named constants with type checking of course for AVOption 19 years ago
Michael Niedermayer 8bbf6db98b AVOption API improvments 19 years ago
Michael Niedermayer 860a40c8a7 AVOption first try 19 years ago
Michael Niedermayer b983a5c608 print fourcc in a readable form if possible 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Burkhard Plaum 32fbf33e61 Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de) 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
Michael Niedermayer ddebfb15dc thread mess check for avcodec_open/close() 19 years ago
Michael Niedermayer ea4377de8c portable IEEE float/double read/write functions 19 years ago
Michael Niedermayer fec9ccb7e6 check for CODEC_CAP_DELAY in audio decoders too 19 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Fabrice Bellard 240c1657dc subtitle codec type support 20 years ago
Michael Niedermayer e18c1f19f6 AV_LOG_DEBUG is not a good default ... 20 years ago
Måns Rullgård ad2b531d3f change extradata format for vorbis 20 years ago
Roine Gustafsson 44608ac7cd ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net) 20 years ago
Michael Niedermayer c0df9d75bd switch to native time bases 20 years ago
Michael Niedermayer 82c0c4ba78 print pix_fmt if its known instead of if the raw codec is used 20 years ago
Michael Niedermayer 644a92626a PIX_FMT_NONE and related fixes 20 years ago
Michael Niedermayer 09c3e44e8a motion estimation bitrate penalty compensation 20 years ago
Måns Rullgård 88730be651 kill warnings patch by (Måns Rullgård <mru inprovide com>) 20 years ago
Michael Niedermayer 6e0d8c06c7 mb_lmin/max to limit the per mb quality for the ratecontrol independant from the frame limits 20 years ago
Michael Niedermayer c342499df2 make keyframe default for AVFrames 20 years ago
Michael Niedermayer 934982c4ac avoid buf_size == 0 checks in every decoder 20 years ago
Kurosu f41c1fac3c av_malloc vs av_mallocz patch by (Kurosu <kurosu inforezo org>) 20 years ago
Michael Niedermayer 2fc8ea249f dissallow sprintf 20 years ago
Michael Niedermayer 0ecca7a49f various security fixes and precautionary checks 20 years ago
Roberto Togni c31b812166 Check pointers before writing to memory, fix possible integer overflows 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
François Revol 2450cff2c3 BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more generic "if HAVE_THREADS" 20 years ago