19649 Commits (8d9f12657c3cf489bb033c2fc29965859657193e)
 

Author SHA1 Message Date
  Benjamin Larsson 8d9f12657c Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2. 17 years ago
  Vitor Sessak a2c4b2cc9a Make TMV decoder check packet sizes before reading from it. 17 years ago
  Reimar Döffinger 936bb4a9bc Add a forward declaration of mpeg1_decode_block_intra to fix compilation 17 years ago
  Justin Ruggles 9a7a71ed4c eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. it is 17 years ago
  Måns Rullgård db2f209352 mpeg12: fix non-standard use of "extern inline" 17 years ago
  Yao Peter eb853afb8a Fix the M bit for multi-packet NALs. 17 years ago
  Justin Ruggles 1ac7d1ac50 ac3dec: fix coupling range check. the start subband must be less than 17 years ago
  Måns Rullgård 78ad664a7e oma: fix build if memcmp() is a macro 17 years ago
  Siarhei Siamashka 7d485f165f Support for getting (i)MDCT output multiplied by a constant scaling factor. 17 years ago
  Martin Storsjö 3ac56e28b0 Move img_convert_ctx to VideoState and free it in stream_close(). 17 years ago
  Martin Storsjö 7c5ab14540 Add missing frees to stream_close() and do_exit(). 17 years ago
  Kostya Shishkov b3867c93d1 Fix off-by-one error in MS RLE decoder which may result into writing past 17 years ago
  Baptiste Coudurier 2d5fabc87a move increment after debug print 17 years ago
  Diego Biurrun d8ed5bae6f cosmetics: K&R coding style, indent correctly, break overly long lines 17 years ago
  Diego Biurrun e0c1e12a62 Replace 'x == 0' if conditions with '!x'. 17 years ago
  Diego Biurrun 76b58f9f94 cosmetics: Remove pointless {}. 17 years ago
  Diego Biurrun e09989be45 Surround AMR_WB encoding code by appropriate #ifdefs. 17 years ago
  Diego Biurrun 9c0ef69af7 cosmetics: Move some more code around to avoid #ifdeffery. 17 years ago
  Diego Biurrun c005a3ba59 cosmetics: Move functions around so that encoding and decoding functions are 17 years ago
  Diego Biurrun 4d7d5ede5d Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were right after 17 years ago
  Diego Biurrun d2dfde0811 Add av_cold attribute to amr_nb decoding/encoding initialization functions. 17 years ago
  Benjamin Larsson e5cd2d3dca Bugfix for bug introduced in the multichannel cook patchset. 17 years ago
  Ramiro Polla 13bd2044d3 mlp: Simplify adressing of state and coeffs arrays for both filters by making 17 years ago
  Ramiro Polla 42e64bf874 mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8. 17 years ago
  David Conrad ebcf3b742b Ensure that we don't read from invalid memory with B-frame qpel 17 years ago
  Baptiste Coudurier e1316b19ea write 'stps' for mpeg-2 open gop in .mov 17 years ago
  Baptiste Coudurier 9d9a623925 decode mpeg-2 closed gop first b frames, fix issue #824 17 years ago
  Baptiste Coudurier 8be080aebb free Track and unset priv_data to avoid double free, fix memleak 17 years ago
  Baptiste Coudurier df099252bb reindent 17 years ago
  Baptiste Coudurier 58a830239d remove unneeded length checks 17 years ago
  Baptiste Coudurier 357ec71f09 change pic type to Picture* and remove casts 17 years ago
  Stefano Sabatini c1ec75b576 Implement av_set_options_string(). 17 years ago
  Baptiste Coudurier ab4752e382 use flags field and remove key_frame field 17 years ago
  Baptiste Coudurier fe335ff530 change cts type to int, save some space 17 years ago
  Stefano Sabatini 644f8c7670 Document av_set_string3() returned error codes. 17 years ago
  Stefano Sabatini 3d3bd64db8 Add support in av_parse_color() to a "random" color name, which will 17 years ago
  Stefano Sabatini b69b622c22 Make case insensitive the match for the color name in 17 years ago
  Stefano Sabatini be1fb76fa1 Make av_set_string3() print a message in case of unknown option. 17 years ago
  Stefano Sabatini 50f68bdebf Provide a context to av_log() calls in av_set_number2() and 17 years ago
  Stefano Sabatini 38efe76877 Use a single space after an ending period and the beginning of the 17 years ago
  Stefano Sabatini c5c6f62668 Apply documentation fixes: use third person, fix grammar and remove 17 years ago
  Andres Mejia 83993c1c76 Add gnu/kfreebsd to list of recognized operating systems. 17 years ago
  Siarhei Siamashka 460c0abfbb Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis plays fine") 17 years ago
  Michael Niedermayer 4601e76a43 Fix VBV delay for mpeg1/2 CBR. 17 years ago
  David Conrad 0a8dedc9e1 Use skip_bits_long() for large skips 17 years ago
  Alex Converse 97d4318347 Add PCE support to the ADTS muxer. 17 years ago
  Alex Converse 107815de42 Subroutine to copy an AAC Program Config Element (PCE) 17 years ago
  Alex Converse f2e5c8b96a Cosmetics after last commit 17 years ago
  Alex Converse 90350d73f8 Allow parsing and decoding of ADTS AAC files with channel config = 0 17 years ago
  Alex Converse ee373ddffd Move the ADTS header size to the parser's header file. 17 years ago