OSDN Git Service

coroid/libav_saccubus.git
2011-04-12 Alex ConverseFix the conversion of AV_SAMPLE_FMT_FLT and _DBL to...
2011-04-12 Alex ConverseConvert some undefined 1<<31 shifts into 1U<<31.
2011-04-11 Diego BiurrunAdd unconditional return statement to yuva420_rgb32_MMX...
2011-04-11 Diego BiurrunFix compilation of timefilter test program.
2011-04-11 Martin StorsjöAdd support for AMR-WB encoding via libvo-amrwbenc
2011-04-11 Martin StorsjöAdd an AAC encoder by using the libvo-aacenc library
2011-04-11 Martin Storsjög722: Return 8 bits per sample for g722 in av_get_bits_...
2011-04-10 Anton Khirnovavio: add more documentation for AVIOContext.
2011-04-10 Alberto DelmásParse sprite data for WMVP and WVP2, and decode sprites...
2011-04-10 Lou LoganReplace outdated info on the FAQ
2011-04-10 Lou LoganRedefine sameq
2011-04-10 Stefano Sabatinipad: fix example explanation
2011-04-10 Stefano Sabatinigradfun: add notice from the MPlayer manual
2011-04-10 Stefano Sabatinieval: add support for trunc, ceil, and floor functions
2011-04-10 Stefano Sabatinidocumentation: add setdar and setsar description to...
2011-04-10 Anton Khirnovavio: document some members of AVIOContext.
2011-04-10 Anton Khirnovavio: document avio_close().
2011-04-10 Anton Khirnovavio: cosmetics, vertically align comments.
2011-04-10 Anton Khirnovavio: cosmetics, group the reading functions.
2011-04-10 Anton Khirnovavio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
2011-04-10 Anton Khirnovavio: cosmetics, move AVIOContext to start of the file.
2011-04-10 Anton Khirnovavio: update file header.
2011-04-10 Brados: fix OpenBSD/PowerPC compilation
2011-04-10 Peter Rosspixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
2011-04-10 Clément Bœschoggdec: fix demuxing chained audio streams
2011-04-10 Compnfix typo
2011-04-10 Alex Conversedaud: Don't write packets that are too large to have...
2011-04-09 Alexander Strangepthread: validate_thread_parameters() ignored slice...
2011-04-09 Reimar DöffingerUse consistent condition for whether to run slice-threa...
2011-04-09 Anton Khirnovavformat.h: fix a misplaced #endif
2011-04-09 Gwenole Beauchesnevaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding...
2011-04-09 Gwenole Beauchesnevaapi: filter out DELAYED_PIC_REF flag to determine...
2011-04-08 Anton Khirnovlavf: bump minor and add an APIChanges entry for avform...
2011-04-08 Anton Khirnovlavf: get rid of ffm-specific stuff in avformat.h
2011-04-08 Anton Khirnovavio: deprecate av_protocol_next().
2011-04-08 Anton Khirnovavio: add a function for iterating though protocol...
2011-04-08 Anton Khirnovlavf: rename a parameter of av_sdp_create from buff...
2011-04-08 Anton Khirnovlavf: rename avf_sdp_create to av_sdp_create.
2011-04-08 Anton Khirnovlavf: make av_guess_image2_codec internal
2011-04-08 Anton Khirnovavio: make URLProtocol internal.
2011-04-08 Anton Khirnovavio: make URLContext internal.
2011-04-08 Anton Khirnovlavf: mark av_pkt_dump(_log) for remove on $next+1...
2011-04-08 Anton Khirnovlavf: use designated initializers for all protocols
2011-04-08 Anton Khirnovapplehttp: don't use deprecated url_ functions.
2011-04-08 Anton Khirnovavio: move two ff_udp_* functions from avio_internal...
2011-04-08 Anton Khirnovasfdec: remove a forgotten declaration of nonexistent...
2011-04-08 Anton Khirnovavio: deprecate the typedef for URLInterruptCB
2011-04-07 Luca Barbatoproto: include os_support.h in network.h
2011-04-07 Anton Khirnovmatroskaenc: don't write an empty Cues element.
2011-04-07 Anton Khirnovlavc: add a FF_API_REQUEST_CHANNELS deprecation macro
2011-04-07 Anton Khirnovavio: move extern url_interrupt_cb declaration from...
2011-04-07 Anton Khirnovavio: make av_register_protocol2 internal.
2011-04-07 Anton Khirnovavio: avio_ prefix for url_set_interrupt_cb.
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-07 Luca Barbatoproto: introduce listen option in tcp
2011-04-07 Luca Barbatodoc: clarify configure features
2011-04-07 Luca Barbatoproto: factor ff_network_wait_fd and use it on udp
2011-04-06 BradFix parser: mark av_parser_parse() for removal on next...
2011-04-06 Anton Khirnovswscale: postpone sws_getContext removal until next...
2011-04-06 Janne Grunaufate: add AAC LATM test
2011-04-06 Anton Khirnovmmst: get rid of deprecated AVERRORs
2011-04-06 Anton Khirnovlxfdec: use AVERROR(ENOMEM) instead of deprecated AVERR...
2011-04-06 Anton KhirnovReemove remaining uses of deprecated AVERROR_NOTSUPP.
2011-04-06 Anton Khirnovlavf: if id3v2 tag is present and all else fails, guess...
2011-04-05 Nathan Caldwellpsymodel: extend API to include PE and bit allocation.
2011-04-05 Anton Khirnovavio: always compile dyn_buf functions
2011-04-05 Alexander StrangeRemove unnecessary parameter from ff_thread_init()...
2011-04-05 Janne GrunauRevert "aac_latm_dec: use aac context and aac m4ac"
2011-04-05 Konstantin... configure: tell user if libva is enabled like the rest...
2011-04-05 Alex ConverseAdd silence support for AV_SAMPLE_FMT_U8.
2011-04-05 Anton Khirnovavio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
2011-04-05 Anton Khirnovavio: deprecate av_url_read_seek
2011-04-05 Anton Khirnovavio: deprecate av_url_read_pause
2011-04-05 Mans Rullgardac3enc: NEON optimised extract_exponents
2011-04-04 Mans Rullgardac3enc: move extract_exponents inner loop to ac3dsp
2011-04-04 Anton Khirnovavio: deprecate url_get_filename().
2011-04-04 Anton Khirnovavio: deprecate url_max_packet_size().
2011-04-04 Anton Khirnovavio: make url_get_file_handle() internal.
2011-04-04 Anton Khirnovavio: make url_filesize() internal.
2011-04-04 Anton Khirnovavio: make url_close() internal.
2011-04-04 Anton Khirnovavio: make url_seek() internal.
2011-04-04 Anton Khirnovavio: cosmetics, move AVSEEK_SIZE/FORCE declarations...
2011-04-04 Anton Khirnovavio: make url_write() internal.
2011-04-04 Anton Khirnovavio: make url_read_complete() internal.
2011-04-04 Anton Khirnovavio: make url_read() internal.
2011-04-04 Anton Khirnovavio: make url_open() internal.
2011-04-04 Anton Khirnovavio: make url_connect internal.
2011-04-04 Anton Khirnovavio: make url_alloc internal.
2011-04-04 Martin Storsjöapplehttp: Merge two for loops
2011-04-04 Martin Storsjöapplehttp: Restructure the demuxer to use a custom...
2011-04-04 Martin Storsjöapplehttp: Move finished and target_duration to the...
2011-04-04 Young Han Leeaacenc: reduce the number of loop index variables
2011-04-04 Anton Khirnovavio: deprecate url_open_protocol
2011-04-04 Anton Khirnovavio: deprecate url_poll and URLPollEntry
2011-04-04 Justin Rugglesac3enc: select bandwidth based on bit rate, sample...
2011-04-04 Justin Rugglesflvdec: fix segfault in amf_parse_object() due to NULL key
2011-04-03 Mans Rullgardfate: fix partial run when no samples path is specified
2011-04-03 Mans RullgardARM: NEON fixed-point forward MDCT
2011-04-03 Mans RullgardARM: NEON fixed-point FFT
2011-04-03 Anton Khirnovlavf: bump minor version and add an APIChanges entry...
next