10082 Commits (ef466de0a87c6436cb5a33577c168088db32c65d)
 

Author SHA1 Message Date
Alex Beregszaszi ef466de0a8 h264_rtp_extra_data is not only used for debug purposes, asserts are using it also 17 years ago
Alex Beregszaszi 8a54ad09fe remove uneeded include as assert is never used 17 years ago
Alex Beregszaszi 51ce035e82 Remove broken assert. ebml_read_element_id can handle level_up set to NULL. 17 years ago
Alex Beregszaszi af0f371246 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 years ago
Alex Beregszaszi 5b83843f43 fix compilation with assert 17 years ago
Måns Rullgård d3ea5692b0 enable $ARCH_EXT_LIST before parsing command line 17 years ago
Vitor Sessak e3be5693c3 Make "channels" variable mean the number of channels, not the number of 17 years ago
Måns Rullgård 7c8b273bbe indent 17 years ago
Måns Rullgård ebccac06ff remove useless LclDecContext.avctx field 17 years ago
Måns Rullgård bff825528e forgot to rm lcl.c 17 years ago
Måns Rullgård 00eb27f111 split lcl.c into lcldec.c, lclenc.c, lcl.h 17 years ago
Luca Barbato fcf43a9e4e adding myself as rtsp.c maintainer 17 years ago
Luca Barbato d02678eccc rtsp multicast fix by Thijs Vermeir $1$2@gmail.com 17 years ago
Diego Biurrun 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
Diego Biurrun 768190afe5 Fix two cosmetic differences between our LGPL copy and the one from the FSF. 17 years ago
Diego Biurrun 10664f8c42 cosmetics: tabs --> spaces 17 years ago
Benoit Fouet 3709f0d706 map warning levels between libx264 and libavutil 17 years ago
Diego Biurrun 3e582fbbc5 license header consistency: Remove redundant "all rights reserved" statement 17 years ago
Ivan Kalvachev 0ac9a875d4 revert commit 9603 17 years ago
Ivan Kalvachev 58f46f2f27 remove file because of lincense issues 17 years ago
Ivan Kalvachev ddeaf723c5 Integrate reference mpeg IDCT into dsputil. 17 years ago
Michael Niedermayer c3d0c11bfb simplify ff_h263_round_chroma() 17 years ago
Ivan Kalvachev efb6836fe3 Inport the original intiger IDCT from MPEG2 reference decoder. 17 years ago
Måns Rullgård 00f0564f44 move ff_h263_round_chroma() to mpegvideo.h as static inline 17 years ago
Luca Abeni aa89fa07b0 Remove unused file (this time for real) 17 years ago
Ramiro Polla 76353b42fa Remove underscores before fcntl flags 17 years ago
Ramiro Polla 4b54c6d084 Check for termios before conio 17 years ago
Ramiro Polla e16e49ac90 Proper check for interactive support (termios and conio). 17 years ago
Ramiro Polla 6ffa87d325 Proper check for mkstemp(). 17 years ago
Ramiro Polla 7c9dcd4bba Remove unnecessary MINGW ifdef. 17 years ago
Ramiro Polla 36564c514c Remove MinGW lrint hack. 17 years ago
Aurelien Jacobs 979c091056 add support for ASS like subtitles in Matroska 17 years ago
Aurelien Jacobs 66fc495a10 comment explaining that text subtitle need to be UTF-8 for now 17 years ago
Aurelien Jacobs f7e97aaf87 add support for Matroska subtitle tracks 17 years ago
Aurelien Jacobs 45da8124a0 Move public API functions av_codec_get_tag() and av_codec_get_id() 17 years ago
Aurelien Jacobs a9fb241c3f conditional compilation of ratecontrol.c 17 years ago
Aurelien Jacobs bdf5df0865 conditional compilation of motion_est.c 17 years ago
Måns Rullgård 4bb01c1e74 remove OS/2 support 17 years ago
Ramiro Polla 7c37e504f0 Remove OS/2 support 17 years ago
Måns Rullgård 059eeabf35 10l: fix av_str[i]start() 17 years ago
Måns Rullgård 1e56c151bc set locale to C in seek test 17 years ago
Aurelien Jacobs df8e34603b makes compilation of h263.o and mpegvideo_enc.o conditional 17 years ago
Aurelien Jacobs 674eeb5f57 cosmetics: indentation 17 years ago
Aurelien Jacobs eb75a69818 Avoid linking with h263.c functions when the relevant codecs 17 years ago
Vitor Sessak f79488d426 Use proper bytestream functions 17 years ago
Aurelien Jacobs 99439cb72c Better place to disable some mpeg4 code and ensure that 17 years ago
Aurelien Jacobs 898d5d5daa move init_vlc_rl from h263.c to mpegvideo.c 17 years ago
Aurelien Jacobs 7da31a80b7 Split ff_set_mpeg4_time() and move the non mpeg4 specific part 17 years ago
Vitor Sessak 153696a663 Prepare to remove more duplicated code 17 years ago
Vitor Sessak a562e2e651 Remove some duplicated code 17 years ago