| Commit message (Expand) | Author | Age | Files | Lines |
* | don't complain about codec type/id mismatche for attachment streams | Aurelien Jacobs | 2011-01-12 | 1 | -1/+2 |
* | Do not crash for illegal sample size, fixes issue 2502. | Daniel Kang | 2011-01-11 | 1 | -0/+5 |
* | H.264: fix grayscale decoding with explicit wpred | Jason Garrett-Glaser | 2011-01-10 | 1 | -1/+2 |
* | Do not stop decoding on pnm files with negative maxval. | Carl Eugen Hoyos | 2011-01-10 | 1 | -1/+1 |
* | In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ... | Clément Bœsch | 2011-01-10 | 1 | -1/+1 |
* | perform height sanity check in mmvideo decoder | Daniel Kang | 2011-01-10 | 1 | -0/+6 |
* | mmvideo: remove some conditional statements by limiting range of half_horiz a... | Peter Ross | 2011-01-10 | 1 | -3/+11 |
* | Handle ID3v1 tag while decoding mp[123] frames | Clément Bœsch | 2011-01-10 | 1 | -0/+8 |
* | Check for invalid decode op-codes, fixes issue 2522. | Daniel Kang | 2011-01-10 | 1 | -0/+4 |
* | Check for vectable ID > 0, fixes issue 2508. | Daniel Kang | 2011-01-10 | 1 | -1/+1 |
* | Check for invalid motion vector, fixes issue 2521. | Daniel Kang | 2011-01-10 | 1 | -0/+5 |
* | Check for invalid maxval in pgm decoder, fixes issue 2518. | Daniel Kang | 2011-01-10 | 1 | -0/+4 |
* | Fix reading over the end of the allocated buffer. | Anssi Hannula | 2011-01-09 | 1 | -1/+15 |
* | Check for several overreads, fixes issue 2512. | Daniel Kang | 2011-01-09 | 1 | -3/+14 |
* | Return on negative soff sizes, fixes issue 2515. | Daniel Kang | 2011-01-09 | 1 | -0/+4 |
* | Fix arm asm offsets for arm/mach-o | Martin Storsjö | 2011-01-09 | 1 | -6/+6 |
* | Update asm offsets for arm | Luca Barbato | 2011-01-09 | 1 | -6/+6 |
* | fix indentation | Peter Ross | 2011-01-09 | 1 | -3/+3 |
* | eacmv: ensure second-last frame is allocated before referencing it | Daniel Kang | 2011-01-09 | 1 | -0/+1 |
* | Remove unneeded #include | Justin Ruggles | 2011-01-09 | 1 | -1/+0 |
* | Add stereo rematrixing support to the AC-3 encoders. | Justin Ruggles | 2011-01-08 | 7 | -19/+144 |
* | Lagarith decoder by Nathan Caldwell, saintdev at gmail | Carl Eugen Hoyos | 2011-01-08 | 6 | -1/+696 |
* | Limit number of samples decoded for WavPack mono mode, so decoded samples will | Kostya Shishkov | 2011-01-08 | 1 | -1/+1 |
* | skip unsupported postproc information | Sascha Sommer | 2011-01-08 | 1 | -3/+4 |
* | add support for files that do not allow more than 4 subframes | Sascha Sommer | 2011-01-08 | 1 | -1/+1 |
* | fix indentation | Sascha Sommer | 2011-01-08 | 1 | -9/+10 |
* | add support for files where the frames do not have a length prefix | Sascha Sommer | 2011-01-08 | 1 | -7/+23 |
* | Show profile in avcodec_string(). | Anssi Hannula | 2011-01-08 | 1 | -0/+8 |
* | Fix bmp encoder with 8 bits format and correctly set bits_per_coded_sample | Baptiste Coudurier | 2011-01-07 | 1 | -12/+30 |
* | Deprecate reordered_opaque in favor of pkt_pts/dts | Michael Niedermayer | 2011-01-07 | 1 | -1/+3 |
* | Add pkt_dts to AVFrame, this will in the future allow multithreading decoders | Michael Niedermayer | 2011-01-07 | 2 | -1/+10 |
* | Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts | Michael Niedermayer | 2011-01-07 | 2 | -1/+25 |
* | Add av_get_profile_name() to get profile names. | Anssi Hannula | 2011-01-07 | 2 | -2/+33 |
* | Check if buffer is large enough for given resolution. | Daniel Kang | 2011-01-07 | 1 | -0/+5 |
* | Do not overread input buffer. | Daniel Kang | 2011-01-07 | 1 | -0/+5 |
* | Fail more gracefully for multichannel wavpack in another container. | Carl Eugen Hoyos | 2011-01-07 | 1 | -0/+4 |
* | Prevent a crash by sanity checking buffer reads. | Daniel Kang | 2011-01-06 | 1 | -1/+10 |
* | Export dca profile information. | Anssi Hannula | 2011-01-06 | 3 | -5/+364 |
* | Verify FSIZE96 when encountering X96 sync code. | Anssi Hannula | 2011-01-06 | 1 | -3/+9 |
* | Fix a crash when decoding tiff by moving check | Daniel Kang | 2011-01-06 | 1 | -4/+4 |
* | In dnxhd decoder, set key_frame on decoded frame | Baptiste Coudurier | 2011-01-06 | 1 | -0/+1 |
* | Fix crash for files with strip size larger than the buffer. | Daniel Kang | 2011-01-06 | 1 | -0/+5 |
* | Convert floating-point MDCT coefficients to 24-bit fixed-point all at once | Justin Ruggles | 2011-01-05 | 5 | -9/+55 |
* | Make dc_lum_vlc and dc_chroma_vlc non-static symbols, | Vitor Sessak | 2011-01-05 | 2 | -6/+9 |
* | Use local variables outside the inner loop in extract_exponents() to reduce | Justin Ruggles | 2011-01-05 | 1 | -4/+7 |
* | Make mpeg4 encoder log a more explicit error message when the timebase | Stefano Sabatini | 2011-01-05 | 1 | -1/+3 |
* | Our ljpeg encoder supports bgra, use the correct constant in the sanity check. | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Fix YUV444P LJPEG encoding. | Michael Niedermayer | 2011-01-04 | 1 | -0/+6 |
* | cosmetics: fix typo in previous commit | Justin Ruggles | 2011-01-04 | 1 | -1/+1 |