OSDN Git Service

2 pass mode for ffv1 to optimally order the range coder states.
[coroid/libav_saccubus.git] / libavformat /
2010-10-24 Anton Khirnovnutdec: when parsing info packet, set metadata var...
2010-10-23 Aurelien Jacobsdrop rtsp_default_protocols which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_file_handles() which is not part of public...
2010-10-23 Aurelien Jacobsdrop rtp_get_local_port() which is not part of public...
2010-10-23 Aurelien Jacobsuse rtp_get_local_rtp_port() instead of the deprecated...
2010-10-21 Pascal Massiminocosmetics: align fields, and remove useless ones, in...
2010-10-21 Martin Storsjörtsp: Move the rtsp_probe function to the demuxer code...
2010-10-21 Martin StorsjöRestore alphabetical order
2010-10-21 Martin Storsjörtsp: Untangle the dependencies between the RTSP/SDP...
2010-10-21 Martin Storsjörtsp: Reorder functions
2010-10-21 Pascal Massiminocleanup image2pipe_{de}muxer fields
2010-10-19 Martin Storsjösdp: Conditionally compile code using AF_INET6
2010-10-19 Martin StorsjöAdd a demuxer for receiving raw rtp:// URLs without...
2010-10-18 Aurelien Jacobsmetadata: make av_metadata_set2 case insensitive by...
2010-10-16 Michael NiedermayerAvoid negative SCR in mpeg ps muxer.
2010-10-16 Anton Khirnovadd ff_ prefix to metadata_conv()
2010-10-16 Anton Khirnovlavf: simplify setting the encoder ident tag.
2010-10-16 Martin StorsjöFix building, include the header instead of the source...
2010-10-15 Baptiste CoudurierIn mov muxer, write artist metadata tag
2010-10-15 Baptiste CoudurierIn mov muxer, use correct metadata tag for encoder...
2010-10-15 Martin Storsjörtpdec: Return AVERROR(EAGAIN) for mpegts parsing errors
2010-10-15 Anton KhirnovExport metadata in the generic format. Deprecate old...
2010-10-15 Aurelien Jacobscosmetic: alignment
2010-10-15 Aurelien Jacobsadd FF_API_SYMVER define to disable symver compatibilit...
2010-10-15 Aurelien Jacobsadd FF_API_FIRST_FORMAT define to drop deprecated first...
2010-10-15 Aurelien Jacobsadd FF_API_PARAMETERS_CODEC_ID define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_LAVF_UNUSED define to disable the unused...
2010-10-15 Aurelien Jacobsadd FF_API_READ_SEEK define to drop usage of AVInputFor...
2010-10-15 Aurelien Jacobsadd FF_API_PARSE_FRAME_PARAM define to disable the...
2010-10-15 Aurelien Jacobsproperly check for FF_API_URL_CLASS instead of LIBAVFOR...
2010-10-15 Aurelien Jacobsadd FF_API_ALLOC_FORMAT_CONTEXT define to disable the...
2010-10-15 Aurelien Jacobsadd FF_API_URL_SPLIT define to disable the deprecated...
2010-10-15 Aurelien Jacobsadd FF_API_UDP_GET_FILE define to disable the deprecate...
2010-10-15 Aurelien Jacobsadd FF_API_GUESS_FORMAT define to disable the deprecate...
2010-10-15 Anton KhirnovDeprecate old API.
2010-10-14 Anton Khirnovvorbiscomment: change ff_vorbiscomment_write to take...
2010-10-13 Martin Storsjösapdec: Include sys/time.h for struct timeval
2010-10-13 Martin StorsjöAdd a SAP demuxer
2010-10-13 Martin Storsjörtpdec: Don't use the no reordering codepath if there...
2010-10-13 Martin Storsjörtpdec: Handle wrapping seq numbers in has_next_packet...
2010-10-13 Martin Storsjörtpdec: Parse the next packet in the sequence if it...
2010-10-13 Martin Storsjörtpdec: Return AVERROR(EAGAIN) if out of data for mpegt...
2010-10-13 Martin Storsjörtpdec: Don't call the depacketizer to return more...
2010-10-13 Martin Storsjörtpdec: Split out storing of the depacketization return...
2010-10-11 Martin StorsjöAdd forgotten minor bump and changelog entry for the...
2010-10-10 Alex Converseoggenc: Don't use char* to point to a string constant.
2010-10-10 Peter Rosscafdec: Handle ALAC extradata.
2010-10-09 Martin Storsjölibavformat: Always build id3v1.o and id3v2.o
2010-10-09 Martin Storsjösapenc: Use the normal URL port as RTP port
2010-10-09 Martin Storsjösapenc: Include os_support.h, to provide a fallback...
2010-10-08 Aurelien Jacobsmove av_find_stream_info() info struct to AVStream...
2010-10-08 Martin StorsjöFix compilation on FreeBSD, use AF_UNSPEC instead of...
2010-10-08 Martin Storsjösapenc: Mark the muxer as depending on network functions
2010-10-08 Michael NiedermayerAdd a space between the else and { in mpegenc.c in...
2010-10-08 Martin StorsjöAdd a SAP (Session Announcement Protocol, RFC 2974...
2010-10-08 Martin Storsjösdp: Only specify the TTL for IPv4 addresses
2010-10-08 Martin Storsjörtsp: Factorize out code for opening a chained RTP...
2010-10-08 Martin Storsjörtsp: Make rtsp_rtp_mux_open reusable
2010-10-08 Martin Storsjörtsp: Remove the start_time field from RTSPState, use...
2010-10-08 Martin StorsjöReindent
2010-10-08 Martin Storsjöudp: Add an option for connecting the udp socket
2010-10-08 Martin Storsjörtpdec: Set prev_ret properly when parsing more data...
2010-10-08 Martin Storsjörtpdec: Store the previous return value for mpegts...
2010-10-08 Robert Schlabbachrtpdec: Keep track of the previous return value from...
2010-10-07 Baptiste CoudurierIn gxf muxer, round up number of lines mod 16 in mpeg...
2010-10-07 Baptiste CoudurierIn gxf muxer, fix number of flt entries based on patch...
2010-10-07 Reuben MartinIn gxf muxer, write umf media for mpeg1video, patch...
2010-10-07 Reuben MartinIn gxf muxer, fix flt entry offset, patch by Reuben...
2010-10-07 Aurelien Jacobsremove useless local variable
2010-10-07 Aurelien Jacobsremove useless local allocated start_time array
2010-10-07 Martin StorsjöReindent
2010-10-07 Martin Storsjösdp: Don't require the explicit ?multicast option
2010-10-07 Martin StorsjöConvert ff_is_multicast_address to take a struct sockad...
2010-10-07 Martin StorsjöShare the is_multicast_address function
2010-10-07 Martin StorsjöMove multicast address identification fallback macros...
2010-10-07 Michael NiedermayerWarn if muxing mpeg ps is attempted without a VBV buffe...
2010-10-07 Michael NiedermayerInit SCR in mpeg muxer based on first DTS.
2010-10-06 Aurelien Jacobsproperly check for FF_API_MAX_STREAMS instead of LIBAVF...
2010-10-06 Aurelien Jacobsadd new streams API without MAX_STREAMS limit
2010-10-06 Aurelien Jacobsdynamically use nb_streams instead of static use of...
2010-10-06 Aurelien Jacobsdocument the fact that av_new_stream() can't be called...
2010-10-06 Reimar DöffingerMove handling of ID3v2 to common utils.c code, reducing...
2010-10-06 Stefano SabatiniMove the definitions of AVSEEK_SIZE to make it appear...
2010-10-06 Robert Schlabbachrtpdec: Handle RTP header extension
2010-10-06 Martin StorsjöAdd RTP depacketization of the X-QT QuickTime format
2010-10-06 Carl Eugen HoyosRemove unused variable.
2010-10-06 Michael NiedermayerUse retry_transfer_wrapper() in url_write() as its...
2010-10-06 Michael NiedermayerFactor retry_transfer_wrapper() out of url_read_complete()
2010-10-05 Martin Storsjömovdec: Free the previous extradata
2010-10-05 Martin Storsjömovdec: Split out ff_mov_read_stsd
2010-10-05 Anton Khirnovvorbiscomment: add DISCNUMBER to the metadata conv...
2010-10-05 Martin Storsjörtsp/sdp: Move code into correct ifdefs
2010-10-05 Martin Storsjöfind_info_tag: Make sure the output buffer is null...
2010-10-05 Martin Storsjöudp: Define _DARWIN_C_SOURCE
2010-10-05 Martin Storsjöudp: Return the actual error code on errors, instead...
2010-10-05 qrtt1Set proper error if server flags indicate that it doesn...
2010-10-05 Tobias BindhammerCosmetics, lots of.
2010-10-05 Diego BiurrunRemove some pointless CONFIG_RTSP_DEMUXER #ifdefs.
2010-10-05 Diego BiurrunAdd some #endif comments to ease understanding.
2010-10-05 Anton Khirnovmatroskaenc: write metadata
next