aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 swscale pixel format conversion with libavfilter automaticelupus
2012-03-31changed: replace old libavfilter integration with null output filter with buf...elupus
2012-03-31Remove old code depending on deprecated file_sizeelupus
2012-03-31Replace deprecated is_streamed with new seekable flagselupus
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-31Don't listen to depreciated return value of av_read_frameelupus
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-31[osx] - check the number of available screens before accessing the NSScreen a...Memphiz
2012-03-31the return false here was supposed to indicate successJonathan Marshall
2012-03-31return -1 rather than false if no file provider is found in CFile::StatJonathan Marshall
2012-03-31IsInteger/IsNaturalNumber should ignore whitespaceJonathan Marshall
2012-03-30Merge pull request #622 from CrHasher/leakfixjmarshallnz
2012-03-31change texture caching functions to not re-cache on Gets, rather re-cache usi...Jonathan Marshall
2012-03-31remove hacks for checking auto-thumbs that fail to cache (0-byte file) for wh...Jonathan Marshall
2012-03-31add a fallback to the infomanager, specifically for thumbs that fail to loadJonathan Marshall
2012-03-31reorganise code so that CTextureCache::CheckAndCacheImage() is done as little...Jonathan Marshall
2012-03-31drop previously cached path->texture lookups to get rid of previously cached ...Jonathan Marshall
2012-03-31save picture/program thumbs using their original urls, not cached urlsJonathan Marshall
2012-03-31use image://picturefolder@ urls for picture folder thumbs, rather than storin...Jonathan Marshall
2012-03-31cosmetics: cleanup variable names, and some minor refactor to make the code c...Jonathan Marshall
2012-03-31changed: format thumb urls as image://[type@]<url_encoded_path_to_file>?<opti...Jonathan Marshall
2012-03-30Merge pull request #820 from ScudLee/stubfile_titlesjmarshallnz
2012-03-30Disc stubs: Changes to the displayed title in the dialogLee Pollock
2012-03-31ensure we reset the invalidated state immediately after reading it (minimizes...Jonathan Marshall
2012-03-31refactor - use a class for retrieving setinfo so it's easily extendableJonathan Marshall
2012-03-31cosmetic, rename strThumb->thumbURLs in AddActorJonathan Marshall
2012-03-31refactor fetching of cast to a common functionJonathan Marshall
2012-03-31cosmetic rearrangement of the SQL query in GetSeasonsNavJonathan Marshall
2012-03-31cosmetic - improve layout of view creationJonathan Marshall
2012-03-31updating thumb urls in AddActor wasn't working due to a missing exec()Jonathan Marshall