23097 Commits (ca1fa4144fbde99a88589c4b02648980b7d4c2d8)
 

Author SHA1 Message Date
Daniel Verkamp 818a4a6465 Fix gif encoder dependencies 15 years ago
Daniel Verkamp fa7252494c Fix snow encoder dependencies 15 years ago
Daniel Verkamp 19ecfb8aeb Fix svq1 encoder dependencies 15 years ago
Kostya Shishkov 60819e694e 10l trocadero: Indeo 5 decoder did not free custom VLCs for macroblock and 15 years ago
Kostya Shishkov 4f974de6f6 Decode alpha plane in Bink video 15 years ago
Kostya Shishkov bf0d54a381 cosmetics: reindent after last commit 15 years ago
Kostya Shishkov 54d4c0de7c Move plane decoding code into separate function in Bink decoder 15 years ago
Kostya Shishkov ba3e821414 Bink video decoder now can use extradata to detect alpha plane presence 15 years ago
Kostya Shishkov a45972a806 Make Bink demuxer pass video flags to decoder 15 years ago
Måns Rullgård 2fc492d842 Declare indeo VLC table storage with correct type 15 years ago
Michael Niedermayer db8cb47d15 Try to set has_b_frames in codec init if we know everything alraedy. 15 years ago
Michael Niedermayer 9855b2e3c8 Move extradata reading code into codec init instead of doing it 15 years ago
Ronald S. Bultje 3307e6ea86 Prefix non-static RTSP functions with ff_. 15 years ago
Reimar Döffinger fc5607f862 Make -benchmark also print the maximum memory usage if possible. 15 years ago
Michael Niedermayer b7884740fa Make sure mp1/mp2 get their frame_size set. 15 years ago
Martin Storsjö 6f5a3d0a7b Add an RTSP muxer 15 years ago
Martin Storsjö f86f665623 Free metadata in chained RTP muxers in the RTSP muxer 15 years ago
Martin Storsjö af037f8098 Cosmetics: reindent 15 years ago
Martin Storsjö 15ba23150e Add declarations and doxygen documentation of generic rtsp support functions 15 years ago
Martin Storsjö 2efc97c2fe Cosmetics: reindent after applying patches 15 years ago
Martin Storsjö 35cfd6464e Don't follow RTSP redirects when used as a muxer 15 years ago
Martin Storsjö 3e24c7701c Add a function rtsp_setup_output_streams for announcing the SDP 15 years ago
Martin Storsjö fd450a5177 Create AVFormatContext objects as private transport for output RTSP sessions 15 years ago
Kostya Shishkov 1d6065ad08 Make Bink decoder able to skip alpha plane 15 years ago
Kostya Shishkov 9068f36dcc Macroblock and block Huffman code sets are to be used by both Indeo 4 and 15 years ago
Kostya Shishkov bb29fee3a6 Make Bink decoder to stop decoding planes after all bits are used. 15 years ago
Stefano Sabatini 33bc794738 Make opt_default() print an error message and exit if the option 15 years ago
Kostya Shishkov fb030bd046 Correct bundle lengths calculation for small Bink files. 15 years ago
Kostya Shishkov 9b3c455c50 ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16 15 years ago
Michael Niedermayer 0e5f33f242 Make sure a set r_frame_rate is not overriden by a guess. 15 years ago
Carl Eugen Hoyos f51674ff5d Fix compilation for --enable-version3 --enable-libopencore_amrwb (only). 15 years ago
Michael Niedermayer 403c545d08 Attempt to fix the completely random values returned by ff_avc_find_startcode(). 15 years ago
Måns Rullgård dd4a03f7b3 Revert "Suppress icc warnings about unknown attributes" 15 years ago
Måns Rullgård ac73f1a816 ARM: change argument/return type of bswap_16() to unsigned 32-bit 15 years ago
Måns Rullgård a87b2f6df4 ARM: add missing preserve8 directives 15 years ago
Måns Rullgård 39261cd8d9 get/show_bits() can read up to MIN_CACHE_BITS bits 15 years ago
Måns Rullgård 976d7bf71c Suppress armcc warnings about unknown attributes 15 years ago
Michael Niedermayer acbb378d1d Fix timestamp association for mpeg2 field pictures. 15 years ago
Måns Rullgård 7cd7d19e86 Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend 15 years ago
Måns Rullgård 48960b8f24 Add zero_extend() function 15 years ago
Måns Rullgård 94a5218c10 More accurate value for log2(10) 15 years ago
avcoder 0cb17649d8 Remove unused variable mb_xy. 15 years ago
Stefano Sabatini 1be784a2cf Add support to an option -f which forces the format to use for opening 15 years ago
Vitor Sessak 4fe3edaadf AMR-NB floating-point based decoder. 15 years ago
Reimar Döffinger f1b267ddf7 Avoid using log2, it is not available everywhere. 15 years ago
Diego Biurrun dd3475682e Remove unused variable, fixes warnings of the type: 15 years ago
Måns Rullgård 769c497565 indent 15 years ago
Måns Rullgård 4c4e746566 Avoid negative shifts in build_table() 15 years ago
Vitor Sessak 044a950d82 Fix memory leak for truncated packets in idCin demuxer 15 years ago
Kostya Shishkov 342c7dfdbb Bink video decoder 15 years ago