log

age author description
2008-06-06 ramiro Remove wrappers of pcm_read_seek(). libavformat
2008-06-06 bcoudurier cosmetics, rename first to header, more explicit name libavformat
2008-06-06 bcoudurier cosmetics, rename first to header, more explicit name libavformat
2008-06-06 diego Remove Fabrice's copyright from the Makefiles. They have been entirely libavformat
2008-06-06 ramiro Remove useless img_read_close(). libavformat
2008-06-06 ramiro Remove unneeded NULL at end of struct. libavformat
2008-06-06 ramiro Merge declaration and initialization. libavformat
2008-06-05 diego cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformat
2008-06-04 aurel matroskadec: remove some useless code libavformat
2008-06-04 aurel cosmetics: indentation libavformat
2008-06-04 aurel matroskadec: don't remove dummy level when none was added libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-06-03 aurel Ensure the first audio stream is selected as the default stream libavformat
2008-06-03 aurel adjust comment to reality libavformat
2008-06-03 aurel matroskadec: sane default value for track->time_scale libavformat
2008-06-03 bcoudurier add pretty common .m2t as ts extension libavformat
2008-06-03 bcoudurier fix continuity counter to start at 0 libavformat
2008-06-03 michael Make update_initial_durations() also work if a dts occured before a libavformat
2008-06-03 michael Do not set pts in update_initial_durations() if stream has b frames. libavformat
2008-06-02 aurel matroskadec: fix potential mem leak libavformat
2008-06-02 aurel matroskadec: avoid potential mem leak libavformat
2008-06-02 aurel reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformat
2008-06-02 aurel matroskadec: move ARRAY_SIZE() macro at top of the file libavformat
2008-06-02 andoma Audio channels and sample rate must be set in order to skip libavformat
2008-06-02 bcoudurier rename last_frame_offset to next_frame_offset, due to r13615 libavformat
2008-06-01 takis Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformat
2008-06-01 aurel matroskadec: use the proper timestamp scaling for index entries libavformat
2008-06-01 aurel matroskadec: read TrackTimecodeScale and set timebase accordingly libavformat
2008-06-01 aurel matroskadec: silently discard some element ID that we don't care about libavformat
2008-05-31 diego flvenc.o depends on avc.o (for H.264 support functions). libavformat
2008-05-30 ramiro raw mlp demuxer libavformat
2008-05-30 benoit Detect "tif" suffix as TIFF. libavformat
2008-05-29 reimar Check av_new_stream return value, fixes CID75 RUN2 libavformat
2008-05-29 michael ENOMEM is better, yes ... libavformat
2008-05-29 reimar Check av_new_stream return value, fixes CID79 RUN2 libavformat
2008-05-29 reimar Check for av_new_stream failure, fixes CID76 RUN2 libavformat
2008-05-29 diego Remove unnecessary header #includes. libavformat
2008-05-29 benoit Check return of url_fseek in mpeg timestamp reading code. libavformat
2008-05-29 bcoudurier warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformat
2008-05-29 bcoudurier reindent libavformat
2008-05-29 bcoudurier this should be valid for audio too libavformat
2008-05-29 bcoudurier check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformat
2008-05-28 michael memleak / CID124 RUN2 libavformat
2008-05-28 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
2008-05-28 michael Dead code removal, fixes CID59 RUN2. libavformat
2008-05-28 michael Removing dead code, fixes CID4 RUN2. libavformat
2008-05-28 michael remove != 0 libavformat
2008-05-28 michael Do a little more checking. libavformat
2008-05-28 michael Do not read from after the table, fixes CID108 RUN2. libavformat
2008-05-28 michael Null pointer check / CID26. libavformat
2008-05-28 michael useless libavformat
2008-05-28 michael Fixes NULL pointer dereference CID66 libavformat
2008-05-28 michael Tell the user if a AVI is non interleaved. libavformat
2008-05-27 bcoudurier use internal video frame number libavformat
2008-05-27 bcoudurier cosmetics libavformat
2008-05-27 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
2008-05-27 bcoudurier simplify, use pointer to codec context in struct instead of only id libavformat
2008-05-27 michael redundant check-- libavformat
2008-05-27 michael Fix memleak, fixed CID123. libavformat
2008-05-27 michael Do not use the pts/dts calculation code which needs a parser, when no parser libavformat
2008-05-27 bcoudurier use AVFifoBuffer libavformat
2008-05-27 bcoudurier cosmetics libavformat
2008-05-27 bcoudurier merge init and declaration libavformat
2008-05-27 bcoudurier simplify and use version instead libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier simplify libavformat
2008-05-27 bcoudurier cosmetics, remove useless cases and braces libavformat
2008-05-27 bcoudurier use av_fifo_generic_write, old func is deprecated libavformat
2008-05-27 bcoudurier remove const qualifier, removes warning: libavformat
2008-05-26 bcoudurier typo libavformat
2008-05-26 diego consistency cosmetics: indices --> indexes libavformat
2008-05-26 bcoudurier aac and h264 in flv demuxing libavformat
2008-05-26 bcoudurier aac and h264 in flv muxing libavformat
2008-05-26 bcoudurier aac chan config is 0 if bitstream contains program_config_element libavformat
2008-05-26 michael Support non interleaved avi with phantom streams. libavformat
2008-05-26 bcoudurier replace printf by av_log libavformat
2008-05-26 bcoudurier use av_hex_dump_log libavformat
2008-05-26 bcoudurier use dprintf libavformat
2008-05-26 bcoudurier cosmetics, add demuxer word libavformat
2008-05-26 bcoudurier cosmetics, remove useless dot libavformat
2008-05-26 bcoudurier return error if frame_offset is negative, prevent segfault libavformat
2008-05-26 bcoudurier return error if len is negative, prevent segfault libavformat
2008-05-26 bcoudurier move ffserver specific functions up and only include unistd.h in this case libavformat
2008-05-26 bcoudurier move ffm_seek1 before get_pts function since func uses it libavformat
2008-05-26 bcoudurier move DEBUG_SEEK definition before get_pts since func uses it libavformat
2008-05-26 bcoudurier move get_pts function to avoid useless declaration libavformat
2008-05-26 bcoudurier remove unneeded include libavformat
2008-05-26 bcoudurier split ffm de/muxer libavformat
2008-05-26 bcoudurier reenable test, data is available in this case libavformat
2008-05-26 jbr parse audio in ogm demuxer. libavformat
2008-05-26 michael Make ac3 in avi work better. libavformat
2008-05-25 michael Ensure that one can store X bytes in a fifo of size X. libavformat
2008-05-25 michael Make av_fifo*_read() ignore the available amount of data. libavformat
2008-05-25 bcoudurier set correct duration when using b frames libavformat
2008-05-24 aurel compute the end of all chapters when end is not specified in the container libavformat
2008-05-24 aurel cosmetics: indentation libavformat
2008-05-24 aurel remove useless title check libavformat
2008-05-24 bcoudurier simplify, remove useless vars libavformat
2008-05-23 bcoudurier add new h264 and aac flv ids libavformat
2008-05-23 bcoudurier in flv this field is dts finally libavformat
2008-05-23 bcoudurier flv use 32 bit pts libavformat
2008-05-23 michael Pass time_base as argument to new_chapter() as well. libavformat
2008-05-23 michael Document pts/dts. libavformat
2008-05-23 michael Warn user about invalid timestamps. libavformat
2008-05-23 michael Chapter demuxing support. (untested as I have no nuts with chapters) libavformat
2008-05-23 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
2008-05-23 michael nb_chapters should be unsigned libavformat
2008-05-23 michael s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformat
2008-05-23 michael vertical align libavformat
2008-05-23 michael indent libavformat
2008-05-23 michael remove useless title check libavformat
2008-05-23 michael indent libavformat
2008-05-23 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
2008-05-23 michael clarify start/end timebase libavformat
2008-05-23 michael align comments libavformat
2008-05-23 michael chapter id and timebase libavformat
2008-05-23 aurel don't set a dummy chapter title when title is unknown libavformat
2008-05-23 aurel cosmetics: indentation libavformat
2008-05-23 aurel allows adding chapters with NULL title libavformat
2008-05-22 aurel matroskadec: allows inserting chapters with unspecified end libavformat
2008-05-22 aurel demux chapters out of matroska libavformat
2008-05-22 aurel add support for chapters definition in lavf libavformat
2008-05-22 bcoudurier free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformat
2008-05-21 bcoudurier remove useless var libavformat
2008-05-21 bcoudurier 10l, fix compilation libavformat
2008-05-21 bcoudurier use duration from pkt libavformat
2008-05-21 bcoudurier simplify libavformat
2008-05-21 bcoudurier simplify libavformat
2008-05-21 bcoudurier check pkt stream index before returning packet, prevent segfault libavformat
2008-05-21 cehoyos Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformat
2008-05-21 bcoudurier support dvd pcm 20/24 bits, patch by Lars Täuber, lars.taeuber gmx net libavformat
2008-05-20 bcoudurier remove useless/obsolete comments libavformat
2008-05-20 bcoudurier remove useless close function libavformat
2008-05-20 bcoudurier split swf de/muxer libavformat
2008-05-20 bcoudurier only print debug info when sample is actually added libavformat
2008-05-20 bcoudurier warn about multiple fourcc libavformat
2008-05-20 bcoudurier demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformat
2008-05-15 aurel matroskadec: add support for bzlib compressed tracks libavformat
2008-05-15 bcoudurier try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformat
2008-05-15 bcoudurier do not fail if correct is not recognized libavformat
2008-05-15 bcoudurier cosmetics, remove space before opening parenthesis libavformat
2008-05-13 aurel add missing \n in av_log message libavformat
2008-05-13 aurel matroskadec: add support for zlib compressed tracks libavformat
2008-05-13 mmu_man Fix non-debug build. libavformat
2008-05-13 cehoyos Fix icc warning #188: enumerated type mixed with another type libavformat
2008-05-13 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
2008-05-12 cehoyos Replace some occurrences of 0 with CODEC_ID_NONE. libavformat
2008-05-12 benoit Use strcasecmp() instead of re-inventing it. libavformat
2008-05-11 cehoyos Fix type of dest_addr_len to respect return value of udp_set_url. libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2008-05-09 superdump IFF stereo support libavformat
2008-05-09 diego string.h is a system header file, so use <> for it. libavformat
2008-05-09 aurel use enum type instead of int libavformat
2008-05-09 aurel cosmetics: indentation libavformat
2008-05-09 aurel matroskadec: add support for lzo compressed tracks libavformat
2008-05-08 aurel matroskadec: fail gracefully when seeking don't work libavformat
2008-05-08 aurel matroskadec: add support for track content encoding libavformat
2008-05-06 diego Remove unnecessary parentheses from return calls. libavformat
2008-05-05 michael Check url_seek() in url_open(). libavformat
2008-05-04 diego Use correct length modifier for pointer diff argument in av_log() call. libavformat
2008-05-04 diego Fix 'comparison always false' warning. libavformat
2008-05-03 banan dts probe libavformat
2008-05-02 bwolowiec Nellymoser handling in FLV libavformat
2008-05-02 lu_zero Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformat
2008-05-01 jbr fix encoding of flac private data libavformat
2008-04-29 michael Support invalid mpeg created by vdr libavformat
2008-04-28 michael raw GSM demuxer (does not work yet as parser is missing) libavformat
2008-04-28 bcoudurier set demuxers .value and use common audio_read_header function libavformat
2008-04-26 bcoudurier set pkt duration, only when dts == pts though, libavformat
2008-04-26 kostya Missing tags in APE is normal situation, so don't print an error. libavformat
2008-04-25 bcoudurier yes it is true for mp4 libavformat
2008-04-25 bcoudurier remove unneeded variable libavformat
2008-04-25 bcoudurier move vars decls where vars are used libavformat
2008-04-25 bcoudurier set channels and sample rate from mpeg4audio config libavformat
2008-04-25 bcoudurier parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformat
2008-04-25 bcoudurier update doc libavformat
2008-04-25 bcoudurier error is -1 libavformat
2008-04-25 bcoudurier cosmetics libavformat
2008-04-25 bcoudurier move vars decls where vars are used libavformat
2008-04-25 bcoudurier parser should not be needed anymore, merge cases and set frame size for amr too libavformat
2008-04-25 bcoudurier lower frame size to split amr/qcelp/gsm frames libavformat
2008-04-25 bcoudurier align and remove useless braces libavformat
2008-04-25 bcoudurier cosmetics, remove whitespaces in tags libavformat
2008-04-25 bcoudurier set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformat
2008-04-25 bcoudurier pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformat
2008-04-25 bcoudurier set wrap bits to 32bit to actually use it libavformat
2008-04-24 michael Avoid using reserved __names. libavformat
2008-04-24 michael minor memleak libavformat
2008-04-24 michael Fixing memleaks. libavformat
2008-04-24 bcoudurier cosmetics: remove useless whitespaces and put braces correctly libavformat
2008-04-24 bcoudurier demux qcelp, so this can work with soc decoder and stream copy libavformat
2008-04-24 bcoudurier qcelp fourcc libavformat
2008-04-24 bcoudurier support for alac in .mov libavformat
2008-04-24 bcoudurier set alac frame size from extradata libavformat
2008-04-24 diego Do not ignore .depend files, they are no longer generated. libavformat
2008-04-23 michael Ensure that the timestamp reading code used for seeking chooses a position libavformat
2008-04-22 superdump Read asf file header fields in the right order libavformat
2008-04-22 bwolowiec change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformat
2008-04-21 andoma Compute AC3 frame CRC for stronger raw AC3 format probing. libavformat
2008-04-21 benoit Correct ASF duration. libavformat
2008-04-20 banan Raw dts muxer libavformat
2008-04-19 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavformat
2008-04-19 voroshil Decrease returning probe score for WAV demuxer to avoid libavformat
2008-04-18 melanson Tighten up the Westwood AUD detection. Probability of random detections libavformat
2008-04-16 lu_zero doxy header for udp protocol libavformat
2008-04-16 diego Print duration with higher precision. libavformat
2008-04-15 lu_zero Cleanup comments and make them doxygen parsable. libavformat
2008-04-15 lu_zero Expose max_packet_size from the rtp protocol libavformat
2008-04-15 michael Do not detect a format if another has the same score. libavformat
2008-04-15 michael Using the same probe function in 2 formats is not a good idea. libavformat
2008-04-15 michael Reduce probe score as it misdetects our flv file from the regression test. libavformat
2008-04-15 michael Fix probe for mov00003.mqv. libavformat
2008-04-15 michael Identify codec in GMCMidiaASX.mov correctly. libavformat
2008-04-15 lucabe Fix receiving from SDP with unicast destinations libavformat
2008-04-15 lucabe Remove the "multicast=" tag from UDP and RTP URLs libavformat
2008-04-14 benoit Maxis XA demuxer and decoder. libavformat
2008-04-14 michael Remove useless code. libavformat
2008-04-14 michael Recommit r12809 libavformat
2008-04-14 michael Use generic seeking code for flv. The removed code was a buggy duplicate. libavformat
2008-04-14 michael revert r12809 libavformat
2008-04-13 michael Stop find_stream_info() searching for further streams if 2 streams have libavformat
2008-04-13 michael 10l libavformat
2008-04-13 vitor BFI demuxer libavformat
2008-04-13 michael Print warning if scale/rate is invalid. libavformat
2008-04-13 michael indent libavformat
2008-04-13 michael Restructure if/else a little. libavformat
2008-04-13 reimar Do not call update_initial_durations if pkt->duration is 0. libavformat
2008-04-12 diego Ignore dependency files. libavformat
2008-04-09 michael Fix seeking in rm. libavformat
2008-04-07 mru non-recursive makefiles libavformat
2008-04-05 bcoudurier remove cast libavformat
2008-04-05 bcoudurier better error message libavformat
2008-04-04 bcoudurier special mpeg2 handling is no more needed libavformat
2008-04-03 lu_zero use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformat
2008-04-02 aurel use common aac sample rate tables libavformat
2008-04-02 diego Remove unused variable. libavformat
2008-03-31 aurel check return value of matroska_find_track_by_num (fix a segfault) libavformat
2008-03-31 diego minor typo fixes libavformat
2008-03-31 superdump ARMovie/RPL demuxer libavformat
2008-03-31 lucabe Add a comment about missing entries libavformat
2008-03-31 lucabe Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformat
2008-03-31 lucabe Remove useless entries from AVRtpPayloadTypes libavformat
2008-03-31 lucabe Support mp3 audio in the RTP muxer libavformat
2008-03-30 bcoudurier prevent writing empty stss atom libavformat
2008-03-30 bcoudurier support mp4 fragmented files without any samples in the moov atom libavformat
2008-03-30 bcoudurier check frag track id before setting st libavformat
2008-03-30 vitor IFF demuxer libavformat
2008-03-30 jbr fix Ogg/FLAC header size libavformat
2008-03-28 bcoudurier gsm in mov, demux surge-1-16-B-agsm.mov libavformat
2008-03-28 diego cosmetics: alphabetical order libavformat
2008-03-28 michael indent libavformat
2008-03-28 michael 1000l to myself, dereferencing uninitalized pointer. libavformat
2008-03-27 michael Support wb00+dc00 chunk mix. libavformat
2008-03-27 bcoudurier print essence path in error message libavformat
2008-03-27 bcoudurier cosmetics, useless braces libavformat
2008-03-27 bcoudurier print stream index in error message libavformat
2008-03-27 bcoudurier according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformat
2008-03-27 bcoudurier Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformat
2008-03-27 michael Fix aspect ratio. libavformat
2008-03-22 michael 1st attempt at correcting the punktuation. libavformat
2008-03-22 diego typo: occured --> occurred libavformat
2008-03-21 michael Document get_*_buffer() libavformat
2008-03-21 bcoudurier sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformat
2008-03-21 faust3 rl2 demuxer libavformat
2008-03-21 bcoudurier yet again another hdv fourcc libavformat
2008-03-21 bcoudurier support fragments when non streamable libavformat
2008-03-21 bcoudurier mp4 fragments support libavformat
2008-03-21 michael Document a few url_* functions. libavformat
2008-03-21 bcoudurier cosmetics, split or move too long lines libavformat
2008-03-21 bcoudurier simplify, and only stop parsing when non streamable libavformat
2008-03-21 bcoudurier remove ms audio tags from table, they will be chosen or detected with riff table libavformat
2008-03-21 bcoudurier atoms are not mp4 only, and yes probe is sufficient libavformat
2008-03-21 bcoudurier update description libavformat
2008-03-21 bcoudurier return ENOMEM libavformat
2008-03-21 bcoudurier cannot free AVStream like this, and return ENOMEM libavformat
2008-03-21 bcoudurier indentation libavformat
2008-03-20 bcoudurier fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformat
2008-03-20 bcoudurier cosmetics, move case up libavformat
2008-03-20 michael One non functional AVPalette chunk less, one heap overflow less. libavformat
2008-03-20 bcoudurier remove useless debug print since now mov_build_index will do libavformat
2008-03-20 bcoudurier free track data asap libavformat
2008-03-20 bcoudurier move mov_build_index before mov_read_trak to avoid useless declaration libavformat
2008-03-20 bcoudurier move specific end treatment when trak is detected, will be needed for fragments libavformat
2008-03-20 skal Additional checks for strange num_val in FLV metadata libavformat
2008-03-19 rbultje Reindent after rtsp-alternate-protocol* patches. libavformat
2008-03-19 rbultje Change protocol_mask into protocol, since we always just try a single one per libavformat
2008-03-19 rbultje Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformat
2008-03-18 ramiro MSN TCP Webcam stream demuxer. libavformat
2008-03-17 rbultje Split the SETUP request into a separate function, as a prelude into allowing libavformat
2008-03-16 bcoudurier just skip klv packet, when no corresponding stream is found libavformat
2008-03-16 bcoudurier simplify, flags is 24bits according to specs libavformat
2008-03-16 bcoudurier fucked up alphabetical order again, sorry libavformat
2008-03-16 bcoudurier ipod/iphone compatible mp4 muxer libavformat
2008-03-15 diego typo fixes libavformat
2008-03-14 bcoudurier useless null libavformat
2008-03-14 bcoudurier remove useless img_write_trailer func libavformat
2008-03-12 diego typo fixes libavformat
2008-03-10 aurel add out of bound stream index checks libavformat
2008-03-10 aurel add a temporary variable to simplify the code libavformat
2008-03-10 superdump Add AVClass to URLContext at next major version bump libavformat
2008-03-10 diego misc spelling fixes libavformat
2008-03-10 aurel cosmetics: remove some empty lines libavformat
2008-03-10 aurel remove useless and misleading comments libavformat
2008-03-09 aurel consistent use of MKTAG() in the codec_bmp_tags table libavformat
2008-03-09 aurel cosmetics: alignment of the codec_bmp_tags table libavformat
2008-03-09 melanson recognize the CLJR FourCC (Cirrus Logic AccuPak) libavformat
2008-03-08 ramiro Typo + grammar libavformat
2008-03-08 ramiro Introduce max_picture_buffer variable in AVFormatContext, libavformat
2008-03-08 ramiro Define WIN32_LEAN_AND_MEAN before including windows.h to exclude libavformat
2008-03-08 ramiro Include windows.h instead of trying to redeclare Sleep libavformat
2008-03-08 ramiro Put network-related code under #ifdef libavformat
2008-03-08 ramiro Group network-related code together libavformat
2008-03-08 diego cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformat
2008-03-07 ramiro __stdcall -> WINAPI libavformat
2008-03-07 mru simplify library version handling libavformat
2008-03-07 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
2008-03-06 mru consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavformat
2008-03-06 bcoudurier do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformat
2008-03-06 bcoudurier support AVDISCARD_ALL libavformat
2008-03-06 michael Skip over unknown extended_content_header tags. libavformat
2008-03-06 michael simplify libavformat
2008-03-05 diego Set TCP protocol to is_streamed=1 as seeking is not possible. libavformat
2008-03-05 lucabe Add some information about the stream bitrate, if available libavformat
2008-03-05 michael Subtitle support. (untested) libavformat
2008-03-05 bcoudurier set block align for mace3/6 libavformat
2008-03-05 bcoudurier correctly compute bit rate for compressed audio, should fix seeking in aiff libavformat
2008-03-04 michael Ignore flags after pts/dts if there are no bytes left. libavformat
2008-03-03 aurel include required headers for int64_t and AV_RB16() libavformat
2008-03-03 aurel avi.h does not use anything from avcodec.h. libavformat
2008-03-03 reimar Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformat
2008-03-03 michael Use block_align as the avi spec says. libavformat
2008-03-03 michael Print slightly more useful info. libavformat
2008-03-02 michael Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformat
2008-03-02 michael factorize libavformat
2008-03-02 michael subtitles (codec tag tables still missing ...) libavformat
2008-03-02 michael Store aspect ratio in avis. libavformat
2008-03-01 melanson fix wc3movie demuxer to conform to the PTS API libavformat
2008-03-01 melanson fix the id CIN demuxer by using the pts API correctly libavformat
2008-03-01 aurel simplification proposed by Rich libavformat
2008-02-29 michael add cdvc libavformat
2008-02-28 bcoudurier set codec bps to grayscale bits, fix 256grey.mov libavformat
2008-02-27 banan Add more riff IDs to support remuxing. libavformat
2008-02-27 bcoudurier add weird first atom to probe, finally fix bartjones.mov libavformat
2008-02-27 bcoudurier free in case of multiple type == 2 libavformat
2008-02-27 bcoudurier return error if malloc fails libavformat
2008-02-27 bcoudurier fix possible overflow with memmove libavformat
2008-02-27 aurel makes really sure that no undefined behavior can happen libavformat
2008-02-26 aurel Avoid infinite loop. libavformat
2008-02-26 mru less preprocessor magic in version number macros libavformat
2008-02-26 bcoudurier support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformat
2008-02-26 bcoudurier support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformat
2008-02-26 bcoudurier remove useless braces libavformat
2008-02-26 bcoudurier indentation libavformat
2008-02-26 bcoudurier rescale frame size, fix i.3g2 libavformat
2008-02-26 bcoudurier move parameters reset after setting stream parameters, will need those infos libavformat
2008-02-26 lorenm decode mng color decorrelation libavformat
2008-02-25 bcoudurier fix mace duration libavformat
2008-02-25 bcoudurier protect malloc overflow libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier fail if extradata cannot be allocated libavformat
2008-02-25 bcoudurier 10l, protect malloc overflow libavformat
2008-02-25 bcoudurier support QDM2 in aiff, QDM2.aif libavformat
2008-02-25 bcoudurier remove useless close function libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier remove useless casts libavformat
2008-02-25 bcoudurier cosmetics libavformat
2008-02-25 bcoudurier remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformat
2008-02-25 bcoudurier set bps to uncompressed original sound data for compressed audio libavformat
2008-02-25 bcoudurier fix duration for ima4 libavformat
2008-02-25 bcoudurier ima4 in aiff support libavformat
2008-02-25 mru Install headers in $prefix/include/$libname libavformat
2008-02-24 diego cosmetics: Sort and prettyprint codec_wav_tags[]. libavformat
2008-02-24 michael Set indexmem to a saner default. libavformat
2008-02-24 michael Fix issue357 libavformat
2008-02-24 michael flv/swf do not have a big endian codec id, they only support libavformat
2008-02-23 banan Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformat
2008-02-23 nicodvb treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformat
2008-02-20 michael revert 12156 libavformat
2008-02-20 lucabe Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformat
2008-02-20 michael Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformat
2008-02-20 michael Make timestamp interpolation work with mpeg2 field pictures. libavformat
2008-02-19 mru Clean up lib* version definitions libavformat
2008-02-19 michael Fix ;; libavformat
2008-02-19 reimar Add some const, fixes warnings: libavformat
2008-02-19 reimar Missing const, fix warnings: libavformat
2008-02-19 reimar Fix misplaced const, avoids a cast-discards-qualifiers warning libavformat
2008-02-19 michael const libavformat
2008-02-15 michael Fix timestamps and durations if the first packets have no durations nor timestamps, libavformat
2008-02-15 michael It appears last_pts was not set ... libavformat
2008-02-15 michael Header elision muxing support. libavformat
2008-02-15 michael Elision header demuxing support. libavformat
2008-02-13 michael Read match time delta in the frame header. libavformat
2008-02-13 michael Read match_time_delta in the framecode table. libavformat
2008-02-13 michael update flags libavformat
2008-02-13 bcoudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat
2008-02-13 bcoudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformat
2008-02-13 lucabe Include poll.h instead of sys/poll.h libavformat
2008-02-13 bcoudurier warn use if edit list is not starting at 0, a/v desync might occur libavformat
2008-02-13 bcoudurier remove now useless code libavformat
2008-02-13 bcoudurier remove messy and not always correct chunk size workaround, use correct values instead libavformat
2008-02-13 diego typo fix: inited --> initialized libavformat
2008-02-11 bcoudurier return error when dv audio extraction fails libavformat
2008-02-11 bcoudurier remove obsolete comments libavformat
2008-02-11 bcoudurier remove useless braces libavformat
2008-02-11 bcoudurier cosmetics, indentation, braces libavformat
2008-02-11 bcoudurier split chunks in the case of big compressed audio frames, libavformat
2008-02-11 bcoudurier use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformat
2008-02-11 bcoudurier fcp imx 40 fourccs libavformat
2008-02-11 bcoudurier indentation libavformat
2008-02-11 bcoudurier more correct and simpler libavformat
2008-02-11 rfelker Do not use GNU-specific (or BSD-specific or whatever they may be) libavformat
2008-02-06 bcoudurier cosmetics, remove whitespaces before and after parenthesis libavformat
2008-02-06 reimar Add support for speex in ogg libavformat
2008-02-06 michael Allow the user to select which codec out of several in stsd he wants. libavformat
2008-02-05 bcoudurier Fix issue 338: libavformat
2008-02-05 bcoudurier it seems ogg requires granule to be -1 on unfinished packets libavformat
2008-02-04 reimar String pointers of ogg_codec_t should have const attribute. libavformat
2008-02-04 diego Add dv50 tag to support samples with dv50 fourcc in AVI. libavformat
2008-02-04 reimar Fix a possible use of an uninitialized pointer. libavformat
2008-02-04 ods15 back_ptr calculation used wrong timebase when searching for back syncpoint libavformat
2008-02-04 ods15 Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformat
2008-02-04 ods15 nut->max_distance was not set at all anywhere in the NUT muxer libavformat
2008-02-04 ods15 Remove old workaround in nutdec.c for libnut bug libavformat
2008-02-04 ods15 missing " && j<syncpoint_count" protection in the index parsing, as the libavformat
2008-02-04 ods15 ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformat
2008-02-04 michael 2 more missing consts found by -Wwrite-strings. libavformat
2008-02-04 michael Remove incorrect cast found by -Wwrite-strings. libavformat
2008-02-04 michael Another const found by -Wwrite-strings. libavformat
2008-02-04 michael fix 8 "initialization discards qualifiers from pointer target type" libavformat
2008-02-04 michael Fix info packet type, found by oded as well as the new pedantic const libavformat
2008-02-04 michael -Wwrite-strings nitpicking fix libavformat
2008-02-04 michael Missing const found by -Wwrite-strings. libavformat
2008-02-03 reimar Remove ff_mms_set_stream_selection again from asf demuxer, libavformat
2008-02-02 michael Remove incorrect casts that should have never been there. libavformat
2008-02-02 reimar Remove a pointless cast. libavformat
2008-02-02 reimar Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformat
2008-02-02 reimar Missing 'const' in cast. libavformat
2008-02-02 diego cosmetics: sort ogg_codec_t list libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier const libavformat
2008-02-01 bcoudurier add const libavformat
2008-01-31 reimar Add support for ogg text subtitles. libavformat
2008-01-31 bcoudurier stupid typo libavformat
2008-01-31 bcoudurier support rawvideo in mov libavformat
2008-01-31 bcoudurier typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformat
2008-01-31 bcoudurier init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformat
2008-01-31 bcoudurier add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformat
2008-01-31 bcoudurier typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformat
2008-01-30 bcoudurier use context in av_log libavformat
2008-01-30 bcoudurier warning is only valid for mov libavformat
2008-01-29 reimar Support MP4 subtitles as in libavformat
2008-01-29 kostya SMPTE 421 Annex L format demuxer libavformat
2008-01-28 bcoudurier cosmetics, split long lines, remove useless braces, merge comments and if libavformat
2008-01-28 bcoudurier cosmetics, vertically align libavformat
2008-01-28 bcoudurier spoke too fast, fix dv fourcc in mov accordingly if strict libavformat
2008-01-28 bcoudurier finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformat
2008-01-28 bcoudurier indentation libavformat
2008-01-28 bcoudurier correctly and only set standard stsd fourcc for mp4/3gp libavformat
2008-01-28 bcoudurier write esds atom when mpeg-4 systems tags are used libavformat
2008-01-28 bcoudurier reorder object types id by muxing preference libavformat
2008-01-28 bcoudurier document tag field libavformat
2008-01-27 reimar Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformat
2008-01-27 aurel Add support for Matroska attachments. libavformat
2008-01-26 michael Set subtitle codec id correctly, i hope this does not break anything. libavformat
2008-01-26 michael Add non standard id needed for dvd subtitles. libavformat
2008-01-26 reimar Extract the pure plaintext from mov text subtitles. libavformat
2008-01-26 michael Set correct codec type and id for text subtitles. libavformat
2008-01-26 michael indent libavformat
2008-01-26 michael Only export packets which belong to the existing AVStream. libavformat
2008-01-26 michael Select non jpeg if there are multiple substreams. libavformat
2008-01-26 bcoudurier comment vorbis objectype id libavformat
2008-01-26 bcoudurier this one is not standardized either libavformat
2008-01-26 bcoudurier remove non standard object type ids, if you find samples, report them libavformat
2008-01-21 aurel ensure av_rescale_q() can be calculated (won't divide by zero) libavformat
2008-01-21 lucabe Support out-of-band parameter sets in SDP for H.264 video libavformat
2008-01-21 lucabe Add support for H.264 video in the RTP muxer libavformat
2008-01-21 bcoudurier unset extension, so code path, and guess format do not choose libavformat
2008-01-21 lucabe Add minimal support for H.264 video in the SDP generator libavformat
2008-01-20 aurel add missing Makefile rules for pcm muxers/demuxers libavformat
2008-01-20 bcoudurier reorder alphabetically libavformat