aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-03-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.Alexis Ballier
2012-03-31Use av_opt_set instead of av_set_string3 and drop support for old API.Alexis Ballier
2012-03-31Include libavfilter/avcodec.h for av_vsrc_buffer_add_frame.Alexis Ballier
2012-03-31Remove av_alloc_put_byte and replace its occurences by avio_alloc_context.Alexis Ballier
2012-03-31Replace url_* functions by their avio_* counterparts.Alexis Ballier
2012-03-31Replace dump_format by av_dump_format.Alexis Ballier
2012-03-31Replace init_put_byte by avio_alloc_context.Alexis Ballier
2012-03-31Merge av_close_input_{file,stream} into avformat_close_input.Alexis Ballier
2012-03-31Replace av_metadata_(get/set2) by av_dict_(get/set).Alexis Ballier
2012-03-31Remove av_set_parameters.Alexis Ballier
2012-03-31Replace av_write_header by avformat_write_header.Alexis Ballier
2012-03-31Do not map url_fdopen as it is deprecated and gone in libavformat 54. It is u...Alexis Ballier
2012-03-31Drop url_set_interrupt_cb usage which was removed in libavformat 54 and set t...Alexis Ballier
2012-03-31changed: replace old libavfilter integration with null output filter with buf...elupus
2012-03-31Drop support for ffmpeg version older than our built in versionelupus
2012-03-31Replace more depreciated ffmpeg functionselupus
2012-03-31Replace depreciated av_find_stream_info with avformat_find_stream_infoelupus
2012-03-31Don't use depreciated avcodec_thread_initelupus
2012-03-31replace depreciated AVMetadata(Tag) with AVDictionary(Entry)elupus
2012-03-31replace depreciated ByteIOContext with AVIOContextelupus
2012-03-31replace depreciated av_open_input_stream/file with new avformat_open_inputelupus
2012-03-31Drop now merged or redundant patcheselupus
2012-03-31Drop patch for cdxa probe, it causes missdetections of certain streamselupus
2012-03-31Drop patch for win32 buildelupus
2012-03-31Drop neon patch that doesn't apply anymoreelupus
2012-03-31Update patcheselupus
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus
2012-03-27Merge pull request #508 from fetzerch/pictures-metadata-fixesArne Morten Kvarving
2012-03-27Cleaned up exif parser: Removed unneccessary comment, use MAX_COMMENT instead...Christian Fetzer
2012-03-27Merge pull request #469 from blinkseb/masterSébastien Brochet
2012-03-27cec: get libCEC-latest from packages.pulse-eight.net, so it can be updated se...Lars Op den Kamp
2012-03-27cec: added an option to configure whether or not to send an 'inactive source'...Lars Op den Kamp
2012-03-27cec: updated to libCEC 1.5. uses struct libcec_configuration to get and set t...Lars Op den Kamp
2012-03-27add boost/uuid/sha1.hpp to our libsmontellese
2012-03-26changed: further reduce libapetags incessent hammering of seek functionselupus
2012-03-26changed: backport UPnP Platinum fix for missing maximum/minimum valueselupus
2012-03-26Updated the iptc parser to support different iptc variants. (pd code from jhead)Christian Fetzer
2012-03-26Added support for the exif ImageDescription tag to libexif and made it access...Christian Fetzer
2012-03-23Add support for new ffmpeg-10/11 api.Tomas Chvatal
2012-03-22fixed: libdvdnav objects was not updated on first make after a changeelupus
2012-03-21fixed: make sure we find the correct cell when we search for the requested timeelupus
2012-03-21Merge pull request #714 from abrasive/masterJoakim Plate
2012-03-18fixed: do the libpng version check in only one placebobo1on1
2012-03-18Commit cleaned libpng 1.5 support.Damien Thébault
2012-03-18Revert "added: support building cximage with libpng 1.5."bobo1on1
2012-03-18Revert "fixed: check libpng version only once"bobo1on1
2012-03-18Revert "fixed: compiler warning"bobo1on1
2012-03-18Revert "removed: unneeded check"bobo1on1
2012-03-18Revert "oops"bobo1on1