summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavu/parseutils: make small_strptime() return a (non const) char *Stefano Sabatini2012-09-06
* lavf: fix a few typo in some comments.Clément Bœsch2012-09-05
* lavf: remove a few useless AV_NOWARN_DEPRECATED().Clément Bœsch2012-09-05
* vf_hue: fix AVOption defaultsMichael Niedermayer2012-09-05
* acelp_pitch_delay: add missing libm.h include for exp2()Michael Niedermayer2012-09-05
* g723_1: add some const for more correctnessMichael Niedermayer2012-09-05
* proresenc_anatoliy: add 2 const to silence 2 warningsMichael Niedermayer2012-09-05
* Optimization of AC3 floating point decoder for MIPSNedeljko Babic2012-09-05
* imgconvert: silence some const incompatible pointer warnings.Michael Niedermayer2012-09-05
* avopt: fix examples to match the same style about default values as the actua...Michael Niedermayer2012-09-05
* vf_scale: fix incompatible pointer type warningMichael Niedermayer2012-09-05
* lavu/opt: support NULL and special "none" values for size and pixel format op...Stefano Sabatini2012-09-05
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-05
|\
| * build: eamad: Add missing dependency on mpegvideo codeDiego Biurrun2012-09-05
| * build: utvideoenc: Add missing dependency on Huffman codeDiego Biurrun2012-09-05
| * avopt: Reorder the default_val struct, making i64 the first fieldMartin Storsjö2012-09-04
* | Merge commit '21bc44038491e525335ad763883b0288402ff6a0'Michael Niedermayer2012-09-05
|\|
| * avopt: Explicitly store rational option defaults in .dblMartin Storsjö2012-09-04
* | Merge commit 'c7b610aa0b1bac47eea0056b13fe6e982b85844a'Michael Niedermayer2012-09-05
|\|
| * avopt: Explicitly store float/double option defaults in .dblMartin Storsjö2012-09-04
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_INT in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit 'd58dd4b5b5d31cfd4092e38a5f2c894eee2ab078'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_FLAGS in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '124134e42455763b28cc346fed1d07017a76e84e'Michael Niedermayer2012-09-05
|\|
| * avopt: Store defaults for AV_OPT_TYPE_CONST in the i64 union memberMartin Storsjö2012-09-04
* | Merge commit '2d7d91f06d6a1d243dc74c96d3389ee237a3b906'Michael Niedermayer2012-09-05
|\|
| * svq1enc: Set picture_structure correctlyMichael Niedermayer2012-09-04
| * mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-04
| * mpegvideo_enc: remove assert that has become obsolete with the new APIMichael Niedermayer2012-09-04
| * elbg: Fix an assertMichael Niedermayer2012-09-04
* | doc/filters: add mp=noise exampleStefano Sabatini2012-09-05
* | doc/filters: itemize example for mp filterStefano Sabatini2012-09-05
* | doc/filters: remove reference to mp=hue filter, which was droppedStefano Sabatini2012-09-05
* | lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch2012-09-04
* | intreadwrite: Dont evaluate value for AV_W* multiple times.Michael Niedermayer2012-09-04
* | paf: avoid using expressions with sideeffects in AV_R*Michael Niedermayer2012-09-04
* | configure: update sinks used by ffplay/ffmpegMichael Niedermayer2012-09-04
* | libavfilter/Makefile: add forgotten entries for the ff-sinksMichael Niedermayer2012-09-04
* | sink_buffer: fix #ifs for FF-sinksMichael Niedermayer2012-09-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-04
|\|
| * configure: add support for bdver1 and bdver2 CPU types.Diego Elio Pettenò2012-09-04
| * avio: make avio_close NULL the freed bufferLuca Barbato2012-09-04
| * pixdesc: cosmeticsLuca Barbato2012-09-04
| * proresenc: Don't free a buffer not owned by the codecMartin Storsjö2012-09-04
| * proresenc: Write the full value in one put_bits callMartin Storsjö2012-09-04
| * adpcmenc: Calculate the IMA_QT predictor without overflowMichael Niedermayer2012-09-04
| * x86: Add convenience macros to check for CPU extensions and flagsDiego Biurrun2012-09-04
| * x86: h264dsp: drop some unnecessary ifdefs around prototype declarationsDiego Biurrun2012-09-04
| * mss12: merge decode_pixel() and decode_top_left_pixel()Alberto Delmás2012-09-03