| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to fix has_b_frame calculation for open gop files. | Michael Niedermayer | 2009-11-10 | 1 | -5/+8 |
* | Fix palette copying in av_picture_copy(). Previous code worked only if | Vitor Sessak | 2009-11-10 | 1 | -3/+1 |
* | Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used | NVIDIA Corporation | 2009-11-10 | 6 | -0/+83 |
* | Handle JPEG2000 frames stored in the Quicktime container. | Jai Menon | 2009-11-10 | 1 | -0/+4 |
* | cosmetics : fix indentation. | Jai Menon | 2009-11-10 | 1 | -2/+2 |
* | Avoid variable-length array use in ff_acelp_lspd2lpc() | Vitor Sessak | 2009-11-10 | 2 | -1/+8 |
* | Add a NULL pointer check to avcodec_close() this should prevent a segfault | Michael Niedermayer | 2009-11-10 | 1 | -1/+1 |
* | Make get_bits_left() available for use in libavcodec (was previously held | Ronald S. Bultje | 2009-11-09 | 2 | -5/+5 |
* | And on the sixth day, God gave us the <= operand, which makes the loop | Ronald S. Bultje | 2009-11-09 | 1 | -12/+3 |
* | Do not hardcode filter order in ff_acelp_lspd2lpc() | Vitor Sessak | 2009-11-09 | 3 | -13/+14 |
* | Move ff_reverse in libavcodec to av_reverse in libavutil. | Francesco Lavra | 2009-11-09 | 8 | -37/+19 |
* | Use enum FrameType as parameter to construct_perm_table(). | Carl Eugen Hoyos | 2009-11-08 | 1 | -2/+3 |
* | Remove unused variable. | Michael Niedermayer | 2009-11-08 | 1 | -1/+0 |
* | 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 |