| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: export motion vectors in frame side data on demand | Clément Bœsch | 2014-08-18 | 3 | -1/+104 |
* | gifdec: use truncated width for image manipulation | Christophe Gisquet | 2014-08-18 | 1 | -9/+22 |
* | alacenc: fix extra bits extraction | Christophe Gisquet | 2014-08-18 | 1 | -2/+14 |
* | alacenc: increase predictor buffer | Christophe Gisquet | 2014-08-18 | 1 | -9/+10 |
* | avcodec/lcldec: fix decoding of YUV444 sample | Piotr Bandurski | 2014-08-17 | 1 | -1/+2 |
* | avcodec/h264_mb: fix grayscale only decoding with weighted prediction | Michael Niedermayer | 2014-08-17 | 1 | -25/+31 |
* | avcodec/rpza: fix +- error | Michael Niedermayer | 2014-08-17 | 1 | -2/+2 |
* | vcodec/rpza: print mismatching size in case of error | Michael Niedermayer | 2014-08-17 | 1 | -1/+5 |
* | avcodec/mips/compute_antialias_float: remove unused variable | Michael Niedermayer | 2014-08-16 | 1 | -3/+0 |
* | avcodec/hevc_mvs: dont redundantly initialize ref_idx_curr | Michael Niedermayer | 2014-08-16 | 1 | -1/+1 |
* | avcodec/dvbsubdec: dont mix integers with pointers | Michael Niedermayer | 2014-08-16 | 1 | -2/+2 |
* | avcodec/dvdsubdec: Dont mix integers with pointers | Michael Niedermayer | 2014-08-16 | 1 | -2/+2 |
* | Drop remaining unneeded != NULL | Michael Niedermayer | 2014-08-15 | 3 | -3/+3 |
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 10 | -18/+18 |
|\ |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 11 | -20/+20 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 35 | -59/+57 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 35 | -59/+57 |
* | | Merge commit 'efd26bedec9a345a5960dbfcbaec888418f2d4e6' | Michael Niedermayer | 2014-08-15 | 4 | -1/+31 |
|\| |
|
| * | build: Add explanatory comments to (optimization) blocks in the Makefiles | Diego Biurrun | 2014-08-15 | 4 | -1/+31 |
* | | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b' | Michael Niedermayer | 2014-08-15 | 31 | -189/+199 |
|\| |
|
| * | mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes | Diego Biurrun | 2014-08-15 | 30 | -182/+190 |
* | | avcodec/h261dec: Fix context initialization sequence | Michael Niedermayer | 2014-08-15 | 1 | -2/+1 |
* | | Merge commit '552bc42df48784ae3ce0d499ece5b33f3cc7576a' | Michael Niedermayer | 2014-08-15 | 1 | -4/+6 |
|\| |
|
| * | h261dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -4/+6 |
* | | Merge commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14' | Michael Niedermayer | 2014-08-15 | 1 | -13/+12 |
|\| |
|
| * | h263dec: Fix order of initialization | John Stebbins | 2014-08-14 | 1 | -13/+12 |
* | | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1' | Michael Niedermayer | 2014-08-15 | 10 | -18/+32 |
|\| |
|
| * | idct: remove call to ff_idctdsp_init from ff_MPV_common_init | John Stebbins | 2014-08-14 | 9 | -17/+31 |
* | | lavc/flacdsp: change lpc_encoder function pointer prototype | James Darnley | 2014-08-14 | 1 | -1/+1 |
* | | avcodec/mjpegdec: Support AV_PIX_FMT_YUV420P16 with upscale_h | Michael Niedermayer | 2014-08-14 | 1 | -2/+11 |
* | | libavcodec: bump micro to reflect dpx changes | Christophe Gisquet | 2014-08-14 | 1 | -1/+1 |
* | | avcodec/lcldec: initialize encoded correctly | Michael Niedermayer | 2014-08-14 | 1 | -1/+1 |
* | | proresenc_kostya: properly account for alpha | Christophe Gisquet | 2014-08-14 | 1 | -2/+8 |
* | | dpx: use aligned line starts | Christophe Gisquet | 2014-08-14 | 1 | -12/+30 |
* | | Merge commit '93f29948e4b06acfb96e7f82d373ef86d6dc55f7' | Michael Niedermayer | 2014-08-14 | 1 | -6/+6 |
|\| |
|
| * | mpeg4video: Fix doxygen comment syntax to document correct struct member | Nidhi Makhijani | 2014-08-14 | 1 | -10/+10 |
| * | vaapi: set the scaling list correctly. | Edgar Hucek | 2014-08-14 | 1 | -1/+2 |
* | | dpx: warn if encrypted | Christophe Gisquet | 2014-08-14 | 1 | -0/+10 |
* | | dpxenc: enforce alignment requirement | Christophe Gisquet | 2014-08-14 | 1 | -7/+37 |
* | | Move WMA case from ff_get_audio_frame_size() to av_get_audio_frame_duration() | Michael Niedermayer | 2014-08-14 | 1 | -0/+7 |
* | | Move frame_size fallback from ff_get_audio_frame_size() to av_get_audio_frame... | Michael Niedermayer | 2014-08-14 | 1 | -0/+4 |
* | | vp9: ignore reference segmentation map if error_resilience flag is set. | Ronald S. Bultje | 2014-08-13 | 1 | -11/+15 |
* | | lavc/dnxhd: ff_dnxhd_cid_table is not exported | James Almer | 2014-08-13 | 1 | -1/+1 |
* | | cvcodec/flacdsp_lpc_template: osmetic fix | James Darnley | 2014-08-13 | 1 | -1/+1 |
* | | lavc/flacenc: partially unroll loop in flac_enc_lpc_16 | James Darnley | 2014-08-13 | 2 | -6/+22 |
* | | avcodec/idctdsp: make add/put_pixels_clamped_c internal functions | James Almer | 2014-08-13 | 4 | -55/+60 |
* | | lavc/flacenc: add sse4 version of the 16-bit lpc encoder | James Darnley | 2014-08-13 | 4 | -1/+93 |
* | | avcodec: add C xvid IDCT support | Pascal Massimino | 2014-08-12 | 4 | -1/+352 |
* | | Merge commit 'da7d839a0d3ec40423a665dc85e0cfaed3f92eb8' | Michael Niedermayer | 2014-08-12 | 1 | -16/+16 |
|\| |
|
| * | ffv1dec: check that global parameters do not change in version 0/1 | Michael Niedermayer | 2014-08-12 | 1 | -7/+25 |