| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | zmbv.c: coding style clean-up. | Nathan Adil Maxson | 2011-12-03 | 1 | -90/+101 |
* | xan.c: coding style clean-up. | Nathan Adil Maxson | 2011-12-03 | 1 | -25/+28 |
* | mpegvideo.c: code cleanup - first 500 lines. | Konstantin Todorov | 2011-12-03 | 1 | -135/+202 |
* | h264: fix frame reordering code. | Ronald S. Bultje | 2011-12-03 | 3 | -22/+52 |
* | aac_latm: reconfigure decoder on audio specific config changes | Janne Grunau | 2011-12-03 | 1 | -10/+15 |
* | latmdec: fix audio specific config parsing | Janne Grunau | 2011-12-03 | 5 | -20/+34 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 63 | -766/+1583 |
* | avcodec: change number of plane pointers from 4 to 8 at next major bump. | Justin Ruggles | 2011-12-02 | 6 | -34/+48 |
* | svq1dec: avoid undefined get_bits(0) call | Mans Rullgard | 2011-12-02 | 1 | -1/+2 |
* | ARM: h264dsp_neon cosmetics | Mans Rullgard | 2011-12-02 | 1 | -313/+313 |
* | ARM: make some NEON macros reusable | Janne Grunau | 2011-12-02 | 3 | -61/+65 |
* | vp8: flush buffers on size changes. | Aaron Colwell | 2011-12-02 | 1 | -3/+5 |
* | Cleaned up alacenc.c | Nathan Adil Maxson | 2011-12-01 | 1 | -47/+54 |
* | h264: cap max has_b_frames at MAX_DELAYED_PIC_COUNT - 1. | Ronald S. Bultje | 2011-12-01 | 1 | -1/+1 |
* | ARM: fix indentation in ff_dsputil_init_neon() | Mans Rullgard | 2011-12-01 | 1 | -41/+39 |
* | ARM: NEON put/avg_pixels8/16 cosmetics | Mans Rullgard | 2011-12-01 | 1 | -57/+57 |
* | ARM: add remaining NEON avg_pixels8/16 functions | Mans Rullgard | 2011-12-01 | 2 | -0/+75 |