]> git.sesse.net Git - ffmpeg/history - libavcodec/ac3.c
Use put_signed_pixels_clamped where appropriate
[ffmpeg] / libavcodec / ac3.c
2007-07-15 Justin Rugglesmove some common values to ac3.h and utilize them
2007-04-25 Aurelien Jacobsmove ac3 tables from a .h to a .c
2007-04-15 Diego BiurrunMove AC3 header parsing code together with the rest...
2007-03-20 Justin Rugglesfix handling of special case for lowest snroffset....
2007-03-18 Justin Rugglessplit ac3_parametric_bit_allocation into 3 separate...
2007-03-18 Justin Ruggleshardcode ff_ac3_frame_sizes table
2007-03-11 Justin Rugglesmove AC-3 header parsing to ac3.c
2007-03-11 Justin Rugglesremove redundancy in AC-3 parser by using common tables...
2007-03-09 Justin RugglesCreate ac3.c which will be used for AC-3 common code.