log

age author description
2008-11-05 pross Decode audio channel layout from RIFF/WAV file format. libavformat
2008-10-29 michael Check sub_packet_size against 0 to avoid div by zero later. libavformat
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