log

age author description
2009-03-16 rbultje Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat
2009-03-16 rbultje Reindent after r18005. libavformat
2009-03-16 rbultje Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformat
2009-03-16 bcoudurier cosmetics, remove useless braces libavformat
2009-03-16 bcoudurier simplify printing libavformat
2009-03-16 bcoudurier reindent libavformat
2009-03-16 bcoudurier fix trkn metadata parsing libavformat
2009-03-16 bcoudurier move read_udta_string up to avoid forward declaration libavformat
2009-03-16 bcoudurier more generic metadata handling libavformat
2009-03-16 bcoudurier do not set isom if ctype is not set, happens in mov libavformat
2009-03-15 bcoudurier search for hdlr atom in meta, some files do not store version+flags libavformat
2009-03-15 rbultje Fix index generation in the way that it was supposed to be used. See the libavformat
2009-03-15 bcoudurier typo in the mail, the 4am commit is always the worst libavformat
2009-03-15 bcoudurier cosmetics libavformat
2009-03-15 bcoudurier add my copyright in mov de/muxer libavformat
2009-03-15 bcoudurier allocate palette in codec directly libavformat
2009-03-15 bcoudurier cosmetics, add some whitespaces and empty lines libavformat
2009-03-15 bcoudurier do not modify sample_count, check against index entries libavformat
2009-03-14 bcoudurier use utc time for timestamp and do not set it if not specified libavformat
2009-03-14 bcoudurier swf timestamps are 16 bits libavformat
2009-03-14 bcoudurier remove unused fields in swf context libavformat
2009-03-14 bcoudurier do not parse timestamp if bitexact is set, should fix regression tests libavformat
2009-03-14 reimar Enable generic index creation and seeking for NUV demuxer. libavformat
2009-03-14 reimar Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. libavformat
2009-03-14 reimar Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly libavformat
2009-03-14 michael Do not lose user flags when passing calls from the new to the old seeking API. libavformat
2009-03-14 michael add avformat_seek_file() libavformat
2009-03-13 reimar Set pkt->pos correctly (to the start of header of the packet) in swfdec. libavformat
2009-03-13 bcoudurier fix swf seeking by fixing new stream detection libavformat
2009-03-13 reimar Simplify RoQ demuxer pts calculation by using a appropriate time bases. libavformat
2009-03-12 reimar Set video width/height and create audio stream in read_packet instead of libavformat
2009-03-11 bcoudurier reindent libavformat
2009-03-11 bcoudurier keep original tag when stream copying subs with ipod format libavformat
2009-03-11 bcoudurier ipod supports both subs tags libavformat
2009-03-11 bcoudurier reindent libavformat
2009-03-11 bcoudurier write correct atoms based on tag and not format, fixes subs stream copy libavformat
2009-03-11 bcoudurier use correct codec tag list for ipod format libavformat
2009-03-11 bcoudurier again 10l, typo, put_byte instead of put_buffer libavformat
2009-03-11 bcoudurier attempt to try to generate an random umid libavformat
2009-03-11 bcoudurier fix subs track height, set track->height to codec height if not set libavformat
2009-03-11 compn sn40 avi fourcc decodes with ffodivx libavformat
2009-03-10 rbultje Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformat
2009-03-09 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
2009-03-09 rbultje Revert to r17908. libavformat
2009-03-09 rbultje Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] libavformat
2009-03-09 reimar Reorder arguments for av_fifo_generic_read to be more logical and libavformat
2009-03-09 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
2009-03-09 rbultje Replace separate packet parsing for "old_format" .ra files by a call to libavformat
2009-03-09 rbultje Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformat
2009-03-09 reimar Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformat
2009-03-09 reimar 100l, to start reading from the first frame we must seek to data_offset, libavformat
2009-03-09 reimar Set AVPacket pos also for audio packets in nuv demuxer. libavformat
2009-03-09 bcoudurier reindent libavformat
2009-03-09 bcoudurier change path pattern to be similar to existing files, and remove useless buffer libavformat
2009-03-09 bcoudurier merge struct declaration and definition libavformat
2009-03-09 bcoudurier write map packet every 100 packets according to specs libavformat
2009-03-09 bcoudurier write flt packet, might need some tweaking but it works libavformat
2009-03-09 bcoudurier correctly interleave audio and video according to specs libavformat
2009-03-09 bcoudurier write timecode track in gxf libavformat
2009-03-08 bcoudurier compute media info in write_header libavformat
2009-03-08 bcoudurier factorize write packet libavformat
2009-03-08 bcoudurier remove unneeded and empty user data libavformat
2009-03-08 bcoudurier uniformize variable names and remove duplicating fields in private structs libavformat
2009-03-08 bcoudurier remove useless fields libavformat
2009-03-08 reimar Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavformat
2009-03-08 michael Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformat
2009-03-07 vitor VQF demuxer libavformat
2009-03-07 rbultje rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformat
2009-03-06 alexc ADTS: Increased protection against writing illegal/nonsense files. libavformat
2009-03-06 michael Add my name to copyright & author as requested by the original author. libavformat
2009-03-06 michael Add code to the self test to print jitter & drift. libavformat
2009-03-06 rbultje Oops, very silly typo. libavformat
2009-03-06 jbr flacdec: Parse the metadata header in the raw FLAC demuxer. libavformat
2009-03-06 diego Add '#undef rand' to fix test program build. libavformat
2009-03-06 diego cosmetics: Fix test program warnings. libavformat
2009-03-06 michael Vertical align. libavformat
2009-03-06 michael Better name for integrator2_state. libavformat
2009-03-06 michael Add clock_period parameter, this should make the code easier to use. libavformat
2009-03-06 michael Selftest code. libavformat
2009-03-06 michael Fix bug with time==0 being special. libavformat
2009-03-06 michael Adapt first factor. libavformat
2009-03-06 michael Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and libavformat
2009-03-06 michael Allow timespans to vary. libavformat
2009-03-05 michael Reorder operations, 20% improved performance, 1 variable less. libavformat
2009-03-05 michael Timefilter code by Olivier Guilyardi o list O samalyse o com libavformat
2009-03-05 diego Mark pos_min and pos_max variables as av_uninit to work around false libavformat
2009-03-05 diego Mark dvdaudio_substream_type variable as av_uninit to work around false libavformat
2009-03-05 schreter Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformat
2009-03-04 alexc MOV: fix demuxing fragmented files libavformat
2009-03-04 melanson Fix a condition that causes an infinite loop, but only when compiled with libavformat
2009-03-04 rbultje Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformat
2009-03-03 michael Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformat
2009-03-03 alexc MOV: fix crash when 'meta' occurs before first 'trak' libavformat
2009-03-03 rbultje Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformat
2009-03-03 rbultje Add url_get_file_handle(), which is used to get the file descriptor libavformat
2009-03-03 rbultje Reindent after r17777. libavformat
2009-03-03 rbultje Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformat
2009-03-03 rbultje Recognize the "application" data type, which is required for WMS/UDP libavformat
2009-03-03 benoit Add a context to av_log() calls. libavformat
2009-03-03 diego Remove deprecated vhook subsystem. libavformat
2009-03-03 rbultje Remove size_t cast in setting s->priv_data directly to the (integer) file libavformat
2009-03-03 rbultje Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformat
2009-03-03 rbultje Reindent after r17764. libavformat
2009-03-03 rbultje In the current implementation of rtp_parse_packet(), finalize_packet() is libavformat
2009-03-03 rbultje Reduce allocated length of the HTTP authentication request field buffer, as libavformat
2009-03-03 diego cosmetics: Fix indentation. libavformat
2009-03-02 benoit Add context to some av_log() calls. libavformat
2009-03-02 diego Change a bunch of codec long_names to be more consistent and descriptive. libavformat
2009-03-01 aurel deprecate old metadata API libavformat
2009-03-01 aurel fix missed usage of old metadata API in mov demuxer libavformat
2009-03-01 aurel use new metadata API in libavformat/utils.c libavformat
2009-03-01 aurel use new metadata API in r3d demuxer libavformat
2009-03-01 aurel new metadata API is now officially part of public API libavformat
2009-03-01 aurel simplify metadata conversion and fixes gcc-2.95 at the same time libavformat
2009-03-01 michael Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformat
2009-03-01 michael Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformat
2009-03-01 aurel Add some basic metadata conversion tables for matroska and asf. libavformat
2009-02-28 aurel add a metadata conversion API libavformat
2009-02-28 lucabe Document ff_rtp_codec_id() libavformat
2009-02-28 cehoyos Change TS seeking so it returns position/timestamp of a key frame. libavformat
2009-02-28 lucabe Fix typo in a comment libavformat
2009-02-28 lucabe Document ff_rtp_enc_name() libavformat
2009-02-28 jbr cosmetics: indentation libavformat
2009-02-28 lucabe Document ff_rtp_get_codec_info() libavformat
2009-02-28 jbr Separate the raw FLAC demuxer from raw.c and put in a new file, libavformat
2009-02-28 rbultje Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformat
2009-02-28 mru Revert "Improve frame rate guessing for streams with two fields per frame." libavformat
2009-02-28 cehoyos Improve frame rate guessing for streams with two fields per frame. libavformat
2009-02-27 aurel use new metadata API in nut muxer libavformat
2009-02-27 aurel use new metadata API in nut demuxer libavformat
2009-02-27 reimar Do not allow standard-frame-rate detection to increase the value of libavformat
2009-02-27 reimar Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformat
2009-02-27 benoit Add a context to av_log() call. libavformat
2009-02-27 reimar Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformat
2009-02-27 reimar Detect the case when the time base is exact but far finer than necessary to libavformat
2009-02-26 michael Add ticks_per_frame, this should hopefully fix the regressions caused libavformat
2009-02-26 aurel cosmetics: vertical alignment libavformat
2009-02-26 aurel use new metadata API in rpl demuxer libavformat
2009-02-26 aurel use new metadata API in wc3 demuxer libavformat
2009-02-26 stefano Mark as "internal but installed" the avio.h file. libavformat
2009-02-26 stefano Add a @file notice to avio.h. libavformat
2009-02-26 aurel move static tables from asf.h to non-static tables in asf.c libavformat
2009-02-26 aurel rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency libavformat
2009-02-26 aurel fix a memleak in av_metadata_set() libavformat
2009-02-26 rbultje Implement marker bit, which is used for several RTP payloads currently libavformat
2009-02-26 rbultje Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformat
2009-02-26 rbultje Document rtsp.h, see "[PATCH] document rtsp.h" thread. libavformat
2009-02-26 aurel movenc: add muxing of language along with metadata tags when available libavformat
2009-02-26 aurel return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformat
2009-02-26 aurel cosmetics: indentation libavformat
2009-02-26 aurel use new metadata API in mov muxer libavformat
2009-02-26 aurel don't trigger metadata compatibility code when user app already set metadata libavformat
2009-02-26 bcoudurier dv probe libavformat
2009-02-26 jbr Share the function to write a raw FLAC header and use it in the Matroska libavformat
2009-02-26 jbr cosmetics: add a comment in flac_write_header(). libavformat
2009-02-26 jbr Add support for full header extradata to raw FLAC muxer. libavformat
2009-02-26 jbr Use a shared function to validate FLAC extradata. libavformat
2009-02-26 jbr Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformat
2009-02-25 diego spelling/wording/grammar cosmetics libavformat
2009-02-25 michael untypo libavformat
2009-02-25 bcoudurier fix index edit rate, inverse num and den libavformat
2009-02-25 bcoudurier simplify, use codec->block_align libavformat
2009-02-25 bcoudurier set channel number even for inactive channels libavformat
2009-02-25 bcoudurier do not set frame start bit since marked as not used and factorize libavformat
2009-02-25 michael AVInputFormat.reed_seek2() libavformat
2009-02-24 cehoyos Add timestamp computation if values are exported by decoder. libavformat
2009-02-24 cehoyos Change duration computation to use time_base instead of TB/2. libavformat
2009-02-24 michael Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformat
2009-02-24 michael Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformat
2009-02-23 bcoudurier start track id at 2, track id 1 for timecode libavformat
2009-02-23 michael Allow av_find_stream_info() to be aborted. libavformat
2009-02-22 stefang consistent naming of Chinese AVS raw demuxer libavformat
2009-02-22 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
2009-02-22 bcoudurier check av_get_packet return value libavformat
2009-02-22 bcoudurier return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformat
2009-02-21 bcoudurier parse aac extradata to fetch channels and sample rate, patch from Netgem libavformat
2009-02-21 michael Waste less space for printing timebases. libavformat
2009-02-21 rbultje Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformat
2009-02-21 michael Print all timebases (idea from netgem) libavformat
2009-02-21 michael Check for alloc failures. libavformat
2009-02-21 michael Check for EOF during index reading. libavformat
2009-02-21 cehoyos Use context variable repeat_pict for frame duration computation and libavformat
2009-02-21 michael Handle chunks with the MSB in size set correctly that is unsigned. libavformat
2009-02-21 michael Be less noisy with invalid pts/dts. libavformat
2009-02-21 michael Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformat
2009-02-21 rbultje Change sizeof(struct_type) to sizeof(variable). libavformat
2009-02-21 stefang add raw demuxer for Chinese AVS elementary streams libavformat
2009-02-19 cehoyos Add convergence_duration to AVCodecParserContext. libavformat
2009-02-19 alexc Re-indent after last commit libavformat
2009-02-19 alexc AAC in ASF does not need parsing. libavformat
2009-02-19 alexc Add Divio MPEG-4 FOURCC (M4CC) libavformat
2009-02-19 aurel matroskadec: return AVERROR_EOF upon detection of end of file libavformat
2009-02-19 pross FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformat
2009-02-19 pross AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformat
2009-02-19 aurel fix missing dependencies libavformat
2009-02-18 cehoyos Add key_frame to AVCodecParserContext, used in libavformat. libavformat
2009-02-18 benoit av_alloc_format_context has been renamed, update AVFormatContext av_class libavformat
2009-02-18 bcoudurier fix partition index byte count libavformat
2009-02-18 bcoudurier always use multi track since timecode track is present libavformat
2009-02-18 bcoudurier fix preface version libavformat
2009-02-18 bcoudurier check fifo size and realloc if needed libavformat
2009-02-18 bcoudurier start counting track number from 0 libavformat
2009-02-18 bcoudurier remove redundant comment libavformat
2009-02-18 bcoudurier do not write slice count when muxing cbr libavformat
2009-02-18 bcoudurier flush pending write in mxf_write_footer libavformat
2009-02-18 bcoudurier use index 0 for timecode track and write it in source package also libavformat
2009-02-18 bcoudurier fix rip body sid when muxing cbr libavformat
2009-02-18 bcoudurier simplify descriptor size computation logic libavformat
2009-02-18 aurel use new metadata API in nsv demuxer libavformat
2009-02-18 aurel use new metadata API in mpegts muxer libavformat
2009-02-17 diego Add missing #includes to fix 'make checkheaders'. libavformat
2009-02-17 aurel remove now useless get_str16() from rmdec.c libavformat
2009-02-17 aurel use new metadata API in rm (de)muxer libavformat
2009-02-17 aurel apedec: display a warning when truncating a metadata tag libavformat
2009-02-17 diego cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformat
2009-02-17 lucabe Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformat
2009-02-17 lucabe Move to rtp.h the prototypes of all the functions defined in rtp.c libavformat
2009-02-17 aurel use new metadata API in ape demuxer libavformat
2009-02-16 mru avidec: fix error introduced in r17382 libavformat
2009-02-16 benoit Add a context to av_log() calls and modify a function prototype to allow it. libavformat
2009-02-16 rbultje Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformat
2009-02-16 benoit Add a context to av_log() call and update the trace not to be redundant. libavformat
2009-02-16 rbultje Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() call. libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() calls. libavformat
2009-02-16 benoit Add a context to av_log() call. libavformat
2009-02-16 benoit Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformat
2009-02-16 bcoudurier fetch display aspect ratio from mpeg-2 essence libavformat
2009-02-16 bcoudurier merge mxf_write_d10_packet into mxf_write_packet libavformat
2009-02-16 lucabe Document ff_rtp_get_payload_type() libavformat
2009-02-16 lucabe Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformat
2009-02-16 diego Make format long_names consistent. libavformat
2009-02-16 bcoudurier fix mxf interleaving packet purge libavformat
2009-02-15 stefano Improve grammar: "X next after Y" -> "next X after Y". libavformat
2009-02-15 aurel matroskaenc: use new metadata API libavformat
2009-02-15 aurel matroskadec: export language of metadata tags when available libavformat
2009-02-15 aurel matroskadec: add needed definitions forgotten in r17331 libavformat
2009-02-15 aurel matroskadec: add generic metadata support libavformat
2009-02-15 aurel matroskadec: read track and attachment uid libavformat
2009-02-15 aurel matroskadec: export track name through the metadata API libavformat
2009-02-15 aurel matroskadec: use new metadata API to export some simple information libavformat
2009-02-15 stefano Do not export to the public the first_protocol symbol at the next libavformat
2009-02-15 stefano Document av_protocol_next(). libavformat
2009-02-15 stefano Replace calls/references of the deprecated register_protocol() libavformat
2009-02-15 stefano Rename register_protocol() to av_register_protocol() and deprecate libavformat
2009-02-15 aurel demux some more metadata tags in mov libavformat
2009-02-15 stefano Document av_iformat_next() and av_oformat_next() functions. libavformat
2009-02-15 aurel use new metadata API in mov demuxer libavformat
2009-02-14 michael Silence "assdec.c:146: warning: passing argument 4 of ‘qsort’ from incompatible pointer type" libavformat
2009-02-14 pross Use consistent indent style in oggdec. libavformat
2009-02-13 superdump Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformat
2009-02-13 bcoudurier compute body offset and index entry offset correctly libavformat
2009-02-13 bcoudurier use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
2009-02-13 bcoudurier cosmetics, rename nb_frames to nb_fields libavformat
2009-02-13 bcoudurier fix slice offset computation libavformat
2009-02-13 diego Remove pointless #if around the file, it is already conditionally compiled. libavformat
2009-02-13 bcoudurier set mime type for mxf libavformat
2009-02-13 bcoudurier simplify libavformat
2009-02-13 bcoudurier cosmetics, reindent, add/remove some empty lines, redundant comment libavformat
2009-02-13 bcoudurier MXF D-10 muxer libavformat
2009-02-13 bcoudurier store display height without vbi libavformat
2009-02-13 bcoudurier split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformat
2009-02-13 bcoudurier write essence elements klv packets with ber4 length, more interoperable libavformat
2009-02-13 bcoudurier encode klv fill item length in fixed ber 4 bytes libavformat
2009-02-13 alexc Report the illegal audio object type, not it offset by 1. libavformat
2009-02-12 superdump ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformat
2009-02-12 jbr use av_malloc() in vorbis_comment() libavformat
2009-02-12 diego Use more descriptive format long_names. libavformat
2009-02-12 diego cosmetics: format long_name spelling fixes libavformat
2009-02-12 bcoudurier write active picture height for d-10/imx in mov libavformat
2009-02-12 benoit Add a warning log when trying to encode into a container requiring global libavformat
2009-02-12 bcoudurier set last packet next pointer to null libavformat
2009-02-12 bcoudurier check body partitions count before writing libavformat
2009-02-12 bcoudurier return error if read failed libavformat
2009-02-12 bcoudurier Change ffm_write_write_index to return int, and return if error occured. libavformat
2009-02-12 bcoudurier compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformat
2009-02-11 bcoudurier rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformat
2009-02-11 aurel use new metadata API in ogg/vorbis demuxer libavformat
2009-02-11 bcoudurier fix frame size, time rate is not stts duration anymore with time offset libavformat
2009-02-11 bcoudurier do not set start time to 0, it is not the case with elst time offset libavformat
2009-02-11 diego Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com libavformat
2009-02-11 diego Add av_uninit macro to variable to avoid false positive warning: libavformat
2009-02-11 benoit Allow demuxing of audio substreams stored as 0x06 type. libavformat
2009-02-11 bcoudurier parse mpeg2 gop header time code and use it libavformat
2009-02-11 bcoudurier write timecode track libavformat
2009-02-11 bcoudurier adjust time rate according to elst time offset libavformat
2009-02-11 bcoudurier fix last keyframe index accross body partitions libavformat
2009-02-11 bcoudurier fix body offset libavformat
2009-02-11 stefano Cosmetics: vertical align "*" for consistency with the other doxyies. libavformat
2009-02-11 stefano Remove @deprecated notice from AVFrac, it is not deprecated anymore. libavformat
2009-02-10 bcoudurier fix partition offset when only one stream present libavformat
2009-02-10 bcoudurier fix timecode value libavformat
2009-02-10 bcoudurier write body partitions libavformat
2009-02-10 bcoudurier compute index byte count in mxf_write_partition libavformat
2009-02-10 bcoudurier remove check, mxf muxer does not have track number limitation anymore libavformat
2009-02-10 bcoudurier retrieve flags from mxf_parse_mpeg2_frame using a param libavformat
2009-02-10 bcoudurier 10l, edit unit offset is after klv fill libavformat
2009-02-10 bcoudurier cosmetics, associate mxf_write_klv_fill to aligned elements libavformat
2009-02-10 bcoudurier write component depth and horizontal subsampling best effort local tags libavformat
2009-02-10 bcoudurier fix header byte count libavformat
2009-02-10 bcoudurier move up mxf_write_klv_fill and align index, rip and primer pack libavformat
2009-02-10 bcoudurier fix primer pack local tags uls libavformat
2009-02-10 bcoudurier correctly set multi track operational pattern libavformat
2009-02-10 bcoudurier fix compilation with DEBUG defined, field does not exist anymore libavformat
2009-02-10 aurel remove now useless av_set_program_name() function libavformat
2009-02-10 aurel use new metadata API in mpegts demuxer libavformat
2009-02-09 bcoudurier rename ff_audio_interleave to ff_audio_rechunk_interleave libavformat
2009-02-09 michael Try to clarify doxy of avformat_seek_file(). libavformat
2009-02-09 alexc Increase the number of packets required to identify as MPEG PES to keep from libavformat
2009-02-09 bcoudurier remove no more needed comment, declaration is in internal header libavformat
2009-02-08 diego cosmetics: typo/grammar fixes in doxygen and other comments libavformat
2009-02-08 diego cosmetics: comment grammar/spelling fixes libavformat
2009-02-08 superdump Add the ability to set the timestamp to the current time by specifying 'now' libavformat
2009-02-08 vitor 10l: fix compiler warning: libavformat
2009-02-08 bcoudurier Move declaration of ff_interleave_add_packet to internal.h. libavformat
2009-02-08 bcoudurier Declare ff_interleave_new_audio_packet as static, it is not used libavformat
2009-02-08 bcoudurier document ff_audio_interleave libavformat
2009-02-08 vitor NC camera demuxer libavformat
2009-02-08 michael Clarify that avformat_seek_file() is not part of the stable API yet. libavformat
2009-02-08 michael avformat_seek_file() prototype libavformat
2009-02-08 bcoudurier cosmetics: sample_to_chunk -> stsc libavformat
2009-02-08 bcoudurier cosmetics: sample_to_ctime -> ctts libavformat
2009-02-08 bcoudurier remove useless field libavformat
2009-02-08 bcoudurier rewrite pts also, as comment says libavformat
2009-02-08 bcoudurier remove useless return libavformat
2009-02-08 bcoudurier fix doxygen libavformat
2009-02-08 stefano Replace the calls to the deprecated av_alloc_format_context() with libavformat
2009-02-08 stefano Deprecate av_malloc_format_context() in favor of libavformat
2009-02-08 bcoudurier reuse MXFCodecUL for data def and simplify libavformat
2009-02-08 bcoudurier remove implicit header inclusions from mxf.h libavformat
2009-02-08 bcoudurier free index entries libavformat
2009-02-08 bcoudurier use new audio interleaving generic code libavformat
2009-02-08 bcoudurier extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformat
2009-02-08 bcoudurier offset dts according to edit list, hackish but works, based on patch by Reimar libavformat
2009-02-08 diego Remove const qualifier from function argument to eliminate the warning libavformat
2009-02-08 bcoudurier only use 2 slices for index, one video(vbr) and one audio(cbr) libavformat
2009-02-08 bcoudurier force first track to be video and simplify libavformat
2009-02-08 bcoudurier write system item libavformat
2009-02-07 bcoudurier declare ff_interleave_add_packet libavformat
2009-02-07 bcoudurier use 512 kag size needed for d10 libavformat
2009-02-06 lucabe Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore libavformat
2009-02-06 lucabe Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer libavformat
2009-02-06 michael Fix minor memory leak. libavformat
2009-02-06 lucabe Merge rtp_aac.h and rtp_mpv.h in rtpenc.h libavformat
2009-02-06 lucabe Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h libavformat
2009-02-06 rbultje Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformat
2009-02-05 rbultje Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and libavformat
2009-02-05 bcoudurier format timestamp correctly according to specs and set it libavformat
2009-02-05 bcoudurier use timestamp as modification date libavformat
2009-02-05 alexc Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on libavformat
2009-02-05 bcoudurier use timestamp as creation date libavformat
2009-02-05 rbultje Delete an enum and a function typedef that aren't used anywhere, and libavformat
2009-02-05 lucabe Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c libavformat
2009-02-05 pross Electronic Arts demuxer: support TQI video tag libavformat
2009-02-05 bcoudurier fix key frame offset with open gop libavformat
2009-02-04 rbultje Move enum RTSPTransport up a bit, so that all fields that are assigned a value libavformat
2009-02-04 bcoudurier always write mxf time base in descriptors libavformat
2009-02-04 ramiro Do not misuse unsigned long to store pointers. libavformat
2009-02-04 bcoudurier use sample rate as audio input time base libavformat
2009-02-04 aurel write all available metadata tags into extended_content_header libavformat
2009-02-04 aurel use new metadata API in asf muxer libavformat
2009-02-03 bcoudurier let packet pass through when no timestamps libavformat
2009-02-03 bcoudurier exactly compute index byte count libavformat
2009-02-03 bcoudurier prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 libavformat
2009-02-03 aurel use new metadata API in asf demuxer libavformat
2009-02-03 reimar Add and use a public API for RC4 and DES, analogous to the AES API. libavformat
2009-02-03 michael Reformat rdt_demuxer AVCodec struct sanely. libavformat
2009-02-03 michael Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformat
2009-02-02 aurel use new metadata API in aiff demuxer libavformat
2009-02-02 bcoudurier be more flexible with frame rate check libavformat
2009-02-02 aurel simplify libavformat
2009-02-02 aurel use new metadata API in rtsp demuxer libavformat
2009-02-02 aurel use new metadata API in rtp muxer libavformat
2009-02-02 cehoyos Add support for fourcc "SP54". libavformat
2009-02-02 aurel cosmetics: indentation libavformat
2009-02-02 aurel simplify usage of dstlen as it is not a parameter anymore libavformat
2009-02-02 aurel cosmetics: indentation libavformat
2009-02-02 aurel use new metadata API in the mp3 muxer libavformat
2009-02-02 aurel use new metadata API in the mp3 demuxer libavformat
2009-02-02 aurel modify the way to pass parameters to av_metadata_set() libavformat
2009-02-02 aurel cosmetics: whitespace libavformat
2009-02-02 bcoudurier cosmetics: whitespaces, empty lines libavformat
2009-02-02 bcoudurier mxf does not have timestamps libavformat
2009-02-02 reimar Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavformat
2009-02-02 benoit Splits the totalbitrate in a videodatarate and audiodatarate part. libavformat
2009-02-02 benoit Implement the reading of the video bitrate of flv movies out of the meta data, libavformat
2009-02-02 bcoudurier 24bit pcm support libavformat
2009-02-02 bcoudurier more flexible mapping selection libavformat
2009-02-02 bcoudurier fix temporal offet of ipbb sequences, simplification welcome libavformat
2009-02-02 bcoudurier fix video line map tag size libavformat
2009-02-02 bcoudurier fix flush and interleaving by edit units libavformat
2009-02-02 bcoudurier write index table and rip, muxer works pretty well now libavformat
2009-02-02 bcoudurier factorize common wav local tags libavformat
2009-02-02 bcoudurier write req local tags for wav libavformat
2009-02-02 bcoudurier adjust size when not writing f2 libavformat
2009-02-02 bcoudurier do not write f2 if not interlaced libavformat
2009-02-02 bcoudurier write bitrate tag libavformat
2009-02-02 bcoudurier write display height/width tags libavformat
2009-02-01 bcoudurier return eof/error if only ffm header has been written, should fix #815 libavformat
2009-02-01 aurel don't support the mp3 extension in the mp2 muxer libavformat
2009-02-01 rbultje Fix the Transport: line in the SETUP request so that it works with WMS libavformat
2009-02-01 diego Use full internal pathname in doxygen @file directives. libavformat
2009-01-31 bcoudurier free audio fifo libavformat
2009-01-31 bcoudurier use st->priv_data to store per stream context libavformat
2009-01-31 bcoudurier change prototype of mxf_interleave_get_packet to make it compatible libavformat
2009-01-31 bcoudurier do not use PAL_samples_per_frame in init, to make init independant libavformat
2009-01-31 bcoudurier cosmetics, remove empty lines libavformat
2009-01-31 bcoudurier add my copyright as well libavformat
2009-01-31 bcoudurier fix doxygen tag libavformat
2009-01-31 bcoudurier cosmetics, align vertically libavformat
2009-01-31 bcoudurier write best effort video line map libavformat
2009-01-31 bcoudurier add frame layout local tag, best effort libavformat
2009-01-31 bcoudurier add aes3 pcm wrapping and use it by default libavformat
2009-01-31 bcoudurier split wav_desc in generic_sound_desc libavformat
2009-01-31 bcoudurier thanks to interleaving, audio is now locked libavformat
2009-01-31 bcoudurier local tag 3201 is picture essence coding, so do not write it for wav libavformat
2009-01-31 bcoudurier stored height is stupidly /2 if interlaced libavformat
2009-01-31 bcoudurier add size param to write_generic_desc libavformat
2009-01-31 bcoudurier parse mpeg2 progressive frame flag libavformat
2009-01-31 bcoudurier delay header writing and parse mpeg2 frame libavformat
2009-01-31 bcoudurier correctly pack and interleave pcm samples in mxf libavformat
2009-01-31 bcoudurier function is static libavformat
2009-01-31 bcoudurier use new ff_interleave_add_packet libavformat
2009-01-31 bcoudurier split av_interleave_per_dts, to avoid code duplication libavformat
2009-01-31 stefang ADPCM found in Xbox wav files can be decoded with libavformat
2009-01-30 aurel typo libavformat
2009-01-29 compn pvez avi fourcc is truemotion1 libavformat
2009-01-28 michael Fix remotely exploitable arbitrary code execution vulnerability. libavformat
2009-01-27 bcoudurier second try fixing time code in gxf libavformat
2009-01-27 michael Prefer av_freep() over av_free() for variables in the context for safety. libavformat
2009-01-27 michael Add {} between if/else libavformat
2009-01-27 michael Export all tracks (each is a different language) instead of just one. libavformat
2009-01-27 michael remove pointless {} libavformat
2009-01-27 michael Move current_track variable closer to where it is used. libavformat
2009-01-27 michael Fix memleak of fourxm->tracks on error return. libavformat
2009-01-27 michael vertical align libavformat
2009-01-27 michael Fix memleak of header in error returns. libavformat
2009-01-27 michael better header_size check libavformat
2009-01-27 michael size < 4 is invalid libavformat
2009-01-27 benoit Whitespace cosmetics to align return statements. libavformat
2009-01-27 benoit Check buffer is inside what is passed when probing for flac. libavformat
2009-01-27 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
2009-01-27 bcoudurier seek at 0 when timestamp requested is negative libavformat
2009-01-26 aurel make it clear that the new metadata API is a work in progress libavformat
2009-01-25 diego Directly #include some required headers. libavformat
2009-01-25 stefano Move documentation of av_register_all() from allformats.c to libavformat
2009-01-25 jbr use function and definitions from libavcodec/flac.h in oggparseflac.c libavformat
2009-01-25 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
2009-01-24 diego Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformat
2009-01-24 stefang return an error if we can not get a full packet, libavformat
2009-01-24 stefang fix header parsing, the NULL terminated File ID is followed by a space libavformat
2009-01-24 rbultje Skip m= blocks in the SDP if the media type is unknown. This prevents libavformat
2009-01-23 bcoudurier set pts and dts when only pts is present, according to specs libavformat
2009-01-23 bcoudurier write essence container data libavformat
2009-01-23 bcoudurier reduce display aspect ratio libavformat
2009-01-23 bcoudurier stored height is a multiple of 16 for mpeg2 libavformat
2009-01-23 bcoudurier fix endianness of time code, and calculate it in fields, according to specs libavformat
2009-01-23 compn add EM4A fourcc , works for: libavformat
2009-01-23 andoma Avoid allocating MPADecodeContext on stack. libavformat
2009-01-22 michael Move av_read_frame/parser related buffer variables from AVFormatContext libavformat
2009-01-22 bcoudurier print stream sar if present and different than codec sar libavformat
2009-01-22 michael Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformat
2009-01-22 michael Handle av_read_frame() EAGAIN return. libavformat
2009-01-21 aurel 'code' is used to index a table so make it unsigned libavformat
2009-01-21 kostya yet another attempt on fixing synchronization in VMD libavformat
2009-01-21 kostya Empty audio chunks in VMD are silent, not skipped libavformat
2009-01-21 kostya cosmetics: reindent after last commit libavformat
2009-01-21 kostya VMD first chunk of audio is not coded as many separate chunks of block_align libavformat
2009-01-20 bcoudurier change sample aspect ratio test to be more clear, print old one libavformat
2009-01-20 compn another mpeg4 fourcc libavformat
2009-01-20 bcoudurier Do not use avctx->frame_number which might not be set, libavformat
2009-01-20 bcoudurier set correct value for starting line libavformat
2009-01-20 bcoudurier fix gxf time code mark out value libavformat
2009-01-20 benoit Enable building r3d demuxer when its config is set. libavformat
2009-01-20 alexc Fix a read past end of buffer crash in the mp3 probe libavformat
2009-01-20 bcoudurier R3D REDCODE demuxer libavformat
2009-01-20 aurel matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformat
2009-01-19 diego Use "" instead of <> when #including non-system headers. libavformat