log

age author description
2007-06-08 michael proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) libavformat
2007-06-07 takis Remove the unnecessary masking when counting received packet types in the H.264 libavformat
2007-06-07 takis Remove the unnecessary masking when reconstructing the NAL unit header in the libavformat
2007-06-07 takis Remove the unnecessary masking when extracting the start bit in the H.264 RTP libavformat
2007-06-07 diego Fix linking: emms_c is a macro, #include the correct header file. libavformat
2007-06-07 diego emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net libavformat
2007-06-06 bcoudurier add MMES fourcc, matrox mpeg2 in avi files libavformat
2007-06-06 michael add mpegtsraw demuxer libavformat
2007-06-06 bcoudurier warn user if video codec timebase is very high libavformat
2007-06-04 diego spelling libavformat
2007-06-04 aurel cosmetics: use one type per field in every structs libavformat
2007-06-04 michael partially revert r2931 (Support raw mpegts streams from dvr) libavformat
2007-06-04 aurel cosmetics: indentation libavformat
2007-06-04 aurel add support for real audio in matroska libavformat
2007-06-04 aurel fix an infinite loop in case one cluster is not enough to demux a packet libavformat
2007-06-04 aurel split some common code from the mkv demuxer that will be useful to the muxer libavformat
2007-06-04 ramiro Typos libavformat
2007-06-04 ramiro Doxygenize av_init_packet libavformat
2007-06-04 ramiro Export av_init_packet libavformat
2007-06-04 michael harmless typo libavformat
2007-06-04 michael fix indention libavformat
2007-06-04 michael remove duplicate PAT scaning code and actual PAT scan libavformat
2007-06-04 michael unused variables libavformat
2007-06-04 michael dont rescan for information on each pid, but rather do it just once by libavformat
2007-06-04 michael move structs and enums to top of file so they can be used libavformat
2007-06-04 michael passing MpegTSFilter to the filters instead of a random void *opaque libavformat
2007-06-04 mhoffman extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 libavformat
2007-06-04 mhoffman convert if then else video palette to pix_fmt construct to simpiler table based lookup. libavformat
2007-06-04 michael do not perform SDT scan at the begin (this avoids a timeconsuming search for libavformat
2007-06-04 michael make new_service() update existing info sanely libavformat
2007-06-04 michael remove fake service/provider names used for PAT libavformat
2007-06-04 benoit Indentation libavformat
2007-06-03 bcoudurier cosmetics remove struct name with typedef libavformat
2007-06-03 bcoudurier remove unused EssenceContainerData libavformat
2007-06-03 bcoudurier skip no more needed on error libavformat
2007-06-03 bcoudurier remove duplicate entry since now we ignore version byte libavformat
2007-06-03 bcoudurier typo libavformat
2007-06-03 bcoudurier set pkt pos libavformat
2007-06-03 bcoudurier remove now useless sync key libavformat
2007-06-03 bcoudurier no need to seek on specific key anymore, since klv_read_packet will sync, tested on encrypted files libavformat
2007-06-03 bcoudurier do not print error message when klv_read_packet fails libavformat
2007-06-03 bcoudurier sync to mxf klv key before trying to read klv packet libavformat
2007-06-03 bcoudurier match uids indenpendantly of the version byte libavformat
2007-06-03 bcoudurier cosmetics, reorder and classify uids libavformat
2007-06-02 michael get rid of if(1) libavformat
2007-06-02 michael get rid of one layer of callback obfuscation libavformat
2007-06-02 michael kill completely idiotic code which hides all but 2 streams libavformat
2007-06-02 michael correct implementation of "try with auto_guess if first detection fails" libavformat
2007-06-02 michael revert r4802 (try with auto_guess if first detection fails) libavformat
2007-06-02 michael split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibly dirty hack libavformat
2007-05-30 michael move jpegls up, fixes sf bug #1629152 libavformat
2007-05-30 aurel typo libavformat
2007-05-30 aurel use FFSWAP() libavformat
2007-05-30 aurel cosmetics: indentation libavformat
2007-05-30 aurel split rm muxer and demuxer in their own files libavformat
2007-05-30 michael warn the user about the the mdhd problem libavformat
2007-05-29 benoit variable initialization (because of a gcc warning) libavformat
2007-05-27 michael fix "incorrect frame size" errors with small.nuv libavformat
2007-05-23 benoit add rgb suffix handling for demuxer libavformat
2007-05-22 benoit id3v2 writer libavformat