]> git.sesse.net Git - vlc/history - modules/access/avio.c
mmdevice: fix crash if several channel volumes change (fixes #12086)
[vlc] / modules / access / avio.c
2014-04-02 Rémi Denis-Courmontavio: fix busy loop on EOF (fixes #11076)
2014-03-03 Rémi Denis-Courmontavio: use network-caching (fixes #10844)
2014-02-19 Rafaël Carréavio output: use correct private context
2013-12-30 Jean-Baptiste KempfAvio: fix FTBFS with lavf < 54
2013-12-29 Rémi Denis-Courmontlibav: use vlc_strerror_c()
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2012-11-29 Rafaël CarréAVIO output: fix sout syntax
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-04 Rafaël Carréavio: specify libav private options
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-02-01 Rafaël Carréavio output: flush after writes
2012-01-31 Rafaël Carréavio access: fix setup of libavformat callback
2012-01-30 Rafaël Carréavio: EOVERFLOW is not defined on windows
2012-01-30 Rafaël Carréavio access: use new API
2011-10-11 Rafaël Carréavio out: fix memleak in error path
2011-10-11 Rafaël Carréavio output: fix coding style
2011-10-05 Keary GriffinAdded AVIO(libavformat) url output
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-01-23 Laurent AimarFixed typo in avformat access.
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-05 Rémi Duraffortavio: lld => PRIi64.
2009-12-15 Rafaël Carréaccess_avio: cosmetics
2009-12-15 Rafaël Carréaccess_avio: unused variable
2009-12-13 Pierre YnardFix avio with MERGE_FFMPEG
2009-12-12 Laurent AimarAdded an access using avformat protocol support.