| Commit message (Expand) | Author | Age | Files | Lines |
* | 1000l to myself as used VLC indexes were totally wrong | Kostya Shishkov | 2007-04-24 | 1 | -6/+6 |
* | Blackfin is a strictly aligned processor. | Marc Hoffman | 2007-04-21 | 1 | -1/+1 |
* | simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com | Mark Cox | 2007-04-21 | 1 | -6/+3 |
* | Remove unused variable. | Diego Biurrun | 2007-04-21 | 1 | -1/+1 |
* | compile rawvideo decoder on request | Alex Beregszaszi | 2007-04-21 | 1 | -0/+2 |
* | compile mjpeg parser if requested | Alex Beregszaszi | 2007-04-21 | 1 | -0/+2 |
* | ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c | Alex Beregszaszi | 2007-04-21 | 1 | -1/+1 |
* | cosmetics: remove my email address | Alex Beregszaszi | 2007-04-20 | 2 | -2/+2 |
* | typo | Diego Biurrun | 2007-04-20 | 1 | -1/+1 |
* | add .type foo, %function directives for the benefit of debuggers | Måns Rullgård | 2007-04-19 | 2 | -0/+14 |
* | Fix parts missed in clip -> av_clip rename | Reimar Döffinger | 2007-04-19 | 2 | -4/+4 |
* | Deobfuscade decodeTonalComponents calling logic. | Benjamin Larsson | 2007-04-18 | 1 | -11/+6 |
* | Version bump, atrac3 added. | Benjamin Larsson | 2007-04-18 | 1 | -2/+2 |
* | Simplify, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -12/+2 |
* | Remove unused vars, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -4/+0 |
* | Remove unused vars, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -2/+0 |
* | Cosmetics, patch by Ramiro Polla. | Ramiro Polla | 2007-04-18 | 1 | -2/+1 |
* | Pullback should be performed on scaled motion vectors in B-frames | Kostya Shishkov | 2007-04-18 | 1 | -0/+6 |
* | Remove the build instructions from the doxygen comments, they are duplicated | Diego Biurrun | 2007-04-18 | 1 | -10/+1 |
* | Doxygen comment wording/spelling | Diego Biurrun | 2007-04-18 | 1 | -4/+4 |
* | Atrac3 decoder. | Benjamin Larsson | 2007-04-17 | 5 | -0/+1206 |
* | Move AC3 header parsing code together with the rest of the AC3 parsing code. | Diego Biurrun | 2007-04-15 | 5 | -64/+65 |
* | fix mjpeg.mov | Michael Niedermayer | 2007-04-15 | 1 | -2/+4 |
* | fix playback of angels_480-mjpegcompress.avi | Michael Niedermayer | 2007-04-14 | 1 | -1/+1 |
* | fix playback of odd_height.mov | Michael Niedermayer | 2007-04-14 | 1 | -0/+4 |
* | correct another possible buffer overflow where interlaced would | Michael Niedermayer | 2007-04-14 | 1 | -2/+1 |
* | fix tiff regression test (bitexact flag was ignoredwhich caused the | Michael Niedermayer | 2007-04-14 | 1 | -0/+2 |
* | remove MpegEncContext, patch by baptiste | Baptiste Coudurier | 2007-04-14 | 1 | -20/+5 |
* | Update preprocessor directive comments to take recent changes to this file | Diego Biurrun | 2007-04-14 | 1 | -3/+3 |
* | cosmetics: Fix indentation. | Diego Biurrun | 2007-04-13 | 1 | -2/+2 |
* | timestamps generation improvement when parsing avi | Joakim Plate | 2007-04-13 | 2 | -2/+8 |
* | As usual Real actually took something existing and rebranded it. | Benjamin Larsson | 2007-04-12 | 1 | -1/+1 |
* | Add complete instructions for the brave people wishing to fiddle with the | Diego Biurrun | 2007-04-12 | 1 | -1/+5 |
* | Replace hackish support for amr-nb and amr-wb. Instead of including the source | Stanislav Brabec | 2007-04-12 | 2 | -31/+6 |
* | Update download URL with a link to a working version. | Diego Biurrun | 2007-04-12 | 1 | -1/+1 |
* | add a check before find_frame_end call | Limin Wang | 2007-04-11 | 1 | -1/+2 |
* | Per reference swf/flv adpcm encoder. | Benjamin Larsson | 2007-04-11 | 1 | -0/+28 |
* | cosmetics: indentation | Diego Biurrun | 2007-04-11 | 1 | -1/+1 |
* | ssd_int8_vs_int16_altivec, not completely benchmarkedwith svq1 | Luca Barbato | 2007-04-10 | 3 | -0/+82 |
* | cosmetics after last commit | Ivo van Poorten | 2007-04-10 | 1 | -1/+1 |
* | Add support for grayscale images with arbitrary maxvals. | Ivo van Poorten | 2007-04-10 | 1 | -2/+24 |
* | Fix an underflow/overflow that was causing some crackles when playing | Marco Gerards | 2007-04-10 | 1 | -1/+3 |
* | Set C predictor to zero if unavailable (should fix B-frame border artifacts) | Kostya Shishkov | 2007-04-10 | 1 | -0/+2 |
* | superflouos () | Michael Niedermayer | 2007-04-09 | 1 | -1/+1 |
* | remove code_prefix variable, no speed change | Michael Niedermayer | 2007-04-09 | 1 | -7/+5 |
* | simplify | Michael Niedermayer | 2007-04-09 | 1 | -4/+3 |
* | When dst_length == 0 bit_length has to be 0, too, but the current code still | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | Remove a NAL unit's trailing zero bytes even when dst_length is 1. | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | scenario: A properly coded frame is followed by an end of sequence NAL unit, | Reinhard Nissl | 2007-04-09 | 1 | -1/+1 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 28 | -89/+89 |