| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3dec: revert r20089. The change was just wrong. 10l for me. | Justin Ruggles | 2009-11-08 | 1 | -2/+1 |
* | Simpliy exp*table init, based on patch by reimar. | Michael Niedermayer | 2009-11-07 | 1 | -8/+8 |
* | Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the | Reimar Döffinger | 2009-11-05 | 3 | -9/+22 |
* | Correct double include introduced by r20450 | Reynaldo H. Verdejo Pinochet | 2009-11-05 | 1 | -1/+0 |
* | Reduce stack memory allocation in MP3 decoder | Vitor Sessak | 2009-11-04 | 2 | -29/+28 |
* | Implement ff_scale_vector_to_given_sum_of_squares() | Reynaldo H. Verdejo Pinochet | 2009-11-04 | 3 | -33/+36 |
* | Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table for n bits. | Reimar Döffinger | 2009-11-04 | 3 | -4/+6 |
* | Don't lock the channel output configuration based on the first value seen for | Alex Converse | 2009-11-03 | 2 | -8/+23 |
* | add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov | Andrew Wason | 2009-11-03 | 1 | -0/+1 |
* | Simplify AC-3 critical band end calculation (correctly this time). | Justin Ruggles | 2009-11-03 | 1 | -1/+1 |
* | Revert r20050, which caused decoding errors with at least one valid AC-3 file. | Justin Ruggles | 2009-11-03 | 1 | -1/+1 |
* | Avoid huge array for rgb ljpeg on the stack. | Michael Niedermayer | 2009-11-02 | 2 | -3/+8 |
* | map VYUY fourcc to rawcodec | Ben Littler | 2009-11-02 | 1 | -0/+1 |
* | Set sample format in flac_decode_init() rather than in | Justin Ruggles | 2009-11-01 | 1 | -4/+4 |
* | Set the sample format for Smacker audio in the decoder rather than in the | Justin Ruggles | 2009-11-01 | 1 | -0/+1 |
* | Implement AMR gain function that is used by both AMR and SIPR. | Vitor Sessak | 2009-10-31 | 2 | -0/+35 |
* | Change whitespace placement a little to improve readabiliy slightly. | Michael Niedermayer | 2009-10-29 | 1 | -15/+15 |
* | Multiple inclusion guards for synth_filter.h. | Michael Niedermayer | 2009-10-29 | 1 | -0/+4 |
* | Support demuxing teletext in DVB streams. | Francesco Lavra | 2009-10-29 | 1 | -0/+1 |
* | Vertically align function arguments. | Michael Niedermayer | 2009-10-29 | 2 | -6/+6 |
* | Add generic rules for building helpers with HOSTCC | Måns Rullgård | 2009-10-29 | 1 | -4/+3 |
* | vorbis_dec: factor out duplicated code for index reading, bounds checking and | Reimar Döffinger | 2009-10-28 | 1 | -58/+26 |
* | Change format string from "x" to PRIx32 to hopefully fix a warning with Cygwi... | Reimar Döffinger | 2009-10-28 | 1 | -1/+1 |
* | Makefile cosmetics | Måns Rullgård | 2009-10-28 | 1 | -1/+2 |
* | Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set | Måns Rullgård | 2009-10-28 | 1 | -1/+4 |
* | Fix out-of-tree builds with --enable-hardcoded-tables | Reimar Döffinger | 2009-10-28 | 2 | -2/+2 |
* | Fix dependency: generated table is needed to create the mpegaudiodec.o file, ... | Reimar Döffinger | 2009-10-28 | 1 | -1/+1 |
* | Better formatting for 2D tables in tableprint code. | Reimar Döffinger | 2009-10-28 | 1 | -1/+1 |
* | 10l, fix incorrect endif comment. | Reimar Döffinger | 2009-10-28 | 1 | -1/+1 |
* | Add support for hardcoding the mpegaudiodec tables. | Reimar Döffinger | 2009-10-28 | 6 | -28/+273 |
* | Remove unused variable j. | Michael Niedermayer | 2009-10-28 | 1 | -1/+1 |
* | Split synth filter out of dca.c. | Michael Niedermayer | 2009-10-28 | 4 | -32/+89 |
* | Split PAM encoder off into its own file. | Diego Biurrun | 2009-10-28 | 3 | -97/+121 |
* | Split the decoders from pnmen.c off into their own file. | Diego Biurrun | 2009-10-28 | 3 | -213/+239 |
* | The encoders in pnmenc.c now depend on the init/end functions in pnm.c. | Diego Biurrun | 2009-10-28 | 1 | -5/+5 |
* | Commit some functions that are used by both SIPR and AMR. | Vitor Sessak | 2009-10-27 | 6 | -0/+107 |
* | Move pixdesc.{h,c} from libavcodec to libavutil. | Stefano Sabatini | 2009-10-27 | 2 | -803/+0 |
* | Consistently use third person in doxies. | Stefano Sabatini | 2009-10-27 | 1 | -5/+5 |
* | Move PNM init/end functions to the PNM common code. | Diego Biurrun | 2009-10-27 | 3 | -35/+37 |
* | whitespace cosmetics: K&R coding style, prettyprinting | Diego Biurrun | 2009-10-27 | 3 | -164/+170 |
* | Remove crufty leftovers from the era when this file resided within libavformat. | Diego Biurrun | 2009-10-27 | 1 | -34/+0 |
* | add some raw codec fourccs, fixes: | Ben Littler | 2009-10-27 | 1 | -0/+7 |
* | Fix indentation. | Benoit Fouet | 2009-10-27 | 1 | -1/+1 |
* | Only memset for palettes of 16 elements. | Benoit Fouet | 2009-10-27 | 1 | -0/+1 |
* | Clarify responsibility for freeing a buffer when using vdpau. | Carl Eugen Hoyos | 2009-10-27 | 1 | -1/+3 |
* | Add a PIX_FMT_HWACCEL flag to the AVPixFmtDescriptor.flags. | Stefano Sabatini | 2009-10-26 | 1 | -0/+1 |
* | s/movdqa/movaps/ in sse1 fft. (regression in r20293) | Loren Merritt | 2009-10-25 | 1 | -0/+2 |
* | Bump micro version after the FRWU decoder inclusion | Vitor Sessak | 2009-10-24 | 1 | -1/+1 |
* | Compile LPC code when CONFIG_LPC is set. | Diego Biurrun | 2009-10-23 | 1 | -2/+3 |
* | Build extradata in adpcm_ms encoder. | Daniel Verkamp | 2009-10-22 | 1 | -0/+12 |