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
/
DllAvFormat.h
Age
Commit message (
Expand
)
Author
2013-07-02
DllAvFormat: Map avformat_alloc_output_context2.
Alexis Ballier
2013-05-17
Drop support for old ffmpeg header layout.
Alexis Ballier
2013-05-12
fixed, move load before we try to access and make sure we are loaded before a...
davilla
2013-05-11
fixed, add avformat_network_init/avformat_network_deinit
davilla
2013-04-25
[darwin] - revert the revert the revert - well fix the build for darwin broke...
Memphiz
2013-04-21
Rename our local copy of av_read_frame_flush to xbmc_read_frame_flush as sugg...
Alexis Ballier
2013-04-19
Revert broken part of [6f653c5a2ba30008d62ab589ff5686df8a29ef72].
Alexis Ballier
2013-04-07
[FFmpeg] version bump to n1.2 (rev e820e3a) - xbmc files
FlyingRat
2013-02-09
[cosmetics] update date in GPL header
Martijn Kaijser
2013-01-18
DllAvFormat: drop mapping of url_feof, it is unused in xbmc code and not pres...
Alexis Ballier
2012-09-26
[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but co...
S. Davilla
2012-05-24
fixed compiler warning spew under clang 'indirection of non-volatile null poi...
davilla
2012-03-31
[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...
Memphiz
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
2012-03-31
Drop url_set_interrupt_cb usage which was removed in libavformat 54 and set t...
Alexis Ballier
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
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
Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)
elupus
2011-12-28
fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)
vdrfan
2011-09-11
drop ifdefs for aligned function call now that they map to normal
elupus
2011-03-08
[ios] update ffmepg dll exports
S. Davilla
2011-02-11
added: import av_probe_input_buffer from libavformat
Anssi Hannula
2011-02-03
updated: internal ffmpeg to c3beafa0f1
Anssi Hannula
2011-02-03
changed: guard lavf metadata API uses with version checks
Anssi Hannula
2011-02-03
changed: load dependencies of ffmpeg libraries automatically
Anssi Hannula
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni