| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 9 | -13/+13 |
* | x86: Require 7 registers for the cabac asm | Martin Storsjö | 2011-12-12 | 1 | -2/+2 |
* | h264: remove useless cast | Mans Rullgard | 2011-12-12 | 1 | -1/+1 |
* | proresdec: fix decode_slice() prototype | Mans Rullgard | 2011-12-12 | 1 | -2/+3 |
* | x86: cabac: replace explicit memory references with "m" operands | Mans Rullgard | 2011-12-11 | 2 | -40/+36 |
* | wmapro: use av_float2int() | Mans Rullgard | 2011-12-11 | 1 | -2/+3 |
* | lavc: avoid invalid memcpy() in avcodec_default_release_buffer() | Mans Rullgard | 2011-12-11 | 1 | -1/+2 |
* | lavu: replace int/float punning functions | Mans Rullgard | 2011-12-11 | 1 | -3/+3 |
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 3 | -10/+10 |
* | Fix a bunch of common typos. | Diego Biurrun | 2011-12-11 | 18 | -28/+28 |
* | ttadec: check channel count as read from extradata. | Shitiz Garg | 2011-12-10 | 1 | -0/+5 |
* | cljr: remove unused code | Paul B Mahol | 2011-12-10 | 1 | -2/+0 |
* | ptx: fix inverted check for sufficient data | Janne Grunau | 2011-12-10 | 1 | -1/+1 |
* | ptx: emit a warning on insufficient picture data | Janne Grunau | 2011-12-10 | 1 | -3/+6 |
* | Dxtory capture format decoder | Kostya Shishkov | 2011-12-10 | 4 | -0/+112 |
* | cljr: K&R cosmetics | Diego Biurrun | 2011-12-08 | 1 | -20/+23 |
* | cljr: return a more sensible value when encountering invalid headers | Diego Biurrun | 2011-12-08 | 1 | -1/+1 |
* | cljr: drop unnecessary emms_c() calls without MMX code | Diego Biurrun | 2011-12-08 | 1 | -4/+0 |
* | cljr: remove useless casts | Mans Rullgard | 2011-12-08 | 1 | -3/+3 |
* | cljr: group encode/decode parts under single ifdefs | Mans Rullgard | 2011-12-08 | 1 | -48/+40 |
* | cljr: remove stray semicolon | Mans Rullgard | 2011-12-08 | 1 | -1/+1 |
* | cljr: add missing return statement in decode_end() | Paul B Mahol | 2011-12-08 | 1 | -0/+1 |
* | shorten: avoid abort() on unknown audio types | John Brooks | 2011-12-08 | 1 | -3/+5 |
* | cljr: add encoder | Paul B Mahol | 2011-12-08 | 3 | -19/+28 |
* | tests/examples: Mark some variables only used within their files as static. | Diego Biurrun | 2011-12-08 | 2 | -3/+3 |
* | tests/tools/examples: Replace direct exit() calls by return. | Diego Biurrun | 2011-12-08 | 2 | -7/+2 |
* | cljr: release picture at end of decoding | Paul B. Mahol | 2011-12-08 | 1 | -0/+8 |
* | rv40: NEON optimised rv40 qpel motion compensation | Mans Rullgard | 2011-12-07 | 2 | -0/+714 |
* | pcm-mpeg: implement new audio decoding api | Hendrik Leppkes | 2011-12-07 | 1 | -17/+35 |
* | w32thread: port fixes to pthread_cond_broadcast() from x264. | Ronald S. Bultje | 2011-12-07 | 1 | -8/+46 |
* | dxva2.h: include d3d9.h to define LPDIRECT3DSURFACE9 | Rafaël Carré | 2011-12-07 | 1 | -0/+1 |
* | doxygen: Replace '\' by '@' in Doxygen markup tags. | Diego Biurrun | 2011-12-07 | 3 | -5/+5 |
* | cosmetics: drop some completely pointless parentheses | Diego Biurrun | 2011-12-07 | 5 | -11/+15 |
* | cljr: simplify CLJRContext | Paul B. Mahol | 2011-12-07 | 1 | -10/+8 |
* | Code cleanup - mpegvideo.c - 500-1000line | Konstantin Todorov | 2011-12-06 | 1 | -233/+309 |
* | rv40: NEON optimised weighted prediction | Janne Grunau | 2011-12-06 | 3 | -0/+92 |
* | rv40: NEON optimised chroma MC | Janne Grunau | 2011-12-06 | 5 | -5/+118 |
* | ARM: move NEON H264 chroma mc to a separate file | Mans Rullgard | 2011-12-06 | 3 | -339/+361 |
* | rv34: NEON optimised inverse transform functions | Janne Grunau | 2011-12-06 | 5 | -0/+153 |
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 3 | -6/+7 |
* | doxygen: eliminate Qt-style doxygen syntax | Diego Biurrun | 2011-12-05 | 5 | -38/+38 |
* | g722: Change bits per sample to 4 | Sjoerd Simons | 2011-12-05 | 3 | -4/+4 |
* | g722dec: Signal skipping the lower bits via AVOptions instead of bits_per_cod... | Martin Storsjö | 2011-12-05 | 2 | -15/+19 |
* | api-example: update to use avcodec_decode_audio4() | Justin Ruggles | 2011-12-04 | 1 | -9/+20 |
* | adpcmenc: cosmetics: pretty-printing | Chris Berov | 2011-12-04 | 1 | -229/+264 |
* | ac3dec: cosmetics: pretty-printing | Chris Berov | 2011-12-04 | 1 | -248/+261 |
* | shorten: remove dead initialization | Paul B. Mahol | 2011-12-04 | 1 | -1/+0 |
* | roqvideodec: set AVFrame reference before reget_buffer. | Reimar Döffinger | 2011-12-04 | 1 | -0/+1 |
* | bmp: fix some 1bit samples. | Carl Eugen Hoyos | 2011-12-04 | 1 | -4/+18 |
* | wavpack: Properly clip samples during lossy decode | Derek Buitenhuis | 2011-12-03 | 1 | -2/+9 |