9451 Commits (6d8bfb52f05e73d49ac873d42610862d6c54692c)
 

Author SHA1 Message Date
Mark Cox 94cebc5641 simplify, patch by Mark Cox, melbournemark plus ffmpeg minus devel gmail com 18 years ago
Baptiste Coudurier 1c02d96f6d long -> int 18 years ago
Baptiste Coudurier 9e40addd21 cosmetics: mov_mp4 -> mp4 18 years ago
Baptiste Coudurier 0b07ac425a clean and simplify esds reading function 18 years ago
Baptiste Coudurier d614f57978 remove broken ctab code 18 years ago
Baptiste Coudurier fa22ca2214 use INT64_MAX 18 years ago
Diego Biurrun 7f3f0dc221 Remove unused variable. 18 years ago
Diego Biurrun 4a7a090834 spelling/wording/punctuation 18 years ago
Alex Beregszaszi 11fde35d7c compile rawvideo decoder on request 18 years ago
Alex Beregszaszi 4ea385bbbc compile mjpeg parser if requested 18 years ago
Alex Beregszaszi ddec67e8b1 ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c 18 years ago
Alex Beregszaszi a7b91ac6de cosmetics: remove my email address 18 years ago
Alex Beregszaszi 61bc79ec9c remove possibly broken wince cruft 18 years ago
Diego Biurrun 3154f6dbf9 typo 18 years ago
Måns Rullgård 8520b6345c add .type foo, %function directives for the benefit of debuggers 18 years ago
Reimar Döffinger a1ce61108b Fix parts missed in clip -> av_clip rename 18 years ago
Luca Abeni b0b2faa709 Fix an use-after-free bug 18 years ago
Luca Abeni 2c6a5e6ccd Remove unused callbacks from ffserver 18 years ago
Benjamin Larsson b8c4a51598 Deobfuscade decodeTonalComponents calling logic. 18 years ago
Benjamin Larsson 1e8391777d Version bump, atrac3 added. 18 years ago
Benjamin Larsson 0bc8590551 Let maintain things. Added myself as atrac3 maintainer. 18 years ago
Ramiro Polla a31978e97c Simplify, patch by Ramiro Polla. 18 years ago
Ramiro Polla 4620ce8bb8 Remove unused vars, patch by Ramiro Polla. 18 years ago
Ramiro Polla d9fd5461aa Remove unused vars, patch by Ramiro Polla. 18 years ago
Ramiro Polla b707cbb3e8 Cosmetics, patch by Ramiro Polla. 18 years ago
Kostya Shishkov a61456152d Pullback should be performed on scaled motion vectors in B-frames 18 years ago
Ivo van Poorten 3052ddb2a8 preserve alpha channel when converting rgb32 to bgr32 in plain C 18 years ago
Ivo van Poorten 19b202f9d1 fix red_15mask and green_15mask. the previous values were wrong and caused 18 years ago
Ivo van Poorten 0c4c70e5ef test widths all down to one. this tests whether the scalers correctly switch 18 years ago
Diego Biurrun 9a79101f1e Remove the build instructions from the doxygen comments, they are duplicated 18 years ago
Diego Biurrun ee4c54a313 Doxygen comment wording/spelling 18 years ago
Ivo van Poorten 35a9994977 skip MMX code in rgb24tobgr24 if the size of the input is smaller than the 18 years ago
Ivo van Poorten 3983057065 skip MMX code in rgb32to16 if the size of the input is smaller than the 18 years ago
Ivo van Poorten b2117ceed0 skip MMX code in rgb32to15 if the size of the input is smaller than the 18 years ago
Benjamin Larsson 10e26bc782 Atrac3 decoder. 18 years ago
Ivo van Poorten 935f50c82c slightly faster rgb32tobgr32; avoid one add and one cmp 18 years ago
Reimar Döffinger 442d1598a3 Fix the most obvious typos in the development policy doc section 18 years ago
Michael Niedermayer dd597cd7b0 patch submission checklist 18 years ago
Benoit Fouet b092d03395 add a commit-rule precision when applying patches discussed on the mailing list 18 years ago
Ivo van Poorten b38d487466 New implementation of rgb32tobgr32 18 years ago
Diego Biurrun 4f99f93268 Mention configure parameters for enabling AMR. 18 years ago
Aurelien Jacobs 57004ff1d7 add an enum for need_parsing 18 years ago
Diego Biurrun cefd4907e3 Make the declaration of AVInputFormat ac3_demuxer conditional 18 years ago
Diego Biurrun 03a76ba9f8 The AC3 demuxer depends on the AC3 parser. 18 years ago
Diego Biurrun 98d0205145 Move AC3 header parsing code together with the rest of the AC3 parsing code. 18 years ago
Michael Niedermayer d3255f6fd8 fix mjpeg.mov 18 years ago
Michael Niedermayer fa65e2f63a improve horizontal chroma resolution with pal 18 years ago
Michael Niedermayer 21c08a3f1c convert palette to yuv instead of converting each pixel after pal->rgb 18 years ago
Michael Niedermayer fe2ad119e9 fix playback of angels_480-mjpegcompress.avi 18 years ago
Michael Niedermayer 6b5e72c994 fix playback of odd_height.mov 18 years ago