summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-154-7/+7
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-152-3/+3
* | Merge commit '7c371754fbc0dcc23bd00278b147f8095ccc5625'Michael Niedermayer2014-08-151-2/+0
|\ \ | |/
| * atomic_win32: Drop unnecessary atomic.h #includeDiego Biurrun2014-08-151-2/+0
| * frame: Remove some FF_API_AVFRAME_COLORSPACE leftoversDiego Biurrun2014-08-141-2/+0
| * cpu-test: Add unistd.h #include for getopt()Diego Biurrun2014-08-131-0/+4
* | avutil/opt: remove disabled old ABI compatibility codeMichael Niedermayer2014-08-141-24/+5
* | Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'Michael Niedermayer2014-08-143-1/+31
|\ \ | |/
| * mem: add av_strndup() for duplicating substringsAnton Khirnov2014-08-133-1/+31
* | Merge commit '159a06dfc83d189f753c4583583ddfb571552ff5'Michael Niedermayer2014-08-141-0/+3
|\ \ | |/
| * stereo3d: initialize AVStereo3D to zeroFelix Abecassis2014-08-131-0/+3
* | Merge commit 'a8c104a511f97e4ea617df73b31737e28a8a5126'Michael Niedermayer2014-08-133-14/+74
|\ \ | |/
| * AVOption: add support for dictionary types.Andrew Stone2014-08-133-14/+73
* | avutil: turn arm setend into a cpuflagMichael Niedermayer2014-08-134-7/+12
* | lavu: stop exporting internal functionsJames Almer2014-08-121-1/+1
* | lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter()James Almer2014-08-122-2/+2
* | Remove panscan information in av_frame_copy_props() if resolution changes.Carl Eugen Hoyos2014-08-101-1/+5
* | Merge commit 'fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45'Michael Niedermayer2014-08-102-1/+3
|\ \ | |/
| * avresample: Introduce AVFrame-based APILuca Barbato2014-08-102-1/+3
* | Merge commit '472f9ed312ec784f7c72876b77163f4741880d05'Michael Niedermayer2014-08-103-9/+0
|\ \ | |/
| * Remove obsolete FF_API_AVFRAME_COLORSPACE cruft.Anton Khirnov2014-08-093-7/+0
* | Merge commit '1985c2e75c607ac51bfd8dc87d2957a5edf2b6f8'Michael Niedermayer2014-08-101-2/+2
|\ \ | |/
| * Bump major versions of all libraries.Anton Khirnov2014-08-091-2/+2
* | drop LLS1, rename LLS2 to LLSMichael Niedermayer2014-08-097-264/+28
* | avutil: delay removial of FF_API_GET_CHANNEL_LAYOUT_COMPATMichael Niedermayer2014-08-091-1/+1
* | delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE...Michael Niedermayer2014-08-091-1/+1
* | Merge commit 'f4c444e17d137c786f0ed2da0e5943df505d5f9e'Michael Niedermayer2014-08-091-11/+11
|\ \ | |/
| * Postpone API-incompatible changes until the next bump.Anton Khirnov2014-08-091-11/+11
* | avutil/cpu: check av_parse_cpu_caps() table during cpu-testMichael Niedermayer2014-08-061-0/+9
* | avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps(...Michael Niedermayer2014-08-061-2/+2
* | avutil/cpu: add aarch64 entries to 2nd tableMichael Niedermayer2014-08-061-0/+4
* | avutil/cpu: output cpu data to stdoutMichael Niedermayer2014-08-061-5/+5
* | avutil/pixelutils: check for malloc failureMichael Niedermayer2014-08-061-0/+6
* | avutil/pixelutils: avoid on stack arraysMichael Niedermayer2014-08-061-15/+19
* | avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntaxMichael Niedermayer2014-08-061-3/+4
* | avutil: add pixelutils APIClément Bœsch2014-08-058-1/+452
* | Fix compile error on bfin.Bernd Kuhls2014-08-052-4/+0
* | Merge commit 'e9abafca278f87e1ecc6d50091d99b73ff63c9a6'Michael Niedermayer2014-08-043-2/+25
|\ \ | |/
| * avutil: add AV_PIX_FMT_YA16 pixel formatVittorio Giovara2014-08-043-2/+26
* | Merge commit 'e96c3b81cadd0ba84d43b1f3a54980df3785d9a5'Michael Niedermayer2014-08-043-4/+9
|\ \ | |/
| * avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8Vittorio Giovara2014-08-043-4/+8
* | Merge commit 'e0d73fda361729d207e51fa2afd8ba6102e58d98'Michael Niedermayer2014-08-041-0/+3
|\ \ | |/
| * avutil: add alias names for gray 8/16 colour spacesVittorio Giovara2014-08-041-0/+3
* | Merge commit 'd2962e9f89cca6ff40f0c9d5ffc9c4397b8b1b26'Michael Niedermayer2014-08-043-4/+10
|\ \ | |/
| * pixdesc: Support pixelformat aliasesLuca Barbato2014-08-043-3/+10
* | Merge commit 'bb41115d56930b9f5d59e79dca254d1201246967'Michael Niedermayer2014-08-043-3/+4
|\ \ | |/
| * imgutils: Do not declare avpriv_set_systematic_pal2 in the public headerDiego Biurrun2014-08-043-3/+4
* | Merge commit '1ef9e8376466bb1e2c147e47554b94cab9c8b04a'Michael Niedermayer2014-08-041-9/+8
|\ \ | |/
OpenPOWER on IntegriCloud