]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/vorbis.c
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / vorbis.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-12-12 ods15Rename all vorbis encoder related typedefs to not use...
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2008-02-09 lorenm30% faster ff_vorbis_floor1_render_list, 3% faster...
2007-07-05 diegolicense header consistency cosmetics
2007-05-10 aurelrename vorbis.c to vorbis_dec.c and vorbis_common.c...
2007-05-10 aurelloosen vorbis_enc.c dependencies by spliting vorbis.c
2007-03-25 aurelextract vorbis header spliting code into a reusable...
2006-11-12 mrurename inverse -> ff_inverse
2006-10-11 diegoRename ABS macro to FFABS.
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-10-01 ods15remove render_line from vorbis.h, add ff_vorbis_floor1_...
2006-10-01 ods15make some more functions global so they can be shared...
2006-10-01 ods15make ready_floor1_list() shared for vorbis_enc.c
2006-09-30 ods15vorbis.h -> vorbis_data.c
2006-09-25 reimarGet rid of get_bits_long_le, get_bits_long was fixed...
2006-09-24 ods15fix to vorbis decoder for book==0
2006-09-10 diegoRemove unused variable.
2006-08-11 lorenmvorbis simd tweaks
2006-08-10 lorenmvorbis cosmetics: mdct0,mdct1 => mdct[2]
2006-08-10 lorenmmisc tweaks in vorbis_residue_decode().
2006-08-10 lorenmsse and 3dnow implementations of float->int conversion...
2006-08-08 lorenm3dnow2 implementation of imdct.
2006-08-03 lorenmanother div -> fastdiv, another 2% faster vorbis.
2006-08-03 lorenmsse & sse2 implementations of vorbis channel coupling.
2006-08-03 lorenmint16_t is faster than int_fast16_t for division.
2006-05-11 bananCosmetics. Add the defines needed for debug output.
2006-05-11 lorenmfix a crash on x86_64
2006-05-07 bcouduriervorbis 5:1 decoding fix, fix mi2_vorbis51.mp4, patch...
2006-04-23 rtognimpVorbis specs requires blocksize_1 >= blocksize_0, error...
2006-02-25 mrukill some warnings
2006-02-05 alCorrect the relation between floors of type 0 and block...
2006-02-04 al10l (malloc check with the wrong pointer)
2006-02-04 alAdded support for vorbis files containing floor type 0.
2006-01-30 mruadd static keyword to some functions
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-12-12 mruuse PRIxN, %zd, %td formats where needed
2005-05-30 michaeldecrease V_NB_BITS if possible
2005-05-30 michaelmore trivial optimizations
2005-05-30 michaelmaxdepth is supposed to be a constant, its faster if...
2005-05-30 michaeloptimizations
2005-05-30 michaelfaster float->short conversation
2005-05-29 michaelilog() -> av_log2()
2005-05-29 michaelVorbis sse fix by (Balatoni Denes: dbalatoni, programoz...
2005-05-21 michael1.) LGPL license mentioned
2005-05-19 mruaccept old extradata format
2005-05-19 mrufix decoding of multi-channel vorbis streams
2005-05-17 michaelVorbis decoder by (Balatoni Denes | dbalatoni programoz...