index
:
slackcoder/xbmc
master
Kodi is an award-winning free and open source home theater media center software and entertainment hub for digital media
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-03-31
Replace url_* functions by their avio_* counterparts.
Alexis Ballier
2012-03-31
Replace dump_format by av_dump_format.
Alexis Ballier
2012-03-31
Replace init_put_byte by avio_alloc_context.
Alexis Ballier
2012-03-31
Merge av_close_input_{file,stream} into avformat_close_input.
Alexis Ballier
2012-03-31
Replace av_metadata_(get/set2) by av_dict_(get/set).
Alexis Ballier
2012-03-31
Remove av_set_parameters.
Alexis Ballier
2012-03-31
Replace av_write_header by avformat_write_header.
Alexis Ballier
2012-03-31
Do not map url_fdopen as it is deprecated and gone in libavformat 54. It is u...
Alexis Ballier
2012-03-31
Drop url_set_interrupt_cb usage which was removed in libavformat 54 and set t...
Alexis Ballier
2012-03-31
changed: replace old swscale pixel format conversion with libavfilter automatic
elupus
2012-03-31
changed: replace old libavfilter integration with null output filter with buf...
elupus
2012-03-31
Remove old code depending on deprecated file_size
elupus
2012-03-31
Replace deprecated is_streamed with new seekable flags
elupus
2012-03-31
Drop support for ffmpeg version older than our built in version
elupus
2012-03-31
Replace more depreciated ffmpeg functions
elupus
2012-03-31
Replace depreciated av_find_stream_info with avformat_find_stream_info
elupus
2012-03-31
Don't use depreciated avcodec_thread_init
elupus
2012-03-31
Don't listen to depreciated return value of av_read_frame
elupus
2012-03-31
replace depreciated AVMetadata(Tag) with AVDictionary(Entry)
elupus
2012-03-31
replace depreciated ByteIOContext with AVIOContext
elupus
2012-03-31
replace depreciated av_open_input_stream/file with new avformat_open_input
elupus
2012-03-31
Drop now merged or redundant patches
elupus
2012-03-31
Drop patch for cdxa probe, it causes missdetections of certain streams
elupus
2012-03-31
Drop patch for win32 build
elupus
2012-03-31
Drop neon patch that doesn't apply anymore
elupus
2012-03-31
Update patches
elupus
2012-03-31
Update 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-31
the return false here was supposed to indicate success
Jonathan Marshall
2012-03-31
return -1 rather than false if no file provider is found in CFile::Stat
Jonathan Marshall
2012-03-31
IsInteger/IsNaturalNumber should ignore whitespace
Jonathan Marshall
2012-03-30
Merge pull request #622 from CrHasher/leakfix
jmarshallnz
2012-03-31
change texture caching functions to not re-cache on Gets, rather re-cache usi...
Jonathan Marshall
2012-03-31
remove hacks for checking auto-thumbs that fail to cache (0-byte file) for wh...
Jonathan Marshall
2012-03-31
add a fallback to the infomanager, specifically for thumbs that fail to load
Jonathan Marshall
2012-03-31
reorganise code so that CTextureCache::CheckAndCacheImage() is done as little...
Jonathan Marshall
2012-03-31
drop previously cached path->texture lookups to get rid of previously cached ...
Jonathan Marshall
2012-03-31
save picture/program thumbs using their original urls, not cached urls
Jonathan Marshall
2012-03-31
use image://picturefolder@ urls for picture folder thumbs, rather than storin...
Jonathan Marshall
2012-03-31
cosmetics: cleanup variable names, and some minor refactor to make the code c...
Jonathan Marshall
2012-03-31
changed: format thumb urls as image://[type@]<url_encoded_path_to_file>?<opti...
Jonathan Marshall
2012-03-30
Merge pull request #820 from ScudLee/stubfile_titles
jmarshallnz
2012-03-30
Disc stubs: Changes to the displayed title in the dialog
Lee Pollock
2012-03-31
ensure we reset the invalidated state immediately after reading it (minimizes...
Jonathan Marshall
2012-03-31
refactor - use a class for retrieving setinfo so it's easily extendable
Jonathan Marshall
2012-03-31
cosmetic, rename strThumb->thumbURLs in AddActor
Jonathan Marshall
2012-03-31
refactor fetching of cast to a common function
Jonathan Marshall
2012-03-31
cosmetic rearrangement of the SQL query in GetSeasonsNav
Jonathan Marshall
2012-03-31
cosmetic - improve layout of view creation
Jonathan Marshall
2012-03-31
updating thumb urls in AddActor wasn't working due to a missing exec()
Jonathan Marshall
[prev]
[next]