log

age author description
2008-10-28 cehoyos Fix endless loop when opening corrupt FLV files (issue 699). libavformat
2008-10-27 bcoudurier fix umid base value, use revision 5 and generic material type libavformat
2008-10-26 bcoudurier fix sound essence compression UL libavformat
2008-10-26 bcoudurier fix start position UL libavformat
2008-10-24 bcoudurier simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformat
2008-10-24 diego prettyprinting cosmetics libavformat
2008-10-24 diego spelling cosmetics libavformat
2008-10-24 bcoudurier force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformat
2008-10-24 skal fix for >2GB flv files libavformat
2008-10-24 bcoudurier raw dnxhd de/muxer libavformat
2008-10-23 bcoudurier dnxhd codec is intra only libavformat
2008-10-22 aurel matroskaenc: require global header libavformat
2008-10-21 aurel uses FF_ARRAY_ELEMS() where appropriate libavformat
2008-10-19 michael Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformat
2008-10-18 michael Move code setting delay and presentation_delayed a little up so libavformat
2008-10-18 michael Append read data onto the buffer instead of overwriting, this ensures libavformat
2008-10-18 banan Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformat
2008-10-18 banan 8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformat
2008-10-18 michael Assume mono if no other information for raw. libavformat
2008-10-10 ramiro Only special-case absolute DOS paths on systems that support them. libavformat
2008-10-08 michael Make gcc 2.95 happy. libavformat
2008-10-07 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
2008-10-07 romansh simplifying code as per Michael's suggestion libavformat
2008-10-07 romansh simplifying the code as per Michael's suggestion libavformat
2008-10-04 bcoudurier 10l, fix amrwb sample rate libavformat
2008-10-04 aurel matroskaenc: correct muxing of ASS packets libavformat
2008-10-04 aurel matroskaenc: use correct EBML ID for block duration libavformat
2008-10-04 aurel matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformat
2008-10-04 aurel matroskaenc: remove useless mkv_block_size() function libavformat
2008-10-04 michael Favor even chunk sizes in ambiguous cases. libavformat
2008-10-04 michael Factorize stream id parsing. libavformat
2008-10-04 reimar Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformat
2008-10-04 diego Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. libavformat
2008-10-04 rbultje Reindent after r15544. libavformat
2008-10-04 rbultje Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformat
2008-10-04 rbultje Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformat
2008-10-04 rbultje Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformat
2008-10-04 rbultje Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformat
2008-10-04 rbultje Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformat
2008-10-03 bcoudurier set sample rate for amr to allow stream copy since no decoder is present, libavformat
2008-10-03 diego Remove offset_t typedef and use int64_t directly instead. libavformat
2008-10-02 aurel matroskadec: cosmetics: indentation libavformat
2008-10-02 aurel matroskadec: don't merge packets which have no timestamp libavformat
2008-10-02 gpoirier Use __typeof__ instead of GCC-specific typeof keyword. libavformat
2008-10-02 ramiro MinGW runtime 3.15 has a wrapper for usleep(). libavformat
2008-10-02 diego spelling cosmetics libavformat
2008-10-02 benoit Use enum typers instead of int. libavformat
2008-10-02 reimar Add (additional) const to many global tables. libavformat
2008-10-01 conrad Cosmetics: indentation libavformat
2008-10-01 conrad Visible width/height fields were added in Theora 3.2 libavformat
2008-10-01 rbultje Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding libavformat
2008-10-01 rbultje This patch refactors RDT packet header parsing so that it can be used in libavformat
2008-09-30 rbultje Reindent after previous patches. libavformat
2008-09-30 rbultje Implement a RTSPTransport field, which allows proper separation of server libavformat
2008-09-30 rbultje Remove access to rdt_data struct in functions called outside of the libavformat
2008-09-30 rbultje Send improper UDP SETUP request, which is what Realmedia servers expect. libavformat
2008-09-30 rbultje Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformat
2008-09-30 bcoudurier support negative ctts in some way, unset wrong dts libavformat
2008-09-29 diego Uniformly define _XOPEN_SOURCE to 600. libavformat
2008-09-28 aurel matroskadec: merge ASS events which share the same pts in the same AVPavket libavformat
2008-09-28 aurel matroskadec: ass events lines must end with a DOS style EOL libavformat
2008-09-28 aurel matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformat
2008-09-28 aurel matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformat
2008-09-27 aurel assdec: don't remove CR, they are part of the spec libavformat
2008-09-27 diego cosmetics: Break overly long lines, one grammar fix. libavformat
2008-09-27 diego spelling/wording/grammar libavformat
2008-09-27 diego Move doxygen comments for av_gettime from utils.c to avformat.h. libavformat
2008-09-26 michael ASS/SSA muxer. libavformat
2008-09-26 banan add ok parts to the rm demuxer for SIPRO support libavformat
2008-09-26 banan Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformat
2008-09-26 michael Do not lose the '\n'. libavformat
2008-09-26 michael 2 in 1, an ASS and SSA demuxer. libavformat
2008-09-26 bcoudurier only include sys/select.h if present, fix mingw compilation libavformat
2008-09-26 michael Prevent image2 from complaining about non monotone timestamps as libavformat
2008-09-24 bcoudurier cosmetics, remove GXF: in log messages since it is present in context libavformat
2008-09-24 bcoudurier skip invalid audio samples in gxf packets libavformat
2008-09-24 bcoudurier include sys/select.h to get select, according to posix 2001, libavformat
2008-09-24 bcoudurier include sys/select.h instead of unistd.h to get select, libavformat
2008-09-24 bcoudurier stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformat
2008-09-24 michael Avoid segfault due to not set AVCodec. libavformat
2008-09-24 bcoudurier merge amr wb case with amr nb and qcelp libavformat
2008-09-24 bcoudurier do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformat
2008-09-24 michael ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformat
2008-09-23 vitor Add support for RVTR fourCC libavformat
2008-09-19 michael Ensure that muxer and encoder aspect ratios match. So no libavformat
2008-09-18 kostya Add fourcc for MS RLE4 libavformat
2008-09-17 bcoudurier revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformat
2008-09-14 jbr write number of samples in FLAC extradata. libavformat
2008-09-14 jbr add error message for unsupported codecs in WAVE. libavformat
2008-09-14 rbultje Reindent after r15317. libavformat
2008-09-14 rbultje Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformat
2008-09-12 aurel matroskadec: simplify, first_timecode is already in the index libavformat
2008-09-11 aurel matroskadec: prevent seeking before the first keyframe of the reference stream libavformat
2008-09-11 rbultje Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformat
2008-09-11 rbultje Factorize out common code for opening of the RTP parsing context between libavformat
2008-09-10 michael Clarify convergence_duration. libavformat
2008-09-09 bcoudurier set bits_per_coded_sample according to new lavc api libavformat
2008-09-09 aurel matroskadec: demux relevant subtitle packets after a seek libavformat
2008-09-09 aurel matroskadec: ensure that overlapping subtitles are not added to the index libavformat
2008-09-09 aurel matroskadec: after seeking, skip up to the desired timestamp instead of libavformat
2008-09-09 aurel matroskadec: move timecode calculation a little earlier libavformat
2008-09-09 aurel matroskadec: sanitize track time_scale before using it libavformat
2008-09-09 bcoudurier print stream index in decimal not in hex, easier for debugging libavformat
2008-09-08 bcoudurier set block align in av_write_header if not set, fix issue #489 libavformat
2008-09-08 bcoudurier write copyright metadata tag libavformat
2008-09-08 michael Bump Major version, this commit is almost just renaming bits_per_sample to libavformat
2008-09-08 bcoudurier terminate tag tables by CODEC_ID_NONE libavformat
2008-09-07 bcoudurier set default bps to 16 in wav header libavformat
2008-09-07 rbultje Implement RDT-specific data parsing routines. After these changes, simple libavformat
2008-09-07 rbultje Reindent after previous patch. libavformat
2008-09-07 rbultje Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformat
2008-09-07 rbultje Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformat
2008-09-07 rbultje Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformat
2008-09-07 aurel bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformat
2008-09-06 aurel matroskadec: remove now useless vstream and is_video_key_frame libavformat
2008-09-06 aurel matroskadec: remove useless braces libavformat
2008-09-06 aurel matroskadec: ensure that the timecode added to the index are is the one libavformat
2008-09-05 bcoudurier do not fail if audio is uncompressed and frame size is not set, just set it libavformat
2008-09-05 bcoudurier simplify bps code by using av_get_bits_per_sample libavformat
2008-09-04 aurel matroskadec: fix ASS subtitle track packets before emitting them libavformat
2008-09-04 bcoudurier Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat
2008-09-04 aurel matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat
2008-09-04 bcoudurier set block align and frame size for gsm in aiff libavformat
2008-09-04 bcoudurier cosmetics, remove whitespace libavformat
2008-09-04 bcoudurier actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat
2008-09-04 bcoudurier skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat
2008-09-03 bcoudurier change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformat
2008-09-03 bcoudurier forbid mp3 < 16000hz in anything except mov libavformat
2008-09-03 bcoudurier dirac muxing support in mp4/mov libavformat
2008-09-03 bcoudurier cosmetics, move up mpeg1video mp4 objecttype libavformat
2008-09-03 bcoudurier cosmetics, change values to hex since mp4ra use hex libavformat
2008-09-03 bcoudurier cosmetics, vertical align libavformat
2008-09-03 bcoudurier ac3 muxing support in mov/mp4/m4v libavformat
2008-09-03 reimar Change doxygen comment: Clarify when av_write_trailer should be called. libavformat
2008-09-03 michael Add AVPacket.convergence_duration. libavformat
2008-09-03 michael Try to clarify the semantics of AVPacket.duration. libavformat
2008-09-03 rbultje Remove unused code that used to handle protocol concatenation, i.e. trying libavformat
2008-09-03 rbultje Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformat
2008-09-03 bcoudurier fix fourcc comment libavformat
2008-09-03 rbultje Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformat
2008-09-03 rbultje Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformat
2008-09-02 diego Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformat
2008-09-02 diego Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat
2008-09-02 diego Remove pointless #ifdef CONFIG_VHOOK from the code. libavformat
2008-09-02 bcoudurier correctly mux mpeg2 audio 13818-3 in mp4 libavformat
2008-09-02 bcoudurier allow mp2 to be muxed into mp4 libavformat
2008-09-02 michael Fix detection of MPEG4 in MPEG-PS. libavformat
2008-09-01 jbr change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformat
2008-09-01 aurel matroska: add E-AC-3 support libavformat
2008-09-01 jbr simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformat
2008-09-01 jbr check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformat
2008-09-01 jbr create a separate codec_id for E-AC-3 libavformat
2008-09-01 rbultje Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformat
2008-09-01 rbultje Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformat
2008-09-01 rbultje Implement Realmedia-compatible DESCRIBE command. libavformat
2008-08-31 bcoudurier check for malloc failure libavformat
2008-08-31 bcoudurier copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformat
2008-08-31 rbultje Send RTSP OPTIONS command to detect server type. libavformat
2008-08-31 rbultje Read RealChallenge1 field from the server. libavformat
2008-08-31 rbultje Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformat
2008-08-31 rbultje Revert back to old version (r15103). libavformat
2008-08-31 stefano Globally rename the header inclusion guard names. libavformat
2008-08-31 bcoudurier do no write multi descriptor when only one track is present libavformat
2008-08-31 bcoudurier factorize libavformat
2008-08-31 bcoudurier remove mxf_build_structural_metadata, simplify libavformat
2008-08-31 bcoudurier move mxf_write_package to permit function merge libavformat
2008-08-31 bcoudurier cosmetics, Pair -> Entry libavformat
2008-08-31 bcoudurier store index in table in MXFStreamContext, simplify libavformat
2008-08-31 bcoudurier merge descriptor write table with essence container uls table and simplify libavformat
2008-08-31 bcoudurier fix type in prototype libavformat
2008-08-31 bcoudurier remove header_byte_count_offset from context libavformat
2008-08-31 bcoudurier simplify and correctly rewrite metadata in header partition, mark it closed complete libavformat
2008-08-31 bcoudurier simplify current partition offset libavformat
2008-08-31 rbultje Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformat
2008-08-31 bcoudurier header partition is open incomplete for now libavformat
2008-08-31 bcoudurier always write footer partition according to specs libavformat
2008-08-31 bcoudurier 10l fix mxf_get_essence_container_ul libavformat
2008-08-31 bcoudurier cosmetics, mux_write -> mxf_write libavformat
2008-08-31 bcoudurier correctly set track duration libavformat
2008-08-31 bcoudurier set duration to distinguished value libavformat
2008-08-31 bcoudurier correctly write codec ul, mpeg-2 needs profile and level to be set libavformat
2008-08-31 bcoudurier simplify, pass AVStream directly instead of index libavformat
2008-08-31 bcoudurier cosmetics, whitespace libavformat
2008-08-31 bcoudurier remove now useless track_number_sign libavformat
2008-08-31 bcoudurier put back mxf_essence_container_uls in demuxer as static const libavformat
2008-08-31 bcoudurier remove now useless mxf_essence_element_key array libavformat
2008-08-31 bcoudurier fix track number ul in primer pack libavformat
2008-08-31 bcoudurier introduce MXFContainerEssencePair to associate essence element key and libavformat
2008-08-31 bcoudurier cosmetics libavformat
2008-08-31 bcoudurier replace sizeof(type) by sizeof *ptr libavformat
2008-08-31 bcoudurier merge declaration and init libavformat
2008-08-31 bcoudurier reindent libavformat
2008-08-31 bcoudurier simplify mxf_write_essence_container_refs libavformat
2008-08-31 bcoudurier factorize libavformat
2008-08-31 bcoudurier change [0] to * libavformat
2008-08-31 bcoudurier compute essence containers in mxf_write_header, this simplifies the code libavformat
2008-08-30 bcoudurier get essence container ul in header and set it per track, check for unsupported codec libavformat
2008-08-30 bcoudurier move per track code in mxf_write_header to be able to check for unsupported configuration libavformat
2008-08-30 bcoudurier rename variable libavformat
2008-08-30 bcoudurier fix typos libavformat
2008-08-30 bcoudurier cosmetics: header -> generic libavformat
2008-08-30 bcoudurier cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformat
2008-08-30 bcoudurier cosmetics libavformat
2008-08-30 bcoudurier simplify, and factorize libavformat
2008-08-30 bcoudurier only put version in tag libavformat
2008-08-30 bcoudurier simplify libavformat
2008-08-30 bcoudurier always write required version string local tag libavformat
2008-08-30 bcoudurier introduce mxf_write_local_tag_utf16 and factorize libavformat
2008-08-30 bcoudurier use strlen and do not write useless trailing 0 according to specs libavformat
2008-08-30 bcoudurier write strings as utf16be libavformat
2008-08-30 diego Add missing FFMPEG_ prefix to multiple inclusion guard. libavformat
2008-08-30 bcoudurier timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformat
2008-08-30 bcoudurier remove now useless casts libavformat
2008-08-29 bcoudurier make has_codec_parameters not returning true when sample_fmt is not set libavformat
2008-08-29 bcoudurier skip empty flv data packets, fix issue #602 libavformat
2008-08-29 bcoudurier factorize packet skip code libavformat
2008-08-29 bcoudurier simplify size handling code libavformat
2008-08-29 bcoudurier remove vorbis dec hack, decoding will be done anyway to get frame size libavformat
2008-08-29 bcoudurier speex in flv demuxing libavformat
2008-08-29 bcoudurier cosmetics, typos, case libavformat
2008-08-29 bcoudurier cosmetics libavformat
2008-08-29 bcoudurier fix version string ul libavformat
2008-08-29 michael Do not truncate timestamps before the muxer as it makes simple libavformat
2008-08-28 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformat
2008-08-28 rbultje Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformat
2008-08-27 rbultje Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformat
2008-08-27 romansh Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformat
2008-08-27 aurel matroskadec: cosmetics: indentation libavformat
2008-08-27 aurel matroskadec: seek to the last position known in the index before resorting to libavformat
2008-08-27 rbultje Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformat
2008-08-26 aurel remove useless assignment (st is never read after this line) libavformat
2008-08-26 aurel matroskadec: index timestamps are supposed to be in the timebase of the stream libavformat
2008-08-26 aurel mxfdec: set sample_aspect_ratio libavformat
2008-08-26 cehoyos Remaining parts of GSoC MXF muxer by Zhentan Feng. libavformat
2008-08-26 michael vertical align libavformat
2008-08-25 vitor Import more MXF muxer code from the SoC tree libavformat
2008-08-25 andoma When setting codec_id during codec probe we must also set codec_type. libavformat
2008-08-25 lucabe Fix udp.c compilation with recent glibc (>= 2.8) libavformat
2008-08-25 aurel matroskadec: unset matroska->done when seeking libavformat
2008-08-25 aurel matroskadec: full seeking support in index-less files libavformat
2008-08-25 aurel matroskadec: on the fly index construction for index-less files libavformat
2008-08-24 aurel matroskadec: don't try to seek to negative timestamp libavformat
2008-08-24 aurel matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformat
2008-08-24 reimar Add ff_ prefix to ogg_codec_t structs libavformat
2008-08-24 reimar Mark several libavformat arrays const libavformat
2008-08-24 reimar Mark "matroska" probe data string constant. libavformat
2008-08-24 reimar Make ogg_codec_t descriptions const libavformat
2008-08-24 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
2008-08-24 rbultje Remove check for @ in tcp.c which removes the authorization data from the libavformat
2008-08-24 aurel voc: add ff_ prefix to some global const data libavformat
2008-08-24 reimar Remove useless empty close functions in mmf and mm demuxers. libavformat
2008-08-24 aurel matroskadec: make aac_profiles array const libavformat
2008-08-24 reimar Make the id3v1_genre_str array const, not just the strings it points to. libavformat
2008-08-24 vitor Import more ok'ed chunks of the mxf muxer from the soc tree libavformat
2008-08-23 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
2008-08-23 aurel export sample_aspect_ratio read by the demuxer in a separate field libavformat