aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-04-30Merge pull request #382 from jimfcarroll/fm-threadsArne Morten Kvarving
2012-04-29[WIN32] disable ffmpeg's crystalhd implementation on windows as well.WiSo
2012-04-21threads: remove WINAPI, implement priority for pthreadsFernetMenta
2012-04-17Merge pull request #809 from scarabeusiv/ffmpeg10Joakim 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 hackelupus
2012-04-17fixed: dvd still frames ended up in internal lavf bufferelupus
2012-04-16[fix] - fix missing include after e06404904c6cb08ba8cecd53b6Memphiz
2012-04-15ffmpeg: avfilter depends on avformatRainer Hochecker
2012-04-14DllAvCodec: Remove now unused private avcodec_guess_channel_layout.Alexis Ballier
2012-04-14avutil: add av_get_default_channel_layout for later use.Alexis Ballier
2012-04-11[bluray] Initial support for menu's, no BD-J supportedelupus
2012-04-11[bluray] Delete support for older libblurayelupus
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 reasonelupus
2012-04-05[fix] - deadloop in libavfilter.hMemphiz
2012-04-05Bring av_read_frame_flush in line with ffmpeg git.Alexis Ballier
2012-04-04Handle libdl only being needed on Linux for dlopen, thx abs0davilla
2012-04-04Merge branch 'ffmpeg_0.10.2'elupus
2012-03-31[UPnP] we should be caching directory listing, not metadata requestelupus
2012-03-31[UPnP] use server provided item count to iterate browse reqelupus
2012-03-31[osx/ios/atv2] - build and link static libs for ffmpeg because of build issue...Memphiz
2012-03-31Convert to avcodec_decode_audio4 and drop avcodec_decode_audio3.elupus
2012-03-31Replace deprecated av_get_bits_per_sample_fmt by av_get_bytes_per_sample.Alexis Ballier
2012-03-31Use av_opt_set instead of av_set_string3 and drop support for old API.Alexis Ballier
2012-03-31Include libavfilter/avcodec.h for av_vsrc_buffer_add_frame.Alexis Ballier
2012-03-31Remove av_alloc_put_byte and replace its occurences by avio_alloc_context.Alexis Ballier
2012-03-31Replace url_* functions by their avio_* counterparts.Alexis Ballier
2012-03-31Replace dump_format by av_dump_format.Alexis Ballier
2012-03-31Replace init_put_byte by avio_alloc_context.Alexis Ballier
2012-03-31Merge av_close_input_{file,stream} into avformat_close_input.Alexis Ballier
2012-03-31Replace av_metadata_(get/set2) by av_dict_(get/set).Alexis Ballier
2012-03-31Remove av_set_parameters.Alexis Ballier
2012-03-31Replace av_write_header by avformat_write_header.Alexis Ballier
2012-03-31Do not map url_fdopen as it is deprecated and gone in libavformat 54. It is u...Alexis Ballier
2012-03-31Drop url_set_interrupt_cb usage which was removed in libavformat 54 and set t...Alexis Ballier
2012-03-31changed: replace old libavfilter integration with null output filter with buf...elupus
2012-03-31Drop support for ffmpeg version older than our built in versionelupus
2012-03-31Replace more depreciated ffmpeg functionselupus
2012-03-31Replace depreciated av_find_stream_info with avformat_find_stream_infoelupus
2012-03-31Don't use depreciated avcodec_thread_initelupus
2012-03-31replace depreciated AVMetadata(Tag) with AVDictionary(Entry)elupus
2012-03-31replace depreciated ByteIOContext with AVIOContextelupus
2012-03-31replace depreciated av_open_input_stream/file with new avformat_open_inputelupus
2012-03-31Drop now merged or redundant patcheselupus
2012-03-31Drop patch for cdxa probe, it causes missdetections of certain streamselupus
2012-03-31Drop patch for win32 buildelupus
2012-03-31Drop neon patch that doesn't apply anymoreelupus
2012-03-31Update patcheselupus
2012-03-31Update ffmpeg to n0.10.2 (f139838d6473c7b5152178f602cb953a824c2ff9)elupus