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
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-05-10
[AE] av_crc_init added to libavutil interface
Geoffrey McRae
2012-05-09
fixed, do not pollute CXXFLAGS with CFLAGS
davilla
2012-05-06
Merge pull request #894 from dteirney/myth-0.25
David Teirney
2012-05-06
Explicitly set the write mode to be false for ANN FileTransfer.
David Teirney
2012-05-05
[cec] fixed, 'latest' is not a version. revert to pulling a proper version fr...
davilla
2012-05-03
Use system implementation of tinyxml instead of internal implementation.
Andres Mejia
2012-05-01
Added support for myth protocol 73
David Teirney
2012-05-01
Added support for myth protocol 72 (Myth 0.25)
David Teirney
2012-05-01
Added support for myth protocol 71.
David Teirney
2012-05-01
Added support for myth protocol 70.
David Teirney
2012-05-01
Added support for myth protocol 69.
David Teirney
2012-05-01
Added support for myth protocol 68.
David Teirney
2012-05-01
Added support for myth protocol 67.
David Teirney
2012-05-01
Add support for myth protocol 66.
David Teirney
2012-04-30
Merge pull request #382 from jimfcarroll/fm-threads
Arne Morten Kvarving
2012-04-29
[WIN32] disable ffmpeg's crystalhd implementation on windows as well.
WiSo
2012-04-21
threads: remove WINAPI, implement priority for pthreads
FernetMenta
2012-04-17
Merge pull request #809 from scarabeusiv/ffmpeg10
Joakim Plate
2012-04-17
[osx/ios] ignore return error for ar, inverse.o might already be removed from...
davilla
2012-04-17
[ffmpeg] Add patch for still frame hack
elupus
2012-04-17
fixed: dvd still frames ended up in internal lavf buffer
elupus
2012-04-16
[fix] - fix missing include after e06404904c6cb08ba8cecd53b6
Memphiz
2012-04-16
Add support for myth protocol 65.
David Teirney
2012-04-15
ffmpeg: avfilter depends on avformat
Rainer Hochecker
2012-04-14
DllAvCodec: Remove now unused private avcodec_guess_channel_layout.
Alexis Ballier
2012-04-14
avutil: add av_get_default_channel_layout for later use.
Alexis Ballier
2012-04-11
[bluray] Initial support for menu's, no BD-J supported
elupus
2012-04-11
[bluray] Delete support for older libbluray
elupus
2012-04-10
[bluray] Check if disk is encrypted and log messages about lack of libs to de...
elupus
2012-04-09
[win32] disable popup msgbox when TIF image decoder fails for some reason
elupus
2012-04-05
[fix] - deadloop in libavfilter.h
Memphiz
2012-04-05
Bring av_read_frame_flush in line with ffmpeg git.
Alexis Ballier
2012-04-04
Handle libdl only being needed on Linux for dlopen, thx abs0
davilla
2012-04-04
Merge branch 'ffmpeg_0.10.2'
elupus
2012-03-31
[UPnP] we should be caching directory listing, not metadata request
elupus
2012-03-31
[UPnP] use server provided item count to iterate browse req
elupus
2012-03-31
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...
Memphiz
2012-03-31
Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.
elupus
2012-03-31
Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.
Alexis Ballier
2012-03-31
Use av_opt_set instead of av_set_string3 and drop support for old API.
Alexis Ballier
2012-03-31
Include libavfilter/avcodec.h for av_vsrc_buffer_add_frame.
Alexis Ballier
2012-03-31
Remove av_alloc_put_byte and replace its occurences by avio_alloc_context.
Alexis Ballier
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
[next]