]> git.sesse.net Git - ffmpeg/history - libavdevice
AVFrame: deprecate all now unused fields
[ffmpeg] / libavdevice /
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-01-17 Luca Barbatolibcdio: support recent cdio-paranoia
2013-01-13 Anton Khirnovv4l2: do not assert on a value received from outside...
2013-01-13 Anton Khirnovv4l2: set the average framerate instead of codec timebase.
2013-01-13 Anton Khirnovv4l2: avoid pointless indirection.
2013-01-03 Clément Bœschbuild: Avoid detecting bogus components named 'x'
2012-12-28 Diego Biurruncosmetics: Prettyprint codec/format/filter registration...
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-11-02 Michael Niedermayerdv1394: Swap the min and max values of the 'standard...
2012-10-12 Anton Khirnovlavu,lavd: do not use av_pix_fmt_descriptors directly.
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-07 Diego Biurruntimefilter: De-doxygenize normal code comments and...
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-01 Diego BiurrunRemove some silly disabled code.
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_INT in the i64...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_FLAGS in the...
2012-09-04 Martin Storsjöavopt: Store defaults for AV_OPT_TYPE_CONST in the...
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-28 Anton KhirnovAdd missing libavutil/time.h includes.
2012-07-28 Diego Biurrunx11grab: cosmetics: consistent naming for x11grab-relat...
2012-07-04 Diego BiurrunClarify Doxygen comment for FF_API_* #defines.
2012-07-04 Diego BiurrunCreate version.h headers for libraries that lack them
2012-06-20 Mans RullgardRemove unnecessary inclusions of [sys/]time.h
2012-06-14 Diego BiurrunAvoid C99 variable declarations within for statements.
2012-06-13 Sean McGovernjack: update to new latency range API as the old one...
2012-05-07 Diego Biurrunbuild: cosmetics: Split HEADERS/OBJS/PROGS lists into...
2012-04-04 Diego Biurruncosmetics: Consistently place static, inline and av_col...
2012-03-28 Diego BiurrunReplace memset(0) by zero initializations.
2012-03-16 Antonio Ospitex11grab: fix a memory leak exposed by valgrind
2012-03-04 Anton Khirnovlibcdio: add a forgotten AVClass to the private context.
2012-02-28 Diego Biurrundoxygen: Remove documentation for non-existing paramete...
2012-02-10 Yordan Makariev4xm, timefilter: K&R formatting cosmetics
2012-01-28 Alex Conversecosmetics: Remove extra newlines at EOF
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-24 Anton Khirnovlavd: remove deprecated v4l grab device.
2012-01-10 Luca Barbatov4l2: use C99 struct initializer
2012-01-10 Luca Barbatov4l2: poll the file descriptor
2012-01-10 Luca Barbatov4l2: support compressed formats
2012-01-07 Diego Biurruncosmetics: drop some pointless parentheses
2012-01-04 Janne Grunauv4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined
2012-01-04 Luca Barbatov4l2: list available formats
2012-01-04 Luca Barbatov4l2: set the proper codec_tag
2012-01-04 Luca Barbatov4l2: refactor device_open
2012-01-04 Luca Barbatov4l2: simplify away io_method
2012-01-04 Luca Barbatov4l2: cosmetics
2012-01-04 Luca Barbatov4l2: uniform and format options
2012-01-04 Luca Barbatov4l2: do not force interlaced mode
2011-12-27 Janne Grunauv4l2: remove unneded linux specific asm/types.h include
2011-12-13 Mans Rullgardbuild: move inclusion of subdir.mak to main subdir...
2011-12-12 Anton KhirnovAdd basic libavdevice documentation.
2011-12-10 Diego BiurrunFix a bunch of common typos.
2011-12-07 Diego Biurruncosmetics: drop some completely pointless parentheses
2011-12-05 Diego Biurrunmisc Doxygen markup improvements
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-25 Mans RullgardMake channel layout masks unsigned
2011-11-14 Luca Barbatopulse: compute frame_duration once and fix it
2011-11-06 Martin StorsjöRemove leftover includes of strings.h
2011-11-06 Reimar DöffingerReplace all usage of strcasecmp/strncasecmp
2011-10-26 Luca Barbatopulse: introduce pulseaudio input
2011-10-21 Anton KhirnovMove timefilter code from lavf to lavd.
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for some dv functions.
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-10-12 Anton KhirnovAVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
2011-10-05 Diego BiurrunFix 'heigth' vs. 'height' typos.
2011-09-24 Diego BiurrunUse explicit struct initializers for AVOutputFormat...
2011-09-21 Anton Khirnovalsa: add missing header
2011-09-17 Anton Khirnovlavd: add libcdio-paranoia input device for audio CD...
2011-08-15 Anton Khirnovlavf,lavd: remove all usage of AVFormatParameters from...
2011-08-15 Anton Khirnovjack: add 'channels' private option.
2011-07-31 Yu-Jie Linx11grab: add show_region AVOption.
2011-07-31 Yu-Jie Linx11grab: add follow_mouse AVOption.
2011-07-15 Diego Biurrundoxygen: use Doxygen markup for authors and web links...
2011-07-09 Justin Rugglesalsa: limit buffer_size to 32768 frames.
2011-07-09 Justin Rugglesalsa: fallback to buffer_size/4 for period_size.
2011-07-08 Anton Khirnovx11grab: replace undocumented nomouse hackery with...
2011-07-07 Diego Biurrunlibavdevice: Remove disabled code.
2011-07-05 Diego BiurrunAdd some missing mathematics.h #includes for av_rescale().
2011-06-28 Mans Rullgardbuild: include sub-makefiles using full path instead...
2011-06-25 Diego Biurrunbuild: Remove redundant config.mak includes from subdir...
2011-06-23 Stefano Sabatinilavdev: improve feedback in case of invalid frame rate...
2011-06-23 Stefano Sabatinivfwcap: prefer "framerate_q" over "fps" in vfw_read_hea...
2011-06-23 Stefano Sabatiniv4l2: prefer "framerate_q" over "fps" in v4l2_set_param...
2011-06-23 Stefano Sabatinifbdev: prefer "framerate_q" over "fps" in device context
2011-06-23 Stefano Sabatinibktr: prefer "framerate" over "fps" for grab_read_header()
2011-06-23 Nicolas GeorgeALSA: implement channel layout for playback.
2011-06-23 Carl Eugen Hoyosalsa: support unsigned variants of already supported...
2011-06-23 Carl Eugen Hoyosalsa: add support for more formats.
2011-06-12 Sven C. Dackx11grab: remove a memory allocation and the associated...
2011-06-09 Reimar Döffingeross,sndio: simplify by using FFMIN.
2011-06-05 Luca Barbatov4l2: do not force NTSC as standard
2011-06-05 Anton Khirnovlavf,lavc: free avoptions in a generic way.
2011-06-04 Anton Khirnovx11grab: add framerate private option.
2011-06-04 Anton Khirnovfbdev,v4l2: remove some forgotten uses of AVFormatParam...
2011-06-04 Anton Khirnovbktr: don't error when AVFormatParameters.time_base...
2011-06-03 Stefano SabatiniReplace avcodec_get_pix_fmt_name() by av_get_pix_fmt_na...
next