11643 Commits (577ee94871b0062eeed34508ff2099704252fa19)

Author SHA1 Message Date
  Martin Storsjö 8ac942d8f5 Cosmetics: reindent after the previous commit 15 years ago
  Martin Storsjö 11f6181af1 api-example: Try to avoid decoding incomplete frames 15 years ago
  Alex Converse 0ecfa7b7c7 aacenc: Split find_max_val() from find_min_book() to eliminate duplicate searches. 15 years ago
  Alex Converse af2ee6fc49 Remove useless costly inf checks from the trellis scalefactor search. 15 years ago
  Alex Converse acc9f51fe1 aacenc: Trellis over scalefactors using an estimated codebook rather than every codebook. 15 years ago
  Alex Converse 144c5e3dd2 aacenc: Only trellis over a column of 61 scalefactors (reduced from 256). 15 years ago
  Alex Converse 05e659ef83 aacenc: Factor out find_min_book so it can be used by multiple coefficient coders. 15 years ago
  Michael Niedermayer 31a7a6eb5e Correct golomb vlc decoding tables. 15 years ago
  Carl Eugen Hoyos a7890f4474 Headers for libvpx are installed into vpx subdirectory. 15 years ago
  David Conrad cc46005f50 theora: Don't read an excess bit for maximum length long bit runs if the run 15 years ago
  James Zern 8299a7f819 VP8 decoding via libvpx. 15 years ago
  Cyril Russo d3d8748177 Fix documentation of av_audio_convert. 15 years ago
  Reimar Döffinger 6d9b7a7dab Document CODEC_FLAG_EMU_EDGE and avcodec_align_dimensions interaction. 15 years ago
  Stefano Sabatini 6a2c9b8bcb Rename pixelFormatBpsAVI to pix_fmt_bps_avi and pixelFormatBpsMOV to 15 years ago
  Stefano Sabatini 1beff414a2 Rename findPixelFormat() to find_pix_fmt(). 15 years ago
  Stefano Sabatini 6531b5c9f4 Rename ff_raw_pixelFormatTags symbol to ff_raw_pix_fmt_tags. 15 years ago
  Stefano Sabatini 4d2f703a34 Fix doxy reference to unexisting function. 15 years ago
  Michael Niedermayer 2b65bb45b5 Change eval API to take parent log context and log level offset. 15 years ago
  Baptiste Coudurier d545fa56f1 fix x264 encoding when delay is > number of input frames 15 years ago
  Alex Converse c2341b8596 Add a chomp BSF to consume zero padding at the end of a packet. 15 years ago
  Alex Converse c16d5a6f14 Make aac_decode_frame() consume zero padding at the end of a packet. 15 years ago
  David Conrad 7382617a2f Bump minor version for CODEC_ID_VP8 15 years ago
  Google a98c2dfab0 Add VP8 CODEC_ID 15 years ago
  Maxim Poliakovski 15f9fa3d61 Fix signedness of q_delta field of the IVIMbInfo. 15 years ago
  Francesco Lavra 603a5f04b2 Factorize some code into the new function ff_toupper4(). 15 years ago
  Stefano Sabatini fecd7b457e Add log_level_offset to AVCodecContext. 15 years ago
  Benoit Fouet f40f329e92 Fix typo ('B', 'O', 'W', '1') => ('B', '0', 'W', '1') 15 years ago
  Stefano Sabatini edd259f92f Change the order of parameters for ff_eval_expr() and 15 years ago
  Sebastian Vater ec1d1afc09 Factorize code into a single function. 15 years ago
  Stefano Sabatini ed395eb421 Add missing rawvideo pixel formats to codec tags mappings for nut. 15 years ago
  Stefano Sabatini 73762de18e Add NV12 and NV21 AVI tags. 15 years ago
  Laurent Aimar 48962f2eb7 Reindent after last commit on dxva2 h264 AVHWAccel. 15 years ago
  Laurent Aimar efb816ef64 Fixed h264 long term support with dxva2 AVHWAccel. 15 years ago
  Alex Converse 0175d7886f fmaxf -> FFMAX to fix pre-C99 systems 15 years ago
  Alex Converse 759510e6af aacenc: Add a rate only trellis for codebook selection for the TLS. 15 years ago
  Alex Converse 4d986b7172 aacenc: Use exact values when quantizing, not fuzzy values. 15 years ago
  Alex Converse 51cbabc792 aacenc: Use an estimated codebook for the TLS (two loop search). 15 years ago
  Alex Converse 960323a230 aacenc: Select the TLS (two-loop search) as the default scalefactor coder. 15 years ago
  Alex Converse 31184aac87 aacenc: Fix psy logic. 15 years ago
  Carl Eugen Hoyos eb0a4d3222 Fix compilation of AC3 decoder if E-AC3 decoder was disabled. 15 years ago
  Sebastian Vater 6d81016282 Reindent after r23124. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
  Sebastian Vater 7a0e859cdb Grayscale support. Patch by Sebastian Vater <cdgs basty googlemail com>. 15 years ago
  Måns Rullgård 57fcb7d7da Add mpegaudiodec_float.o dependency on tables header with hardcoded tables 15 years ago
  Michael Niedermayer 40914d97cc 1.0 and the resulting exactly representable value must be marked as float as well, 15 years ago
  Michael Niedermayer 0628f3e8cf Cast constants to float to avoid gcc converting to and from 15 years ago
  Michael Niedermayer e969e261a5 Use standard C for implementing sign_extend() and zero_extend(). 15 years ago
  Sebastian Vater 299ac811ba Reindent after r23112. 15 years ago
  Sebastian Vater 65d213ec86 Move handling of paletted data to the IFF demuxer. This allows future 15 years ago
  Sebastian Vater ebcf7c3227 Handle palette underflows, fill remaining space with black (zero) data. 15 years ago
  Sebastian Vater 2f955ea41b Move a while(..){..} -> do{..}while(..), slightly faster. 15 years ago