| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Drop unnecessary parentheses around return values. | Diego Biurrun | 2011-12-30 | 8 | -27/+27 |
* | libvorbis: K&R reformatting cosmetics | Diego Biurrun | 2011-12-29 | 1 | -73/+79 |
* | libmp3lame: K&R formatting cosmetics | Aneesh Dogra | 2011-12-29 | 1 | -89/+84 |
* | mpegvideo_enc: K&R cosmetics (line 1000-2000). | Aneesh Dogra | 2011-12-29 | 1 | -394/+531 |
* | indeo4: remove two unused variables | Kostya Shishkov | 2011-12-29 | 1 | -4/+7 |
* | lagarith: add decode support for arith rgb24 mode | Thad Ward | 2011-12-29 | 1 | -10/+22 |
* | v410dec: Check for sufficient input data. Fixes crash | Michael Niedermayer | 2011-12-28 | 1 | -0/+5 |
* | Indeo 4 decoder | Kostya Shishkov | 2011-12-28 | 7 | -3/+1362 |
* | mpegvideo_enc: K&R cosmetics | Aneesh Dogra | 2011-12-27 | 1 | -439/+580 |
* | threads: test for sys/param.h and include it for sysctl on OpenBSD | Janne Grunau | 2011-12-27 | 1 | -0/+3 |
* | x86: Fix constraints for decode_significance*_x86 | Martin Storsjö | 2011-12-27 | 2 | -3/+3 |
* | avs: call release_buffer() at the end. | Anton Khirnov | 2011-12-25 | 1 | -0/+10 |
* | Add minor bumps and APIchanges entries for lavc/lavfi changes. | Anton Khirnov | 2011-12-25 | 1 | -1/+1 |
* | mpegvideo.c: K&R formatting and cosmetics. | Konstantin Todorov | 2011-12-25 | 1 | -542/+665 |
* | lavc: add format field to AVFrame | Stefano Sabatini | 2011-12-25 | 3 | -0/+14 |
* | lavc: add width and height fields to AVFrame | Stefano Sabatini | 2011-12-25 | 3 | -0/+11 |
* | lavc: add a sample_aspect_ratio field to AVFrame | Stefano Sabatini | 2011-12-25 | 3 | -0/+10 |
* | vp3dec: Check coefficient index in vp3_dequant() | Reinhard Tartler | 2011-12-23 | 1 | -2/+12 |
* | svq1dec: call avcodec_set_dimensions() after dimensions changed. | Michael Niedermayer | 2011-12-23 | 1 | -0/+1 |
* | threads: check defines before using them in automatic thread detection | Janne Grunau | 2011-12-23 | 1 | -2/+2 |
* | pthread: include sys/types.h before sys/sysctl.h | Janne Grunau | 2011-12-23 | 1 | -1/+1 |
* | 4xm: remove unused variables. | Anton Khirnov | 2011-12-23 | 1 | -3/+0 |
* | h264: Fix a possible overread in decode_nal_units() | Alexander Strange | 2011-12-23 | 1 | -1/+1 |
* | w32thread: call ResetEvent() in pthread_cond_broadcast(). | Sergey Radionov | 2011-12-22 | 1 | -1/+2 |
* | kvmc: fix invalid reads | Gaurav Narula | 2011-12-23 | 1 | -16/+66 |
* | 4xm: Add a check in decode_i_frame to prevent buffer overreads | Shitiz Garg | 2011-12-22 | 1 | -3/+12 |
* | adpcm: fix IMA SMJPEG decoding | Paul B Mahol | 2011-12-22 | 1 | -5/+9 |
* | options: set minimum for "threads" to zero | Janne Grunau | 2011-12-22 | 1 | -1/+2 |
* | bsd: use number of logical CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+10 |
* | windows: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+6 |
* | linux: use number of CPUs as automatic thread count | Janne Grunau | 2011-12-22 | 1 | -0/+43 |
* | pthreads: reset active_thread_type when slice thread_init returrns early | Janne Grunau | 2011-12-22 | 1 | -1/+3 |
* | v410dec: include correct headers | Paul B. Mahol | 2011-12-22 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 27 | -32/+32 |
* | ra144enc: zero the reflection coeffs if the filter is unstable | Justin Ruggles | 2011-12-22 | 1 | -1/+4 |
* | mov: Don't stick the QuickTime field ordering atom in extradata. | Alex Converse | 2011-12-21 | 2 | -6/+18 |
* | truespeech: fix invalid reads in truespeech_apply_twopoint_filter() | Justin Ruggles | 2011-12-21 | 1 | -0/+1 |
* | nellymoserdec: Indicate that the decoder can handle changed parameters | Martin Storsjö | 2011-12-21 | 1 | -1/+1 |
* | libavcodec: Apply parameter change side data when decoding audio | Martin Storsjö | 2011-12-21 | 1 | -0/+44 |
* | libavcodec: Define a side data type for parameter changes | Martin Storsjö | 2011-12-21 | 2 | -1/+27 |
* | aacdec: Handle new extradata passed as side data | Martin Storsjö | 2011-12-21 | 1 | -0/+19 |
* | libavcodec: Define a side data type for new extradata | Martin Storsjö | 2011-12-21 | 2 | -2/+3 |
* | x86: Tighten register constraints for decode_significance*_x86. | Diego Biurrun | 2011-12-21 | 2 | -3/+3 |
* | Replace Subversion revisions in comments by Git hashes. | Diego Biurrun | 2011-12-21 | 1 | -2/+3 |
* | h264_cabac: synchronize decode_significance_*_x86 conditionals | Diego Biurrun | 2011-12-21 | 1 | -1/+1 |
* | w32threads: wait for the waked thread in pthread_cond_signal. | Sergey Radionov | 2011-12-20 | 1 | -5/+11 |
* | aacdec: Cleanup decode_ics_info. | Alex Converse | 2011-12-20 | 1 | -15/+9 |
* | lavc: always align height by 32 pixel | Rafaël Carré | 2011-12-21 | 1 | -4/+2 |
* | raw: add 10bit YUV definitions | Luca Barbato | 2011-12-21 | 1 | -0/+6 |
* | mpegvideo_enc: separate declarations and statements | Diego Biurrun | 2011-12-20 | 1 | -1/+2 |