aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2012-03-17oopsbobo1on1
2012-03-17removed: unneeded checkbobo1on1
2012-03-17fixed: compiler warningbobo1on1
2012-03-17fixed: check libpng version only oncebobo1on1
2012-03-17added: support building cximage with libpng 1.5.spiff
2012-03-07fixed: ffmpeg build with gcc 4.7 on x86 (fixes #12779)Anssi Hannula
2012-03-07added: missing patch files for 15 commits to internal ffmpegAnssi Hannula
2012-03-07fixed: crash in ffmpeg matroskadec with some files (fixes #12741)Anssi Hannula
2012-02-23[fix] - macs are not allways big endian since years - tell this unrarxlib ......Memphiz
2012-02-22Fix libdvdnav searching routine for discs with multiple main titlesJames Laird
2012-02-20[WIN32] fixed compile error (the right way?)WiSo
2012-02-21fix win32 build error (make sure you push the right branch...)Jonathan Marshall
2012-02-20[fix] - revert c0855cb because its not needed anymoreMemphiz
2012-02-19Merge pull request #686 from jmarshallnz/libid3tag_fixjmarshallnz