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
/
DllAvCodec.h
Age
Commit message (
Expand
)
Author
2012-09-26
[osx/ios] fixed, log message is incorrect, darwin uses internal ffmpeg but co...
S. Davilla
2012-08-14
Drop mapping of the private av_audio_convert API now that it is unused.
Alexis Ballier
2012-05-24
fixed compiler warning spew under clang 'indirection of non-volatile null poi...
davilla
2012-04-14
DllAvCodec: Remove now unused private avcodec_guess_channel_layout.
Alexis Ballier
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
Drop support for ffmpeg version older than our built in version
elupus
2012-03-31
Replace more depreciated ffmpeg functions
elupus
2012-03-31
Don't use depreciated avcodec_thread_init
elupus
2012-03-31
Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)
elupus
2011-09-11
drop ifdefs for aligned function call now that they map to normal
elupus
2011-06-15
Fix compile against latest ffmpeg.
David Robins
2011-03-08
[ops] one more time for the folks in the back
S. Davilla
2011-03-08
[ops] restore avpicture_free
S. Davilla
2011-03-08
[ios] update ffmepg dll exports
S. Davilla
2011-03-02
fixed: deprecated use of SampleFormat in DllAvCodec.h (fixes #11274)
Anssi Hannula
2011-02-07
changed: use av_set_string from the libavcodec headers
Anssi Hannula
2011-02-03
changed: replace deprecated use of CODEC_TYPE_ definitions
Anssi Hannula
2011-02-03
changed: stop using deprecated av_get_bits_per_sample_format
Anssi Hannula
2011-02-03
updated: internal ffmpeg to c3beafa0f1
Anssi Hannula
2011-02-03
changed: use the new ffmpeg parser function
Anssi Hannula
2011-02-03
changed: use the new ffmpeg decoding functions
Anssi Hannula
2011-02-03
changed: do not use our audioconvert.h with external FFmpeg
Anssi Hannula
2011-02-03
changed: load dependencies of ffmpeg libraries automatically
Anssi Hannula
2011-02-03
changed: split DllAvUtil.h to its own header
Anssi Hannula
2011-01-24
Merged cptspiff's code-reshuffle branch.
theuni