2626 Commits (9853ce8074ac0eefe62e85379552488c43301fe9)

Author SHA1 Message Date
Baptiste Coudurier 2abe5a01c8 split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common 18 years ago
Reimar Döffinger 6de4aece26 Fix @file in matroskadec.c, it was still matroska.c 18 years ago
Benoit Fouet 9e15dfebb4 comment endif directive token 18 years ago
Guillaume Poirier efb775777f add a comment to indicate which #endif belong to which #define 18 years ago
Måns Rullgård 699b3f99d0 add multiple inclusion guards to headers 18 years ago
Måns Rullgård 99545457bf include all prerequisites in header files 18 years ago
Måns Rullgård 706da4af32 fix some printf format specifiers 18 years ago
Patrice Bensoussan 629272d86f Add support for track numbers when they are set via strings 18 years ago
Aurelien Jacobs b997b67c63 use get_bits_long() where needed 18 years ago
Ronald S. Bultje 48961970f1 remove decode_be32/64 and replace them by AV_RB32/64 18 years ago
Ramiro Polla 6fe706df05 Remove unused declarations 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Stefano Sabatini 26ef3220cf Move the video size and rate abbreviations system from libavformat to libavcodec 18 years ago
Diego Biurrun 0a4f20c6c5 Add some explanatory comments to #endif directives. 18 years ago
Diego Biurrun ea23327b9c Remove unused static function. 18 years ago
Ronald S. Bultje 19ecf88288 Add a bounds check on AVProbeData input. 18 years ago
Michael Niedermayer b3e104366a simplify 18 years ago
Michael Niedermayer 2bb486a5e6 remove now unused "global" pcr_pid 18 years ago
Michael Niedermayer dbf6b678fc proper per stream pcr_pid support by (Wolfram Gloger wmglo dent.med.uni-muenchen@de ) 18 years ago
Panagiotis Issaris 716f6b47f2 Remove the unnecessary masking when counting received packet types in the H.264 18 years ago
Panagiotis Issaris 7699645e7d Remove the unnecessary masking when reconstructing the NAL unit header in the 18 years ago
Panagiotis Issaris 6ab6525e11 Remove the unnecessary masking when extracting the start bit in the H.264 RTP 18 years ago
Diego Biurrun c64bab0805 Fix linking: emms_c is a macro, #include the correct header file. 18 years ago
Ronald S. Bultje 8e82f5048e emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net 18 years ago
Baptiste Coudurier e5f0be5a0c add MMES fourcc, matrox mpeg2 in avi files 18 years ago
Michael Niedermayer 7691686327 add mpegtsraw demuxer 18 years ago
Baptiste Coudurier 911f9b714e warn user if video codec timebase is very high 18 years ago
Diego Biurrun ac3967c1ce spelling 18 years ago
Aurelien Jacobs 8d75b5a2fb cosmetics: use one type per field in every structs 18 years ago
Michael Niedermayer e39291dfcf partially revert r2931 (Support raw mpegts streams from dvr) 18 years ago
Aurelien Jacobs 77abe5e858 cosmetics: indentation 18 years ago
Aurelien Jacobs eabb8ba445 add support for real audio in matroska 18 years ago
Aurelien Jacobs 407a3d94f5 fix an infinite loop in case one cluster is not enough to demux a packet 18 years ago
David Conrad b061d892ed split some common code from the mkv demuxer that will be useful to the muxer 18 years ago
Ramiro Polla 864ff8c119 Typos 18 years ago
Ramiro Polla 05abfce9a9 Doxygenize av_init_packet 18 years ago
Ramiro Polla 659596f002 Export av_init_packet 18 years ago
Michael Niedermayer 04ec18b8b3 harmless typo 18 years ago
Michael Niedermayer 28f03d0494 fix indention 18 years ago
Michael Niedermayer ad39abcdd9 remove duplicate PAT scaning code and actual PAT scan 18 years ago
Michael Niedermayer 4dc8a963d1 unused variables 18 years ago
Michael Niedermayer 90d13e30d5 dont rescan for information on each pid, but rather do it just once by 18 years ago
Michael Niedermayer ecc31d1d8e move structs and enums to top of file so they can be used 18 years ago
Michael Niedermayer 4d9a577e30 passing MpegTSFilter to the filters instead of a random void *opaque 18 years ago
Marc Hoffman 69621690ab extending video4linux support to handle the additional formats UYVY, YUYV and RGB565 18 years ago
Marc Hoffman c7c64e9e5e convert if then else video palette to pix_fmt construct to simpiler table based lookup. 18 years ago
Michael Niedermayer 37dfd6333d do not perform SDT scan at the begin (this avoids a timeconsuming search for 18 years ago
Michael Niedermayer 657ced8cdb make new_service() update existing info sanely 18 years ago
Michael Niedermayer 0618bb1c5b remove fake service/provider names used for PAT 18 years ago