| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the unnecessary masking when counting received packet types in the H.264 | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | Remove the unnecessary masking when reconstructing the NAL unit header in the | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | Remove the unnecessary masking when extracting the start bit in the H.264 RTP | Panagiotis Issaris | 2007-06-07 | 1 | -1/+1 |
* | Fix linking: emms_c is a macro, #include the correct header file. | Diego Biurrun | 2007-06-07 | 1 | -0/+1 |
* | emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net | Ronald S. Bultje | 2007-06-07 | 1 | -3/+1 |
* | add MMES fourcc, matrox mpeg2 in avi files | Baptiste Coudurier | 2007-06-06 | 1 | -0/+1 |
* | add mpegtsraw demuxer | Michael Niedermayer | 2007-06-06 | 2 | -0/+2 |
* | warn user if video codec timebase is very high | Baptiste Coudurier | 2007-06-06 | 1 | -0/+5 |
* | spelling | Diego Biurrun | 2007-06-04 | 1 | -2/+2 |
* | cosmetics: use one type per field in every structs | Aurelien Jacobs | 2007-06-04 | 1 | -22/+24 |
* | partially revert r2931 (Support raw mpegts streams from dvr) | Michael Niedermayer | 2007-06-04 | 1 | -8/+0 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-06-04 | 1 | -15/+15 |
* | add support for real audio in matroska | Aurelien Jacobs | 2007-06-04 | 2 | -0/+90 |
* | fix an infinite loop in case one cluster is not enough to demux a packet | Aurelien Jacobs | 2007-06-04 | 1 | -1/+2 |
* | split some common code from the mkv demuxer that will be useful to the muxer | David Conrad | 2007-06-04 | 4 | -2790/+2842 |
* | Typos | Ramiro Polla | 2007-06-04 | 1 | -8/+8 |
* | Doxygenize av_init_packet | Ramiro Polla | 2007-06-04 | 1 | -1/+5 |
* | Export av_init_packet | Ramiro Polla | 2007-06-04 | 2 | -10/+12 |
* | harmless typo | Michael Niedermayer | 2007-06-04 | 1 | -1/+1 |
* | fix indention | Michael Niedermayer | 2007-06-04 | 1 | -8/+7 |
* | remove duplicate PAT scaning code and actual PAT scan | Michael Niedermayer | 2007-06-04 | 1 | -57/+2 |
* | unused variables | Michael Niedermayer | 2007-06-04 | 1 | -2/+1 |
* | dont rescan for information on each pid, but rather do it just once by | Michael Niedermayer | 2007-06-04 | 1 | -26/+14 |
* | move structs and enums to top of file so they can be used | Michael Niedermayer | 2007-06-04 | 1 | -28/+28 |
* | passing MpegTSFilter to the filters instead of a random void *opaque | Michael Niedermayer | 2007-06-04 | 1 | -25/+18 |
* | extending video4linux support to handle the additional formats UYVY, YUYV and... | Marc Hoffman | 2007-06-04 | 1 | -0/+3 |
* | convert if then else video palette to pix_fmt construct to simpiler table bas... | Marc Hoffman | 2007-06-04 | 1 | -47/+37 |
* | do not perform SDT scan at the begin (this avoids a timeconsuming search for | Michael Niedermayer | 2007-06-04 | 1 | -18/+1 |
* | make new_service() update existing info sanely | Michael Niedermayer | 2007-06-04 | 1 | -7/+19 |
* | remove fake service/provider names used for PAT | Michael Niedermayer | 2007-06-04 | 1 | -12/+1 |
* | Indentation | Benoit Fouet | 2007-06-04 | 1 | -36/+36 |
* | cosmetics remove struct name with typedef | Baptiste Coudurier | 2007-06-03 | 1 | -11/+11 |
* | remove unused EssenceContainerData | Baptiste Coudurier | 2007-06-03 | 1 | -7/+0 |
* | skip no more needed on error | Baptiste Coudurier | 2007-06-03 | 1 | -8/+8 |
* | remove duplicate entry since now we ignore version byte | Baptiste Coudurier | 2007-06-03 | 1 | -1/+0 |
* | typo | Baptiste Coudurier | 2007-06-03 | 1 | -1/+1 |
* | set pkt pos | Baptiste Coudurier | 2007-06-03 | 1 | -0/+1 |
* | remove now useless sync key | Baptiste Coudurier | 2007-06-03 | 1 | -4/+0 |
* | no need to seek on specific key anymore, since klv_read_packet will sync, tes... | Baptiste Coudurier | 2007-06-03 | 1 | -6/+0 |
* | do not print error message when klv_read_packet fails | Baptiste Coudurier | 2007-06-03 | 1 | -6/+2 |
* | sync to mxf klv key before trying to read klv packet | Baptiste Coudurier | 2007-06-03 | 1 | -15/+19 |
* | match uids indenpendantly of the version byte | Baptiste Coudurier | 2007-06-03 | 1 | -2/+16 |
* | cosmetics, reorder and classify uids | Baptiste Coudurier | 2007-06-03 | 1 | -8/+16 |
* | get rid of if(1) | Michael Niedermayer | 2007-06-02 | 1 | -2/+0 |
* | get rid of one layer of callback obfuscation | Michael Niedermayer | 2007-06-02 | 1 | -16/+4 |
* | kill completely idiotic code which hides all but 2 streams | Michael Niedermayer | 2007-06-02 | 1 | -6/+4 |
* | correct implementation of "try with auto_guess if first detection fails" | Michael Niedermayer | 2007-06-02 | 1 | -2/+2 |
* | revert r4802 (try with auto_guess if first detection fails) | Michael Niedermayer | 2007-06-02 | 1 | -10/+2 |
* | split mpeg2ts_raw mode into its own demuxer using such a flag is an incredibl... | Michael Niedermayer | 2007-06-02 | 1 | -10/+21 |
* | move jpegls up, fixes sf bug #1629152 | Michael Niedermayer | 2007-05-30 | 1 | -1/+1 |