3322 Commits (79593096c43c13a4524822fceffca7e4647ff67d)

Author SHA1 Message Date
Clément Bœsch b0352b1997 avcodec: export motion vectors in frame side data on demand 11 years ago
Reimar Döffinger bddc592001 dict.c: empty dictionaries should be a NULL pointer. 11 years ago
Reimar Döffinger c2829dc925 dict.c: Add av_dict_set_int helper function. 11 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Diego Biurrun 7c371754fb atomic_win32: Drop unnecessary atomic.h #include 11 years ago
Michael Niedermayer 8b6cbc3c33 avutil/opt: remove disabled old ABI compatibility code 11 years ago
Diego Biurrun e070d0a5ca frame: Remove some FF_API_AVFRAME_COLORSPACE leftovers 11 years ago
Diego Biurrun 353240541d cpu-test: Add unistd.h #include for getopt() 11 years ago
Anton Khirnov 8ddc32629a mem: add av_strndup() for duplicating substrings 11 years ago
Felix Abecassis 159a06dfc8 stereo3d: initialize AVStereo3D to zero 11 years ago
Andrew Stone a8c104a511 AVOption: add support for dictionary types. 11 years ago
Michael Niedermayer 1e519b9d40 avutil: turn arm setend into a cpuflag 11 years ago
James Almer d6711ee648 lavu: stop exporting internal functions 11 years ago
James Almer 744f15b6b3 lavu: rename ff_opencl_set_parameter() to avpriv_opencl_set_parameter() 11 years ago
Carl Eugen Hoyos 788cf6f0c6 Remove panscan information in av_frame_copy_props() if resolution changes. 11 years ago
Luca Barbato fb1ddcdc8f avresample: Introduce AVFrame-based API 11 years ago
Michael Niedermayer 70b8668fb5 drop LLS1, rename LLS2 to LLS 11 years ago
Michael Niedermayer 5e1832c29c avutil: delay removial of FF_API_GET_CHANNEL_LAYOUT_COMPAT 11 years ago
Michael Niedermayer c89afc9acf delay removial of FF_API_CODEC_ID, FF_API_OLD_AVOPTIONS and FF_API_OLD_ENCODE_VIDEO 11 years ago
Anton Khirnov 472f9ed312 Remove obsolete FF_API_AVFRAME_COLORSPACE cruft. 11 years ago
Anton Khirnov 1985c2e75c Bump major versions of all libraries. 11 years ago
Anton Khirnov f4c444e17d Postpone API-incompatible changes until the next bump. 11 years ago
Michael Niedermayer 6b1df5544e avutil/cpu: check av_parse_cpu_caps() table during cpu-test 11 years ago
Michael Niedermayer fe0157a19a avutil/cpu: Make cpu flag names match between cpu-test and av_parse_cpu_caps() tables 11 years ago
Michael Niedermayer efc4fe9d74 avutil/cpu: add aarch64 entries to 2nd table 11 years ago
Michael Niedermayer 9101ef6757 avutil/cpu: output cpu data to stdout 11 years ago
Michael Niedermayer 6552b0558a avutil/pixelutils: check for malloc failure 11 years ago
Michael Niedermayer 84ac2f93ca avutil/pixelutils: avoid on stack arrays 11 years ago
Michael Niedermayer 1b168e3bcf avutil/cpu: fix cpu-test to work with ffmpegs cpuflags syntax 11 years ago
Clément Bœsch 28a2107a8d avutil: add pixelutils API 11 years ago
Bernd Kuhls bf6c84d7eb Fix compile error on bfin. 11 years ago
Vittorio Giovara e9abafca27 avutil: add AV_PIX_FMT_YA16 pixel format 11 years ago
Vittorio Giovara e96c3b81ca avutil: rename AV_PIX_FMT_Y400A to AV_PIX_FMT_YA8 11 years ago
Vittorio Giovara e0d73fda36 avutil: add alias names for gray 8/16 colour spaces 11 years ago
Luca Barbato d2962e9f89 pixdesc: Support pixelformat aliases 11 years ago
Diego Biurrun bb41115d56 imgutils: Do not declare avpriv_set_systematic_pal2 in the public header 11 years ago
Kieran Kunhya 2a3c36e920 Deprecate AFD field and add AFD as side-data 11 years ago
Michael Niedermayer 8f6d36b3cb avutil/mem: document NULL related saftey of av_freep() 11 years ago
Kieran Kunhya 1ef9e83764 avcodec: Deprecate dtg_active_format field in favor of avframe side-data 11 years ago
Janne Grunau a238b83b13 aarch64: use MACH-O const data asm directive in const macro 11 years ago
Janne Grunau caf5ef852b cpu-test: test av_cpu_count 11 years ago
Janne Grunau 07d8fa5812 fate: add informative cpu test 11 years ago
James Almer d0f56ca071 x86/hevc_deblock: improve 8bit transpose store macros 11 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 11 years ago
Luca Barbato b2e059a1ff pixdesc: K&R formatting cosmetics 11 years ago
Michael Niedermayer a75a60f686 avutil/pixdesc: remove unneeded assignment 11 years ago
Reimar Döffinger f0de01856f dict.c: minor simplification. 11 years ago
Michael Niedermayer ba3e3311ef avutil/frame: add av_frame_side_data_name() 11 years ago
Luca Barbato 69e7336b8e avstring: Expose the simple name match function 11 years ago