2550 Commits (d5b7144e1ffa9b1a48832ba5995261873cb211d7)

Author SHA1 Message Date
Måns Rullgård ca3e90825c remove duplicate #include 18 years ago
Reimar Döffinger 272605c73e more av_strl* adjustments 18 years ago
Måns Rullgård 19f4cecafa warnings-- 18 years ago
Måns Rullgård 4bd684bc2f whitespace cosmetics 18 years ago
Måns Rullgård 1eb1f6fdb8 use AV_RL32 18 years ago
Måns Rullgård d66c30adec use more Vorbis metadata tags 18 years ago
Måns Rullgård d367783979 replace strncpy with av_strlcpy 18 years ago
Måns Rullgård f7d78f3654 replace the uses of old string functions that Reimar missed 18 years ago
Reimar Döffinger bc60f09bff Cosmetics: use consistent indentation by four spaces 18 years ago
Reimar Döffinger 01fa74adb9 DV muxer should not only fail for more that 3 streams altogether 18 years ago
Måns Rullgård e46e884f25 remove old unused string functions 18 years ago
Måns Rullgård 75e61b0e88 use new string functions 18 years ago
Aurelien Jacobs 1607c534bf simplify 18 years ago
Aurelien Jacobs fd2e1d88a6 remove useless empty function 18 years ago
Aurelien Jacobs eb67342fdc cosmetics: too much blank lines 18 years ago
Aurelien Jacobs 2ce746c66a use intreadwrite functions in matroskadec 18 years ago
Aurelien Jacobs 6bca498d78 use intreadwrite functions in vocdec 18 years ago
Måns Rullgård 34f18ba853 remove useless #ifndef CONFIG_NOCUTILS 18 years ago
Måns Rullgård aa38ada2d4 simplify stristart() 18 years ago
Måns Rullgård 315a2858b6 cosmetic: combine declaration and initialisation 18 years ago
Måns Rullgård 26301cb806 simplify pstrcpy() 18 years ago
Måns Rullgård 12a6f28928 simplify strstart() 18 years ago
Baptiste Coudurier 5d38574617 use allformats.h 18 years ago
Baptiste Coudurier c4f27438ef remove now useless ifdef 18 years ago
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