log

age author description
Wed, 18 Jun 2008 19:18:32 +0000 michael Remove the truncated bitstream handling from our g726 decoder. libavcodec
Tue, 17 Jun 2008 14:42:51 +0000 gpoirier convert DOS-style carriage return to Unix-style libavcodec
Tue, 17 Jun 2008 14:03:00 +0000 michael Change iquant tables to int16. libavcodec
Tue, 17 Jun 2008 13:46:59 +0000 michael simplify libavcodec
Tue, 17 Jun 2008 13:40:40 +0000 michael Get rid of useless wrapper function. libavcodec
Tue, 17 Jun 2008 00:09:42 +0000 michael Do not inline g726_iterate() the function is big so its inlining will libavcodec
Mon, 16 Jun 2008 23:57:12 +0000 michael Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler. libavcodec
Mon, 16 Jun 2008 23:53:34 +0000 michael Remove redundant zeroing (the context is memset(0)). libavcodec
Mon, 16 Jun 2008 23:51:07 +0000 michael Use smaller data types for tables. libavcodec
Mon, 16 Jun 2008 23:34:15 +0000 michael Float11 does not need int, .o file becomes smaller and the code might libavcodec
Mon, 16 Jun 2008 23:31:23 +0000 michael simplify libavcodec
Mon, 16 Jun 2008 23:23:56 +0000 michael Correct validity checks. libavcodec
Mon, 16 Jun 2008 23:20:11 +0000 michael Print sane error message for channels != 1. libavcodec
Mon, 16 Jun 2008 23:16:44 +0000 michael Check number of bits so we do not try to use table entries which do not exist. libavcodec
Mon, 16 Jun 2008 23:12:50 +0000 michael Support decoding of sample_g726.asf. libavcodec
Mon, 16 Jun 2008 20:42:54 +0000 michael get_bits() outputs exactly as many bits as requested no need to mask them. libavcodec
Mon, 16 Jun 2008 20:40:44 +0000 michael Remove dead code. libavcodec
Mon, 16 Jun 2008 08:25:48 +0000 diego Add missing #includes to fix 'make checkheaders'. libavcodec
Sun, 15 Jun 2008 18:01:25 +0000 jbr fix verbatim mode decoding. patch by Jai Menon (realityman gmx net). libavcodec
Fri, 13 Jun 2008 19:30:27 +0000 michael -0x8000 == 0x8000 with int16 libavcodec
Fri, 13 Jun 2008 09:30:42 +0000 stefano Cosmetics: s/Id/id/ in libavcodec/roqvideodec.c when Id refers to id Software libavcodec
Thu, 12 Jun 2008 21:50:13 +0000 stefano Make AVCodec long_names definition conditional depending on CONFIG_SMALL. libavcodec
Tue, 10 Jun 2008 19:21:40 +0000 bcoudurier remove useless wrapper func libavcodec
Mon, 09 Jun 2008 16:30:59 +0000 reimar Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and libavcodec
Mon, 09 Jun 2008 16:26:28 +0000 reimar Almost-cosmetics: split out coeff_count from all_fragments struct into libavcodec
Mon, 09 Jun 2008 01:21:57 +0000 bcoudurier enable global_header flag for audio and video encoding, was wrongly part of commit r13722 libavcodec
Mon, 09 Jun 2008 01:20:14 +0000 bcoudurier revert wrong part of r13722 commit libavcodec
Mon, 09 Jun 2008 00:43:07 +0000 bcoudurier uniformize trellis quant option libavcodec
Sun, 08 Jun 2008 21:09:02 +0000 jbr move rematrixing band table to ac3dec_data.c libavcodec
Sun, 08 Jun 2008 21:08:57 +0000 jbr add ac3dec_data.[c,h] libavcodec
Sun, 08 Jun 2008 21:08:53 +0000 jbr add fields needed for E-AC-3 decoding to decode context libavcodec
Sun, 08 Jun 2008 20:45:18 +0000 bwolowiec Separating from nellymoserdec.c parts required by encoder libavcodec
Sun, 08 Jun 2008 17:12:25 +0000 banan Oma demuxer libavcodec
Sat, 07 Jun 2008 22:30:51 +0000 jbr split up header parsing function libavcodec
Sat, 07 Jun 2008 22:30:47 +0000 jbr store exp_strategy for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:43 +0000 jbr store cpl_in_use for all blocks in decode context libavcodec
Sat, 07 Jun 2008 22:30:39 +0000 jbr cosmetics: add and align references to spec variable names libavcodec
Sat, 07 Jun 2008 22:30:35 +0000 jbr cosmetics: vertical align libavcodec
Sat, 07 Jun 2008 22:30:31 +0000 jbr use macro constants for array sizes in decode context libavcodec
Sat, 07 Jun 2008 22:30:26 +0000 jbr cosmetics: vertical align libavcodec
Sat, 07 Jun 2008 22:30:22 +0000 jbr cosmetics: reorder decode context fields into logical groups libavcodec
Sat, 07 Jun 2008 22:30:16 +0000 jbr move the decode context and some macro constants to a new file, ac3dec.h libavcodec
Sat, 07 Jun 2008 22:30:09 +0000 jbr move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder. libavcodec
Sat, 07 Jun 2008 22:30:03 +0000 jbr add more gain levels and adjust mix level tables accordingly. libavcodec
Sat, 07 Jun 2008 22:29:54 +0000 jbr pass bap table to ff_ac3_bit_alloc_calc_bap() libavcodec
Sat, 07 Jun 2008 22:29:45 +0000 jbr set default mix levels regardless of bitstream id libavcodec
Sat, 07 Jun 2008 22:29:38 +0000 jbr cosmetics: indent libavcodec
Sat, 07 Jun 2008 22:29:27 +0000 jbr skip unsupported frame types and substream id's libavcodec
Sat, 07 Jun 2008 22:29:19 +0000 jbr read frame type from header info into decode context libavcodec
Sat, 07 Jun 2008 22:29:11 +0000 jbr get substreamid from ac3 parser libavcodec
Sat, 07 Jun 2008 22:29:03 +0000 jbr get the number of blocks from the ac3 parser and use in the ac3 decoder. libavcodec
Sat, 07 Jun 2008 13:21:24 +0000 rtogni Remove my old email address libavcodec
Sat, 07 Jun 2008 13:14:49 +0000 rtogni Remove my old email address. libavcodec
Fri, 06 Jun 2008 17:50:32 +0000 diego Remove Fabrice's copyright from the Makefiles. They have been entirely libavcodec
Fri, 06 Jun 2008 07:00:42 +0000 diego minor spelling/grammar fixes libavcodec
Fri, 06 Jun 2008 00:32:31 +0000 michael Fix reading an element after the array. libavcodec
Thu, 05 Jun 2008 16:15:44 +0000 vitor Remove *lpc_refl from the context. Only the value libavcodec
Thu, 05 Jun 2008 16:11:51 +0000 vitor Split function rms() in two (it does two unrelated things) libavcodec
Thu, 05 Jun 2008 02:20:15 +0000 lorenm rename me=tesa libavcodec
Thu, 05 Jun 2008 01:57:35 +0000 bcoudurier add esa/dia compat me options and new tesa for libx264 libavcodec