|
|
|
@5ce117c3
|
18 years |
Aurélien Jacobs |
VP5 and VP6 video decoder
Originally committed as revision 6213 to …
|
|
|
@34a8dcd0
|
18 years |
kostya.shishkov |
Drop unneeded checks before av_free() and change to av_freep() where …
|
|
|
@76751653
|
18 years |
kostya.shishkov |
Support for BI-frames in Advanced Profile
Originally committed as …
|
|
|
@d429c982
|
18 years |
kostya.shishkov |
Don't print header bits by default
Originally committed as revision …
|
|
|
@6cf6d0ec
|
18 years |
kostya.shishkov |
[Cosmetics] Remove if(profile < PROFILE_ADVANCED) from …
|
|
|
@d1d28dd
|
18 years |
kostya.shishkov |
[Cosmetics] Remove some done TODOs/FIXMEs from comments
Originally …
|
|
|
@1dc1ce64
|
18 years |
kostya.shishkov |
Proper support for B/BI frames
Originally committed as revision 6207 …
|
|
|
@0288a747
|
18 years |
michaelni |
AVPROBE_SCORE_MAX doc
Originally committed as revision 6206 to …
|
|
|
@5e89b50b
|
18 years |
gpoirier |
undefines a few temporary defines which were not undefined after their …
|
|
|
@8dc6f118
|
18 years |
diego |
Add -lav* to the front of LDFLAGS, fixes linking on Linux.
patch by …
|
|
|
@6de9e506
|
18 years |
diego |
FFLIBS --> EXTRALIBS
Originally committed as revision 6203 to …
|
|
|
@f381af7b
|
18 years |
diego |
Remove pointless variable indirection.
Originally committed as …
|
|
|
@a9550eb6
|
18 years |
diego |
simplify
Originally committed as revision 6201 to …
|
|
|
@cc654dd7
|
18 years |
diego |
FFLIBDIRS --> LDFLAGS
Originally committed as revision 6200 to …
|
|
|
@ec53e110
|
18 years |
diego |
Remove empty variable declaration.
Originally committed as revision …
|
|
|
@ca373eb7
|
18 years |
diego |
Add -g to LDFLAGS instead of adding it to the command line.
…
|
|
|
@8e16b25c
|
18 years |
gpoirier |
enables AVOption for muxing.
Patch by Takis
Original thread:
Date: Sep …
|
|
|
@ec1b10f4
|
18 years |
gpoirier |
enable setting the year and track number using AVOption
Patch by Takis …
|
|
|
@57c244f
|
18 years |
gpoirier |
makes avformat_get_context_defaults() static
when the next …
|
|
|
@7b95bc5
|
18 years |
michaelni |
print more correct error messges
Originally committed as revision …
|
|
|
@3c573748
|
18 years |
diego |
LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.
…
|
|
|
@529dd3c9
|
18 years |
diego |
Move required libs after the object file for the shared lib …
|
|
|
@a41104f8
|
18 years |
michaelni |
fix sound of SampleVideo.mov (mp2 in mov)
Originally committed as …
|
|
|
@2ad4648f
|
18 years |
gpoirier |
Allow to get the the track number in the IPRT (part) tag in AVI.
Patch …
|
|
|
@2eb291c4
|
18 years |
gpoirier |
Allow to store the the track number though the IPRT (part) tag in AVI. …
|
|
|
@af0ad8f0
|
18 years |
gpoirier |
Remove unused defines, patch by takis P issaris A uhasselt P be …
|
|
|
@63d5075c
|
18 years |
gpoirier |
adds support for setting that album tag.
Patch by takis P issaris A …
|
|
|
@f0861f46
|
18 years |
gpoirier |
Better tag support:
- Make ffplay show comments and copyright info …
|
|
|
@7ff0b84f
|
18 years |
kostya.shishkov |
Handle the rest of known blocks (by skipping them)
Originally …
|
|
|
@096bc417
|
18 years |
kostya.shishkov |
Tests for overreading input data
Originally committed as revision …
|
|
|
@54b55c8d
|
18 years |
kostya.shishkov |
Cursor drawing support
Originally committed as revision 6183 to …
|
|
|
@b2565d71
|
18 years |
diego |
Introduce a mechanism to add object-specific linker flags.
patch by …
|
|
|
@4fadc2b4
|
18 years |
diego |
Add official GPL header to make license explicit as discussed on …
|
|
|
@f7b106cb
|
18 years |
diego |
Switch license from GPL to LGPL. The original author agreed to this as …
|
|
|
@af5ba08e
|
18 years |
gpoirier |
Allow RGB Raw encoding
Patch by Javier garcia % garcofra A hotmail P …
|
|
|
@837f0ad7
|
18 years |
diego |
Fall back on grepping for the revision number if no svn client is …
|
|
|
@afd1a2d8
|
18 years |
r_togni |
Fix buffer handling for stereo mace files, fixes some random sig11 …
|
|
|
@2c00106c
|
18 years |
michaelni |
ignore index parameter to ignore the ODML index in avi
Originally …
|
|
|
@577cd17
|
18 years |
bugfood-ml |
second pass encoding changes:
- warn rather than fail when specified …
|
|
|
@157cba3b
|
18 years |
diego |
Mark this file properly as LGPL as allowed by its author Leon van …
|
|
|
@7bb79b44
|
18 years |
gpoirier |
MONster is no longuer shipped with CHUD, as it's been superseeded by …
|
|
|
@805934b3
|
18 years |
kostya.shishkov |
Try to handle all chunks, previous scheme was not correct.
Originally …
|
|
|
@c0d6fc1f
|
18 years |
kostya.shishkov |
Handle raw blocks correctly (both updating pointer and storing to …
|
|
|
@eb57c889
|
18 years |
kostya.shishkov |
VMware Video decoder (fourcc: VMnc)
Originally committed as revision …
|
|
|
@353e433b
|
18 years |
michaelni |
seems the output of that code is never used
Originally committed as …
|
|
|
@ae5e7e7f
|
18 years |
mans |
inline align_get_bits()
Originally committed as revision 6169 to …
|
|
|
@29b372b9
|
18 years |
bugfood-ml |
error message spelling typo
Originally committed as revision 6168 to …
|
|
|
@ffb512e3
|
18 years |
baptiste.coudurier |
move track timescale/sampleDuration init to write_header and return …
|
|
|
@5c07cf53
|
18 years |
gpoirier |
Clarified API for numbered sequences, patch by Michel Bardiaux % …
|
|
|
@22e46959
|
18 years |
gpoirier |
Add sws_getCachedContext(), which checks if context is valid or …
|
|
|
@d6789842
|
18 years |
diego |
Exchange informal GPL notice by official license header.
Originally …
|
|
|
@af41dd8
|
18 years |
diego |
Exchange informal LGPL notice by official license header.
Originally …
|
|
|
@04ae12e9
|
18 years |
kostya.shishkov |
WVC1 is now decodeable with VC-1 decoder.
Originally committed as …
|
|
|
@3c275f6d
|
18 years |
kostya.shishkov |
VC-1 Advanced Profile support (progressive only, tested on WVC1 …
|
|
|
@3c8f30a7
|
18 years |
Roman R. |
* Restructuring the division of labor between DV codec and DV format
…
|
|
|
@712ae911
|
18 years |
diego |
The license of this file is LGPL, as clarified by Fabrice.
Originally …
|
|
|
@a4dd5fb7
|
18 years |
gpoirier |
port ppm vhook to swscaler
patch by Victor Paesa % wzrlpy A arsystel P …
|
|
|
@efa4b887
|
18 years |
diego |
Switch license from GPL to LGPL, this file originates from libdv, …
|
|
|
@73c42241
|
18 years |
diego |
Add copyright notice from the Independent JPEG Group instead of …
|
|
|
@1df051e1
|
18 years |
justin.ruggles |
Fix 2 bit allocation bugs. One fix enables using a higher bandwidth …
|
|
|
@74945176
|
18 years |
diego |
Add license from zlib.h instead of referring to it.
Originally …
|
|
|
@60aae27a
|
18 years |
kostya.shishkov |
AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly …
|
|
|
@0e176c3e
|
18 years |
mans |
remove redundant declarations
Originally committed as revision 6153 …
|
|
|
@6243da0d
|
18 years |
kostya.shishkov |
Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.
…
|
|
|
@b0c8e1b8
|
18 years |
kostya.shishkov |
Replace usage of put_*_vc1_qpel_pixels_tab with …
|
|
|
@e34350a3
|
18 years |
kostya.shishkov |
New function for chroma MC (will be used in VC-1)
Originally …
|
|
|
@f7e89c73
|
18 years |
lorenm |
snow cosmetics: merge the sliced and non-sliced versions of add_yblock …
|
|
|
@74e6a8aa
|
18 years |
lorenm |
fix snow 1pass rc: the qlog used and the one written to the bitstream …
|
|
|
@98145875
|
18 years |
lu_zero |
Align the input buffer in ffplay, introduce a public macro for aligned …
|
|
|
@12ccec0f
|
18 years |
diego |
Remove superfluous variable setting, the script will exit anyway.
…
|
|
|
@ebb810d9
|
18 years |
diego |
The fail test needs to be outside of the GPL test, it's referenced …
|
|
|
@91beada7
|
18 years |
diego |
Some gcc versions dislike version.h to appear in the list of files to …
|
|
|
@27303c8a
|
18 years |
lu_zero |
Proper fix for the corner case that would have been corrected before, …
|
|
|
@7e82145
|
18 years |
lu_zero |
Revert previous commit
Originally committed as revision 6142 to …
|
|
|
@99d239b3
|
18 years |
lu_zero |
Fix float_to_int16, unaligned case, broken by the previous commit
…
|
|
|
@2064c77a
|
18 years |
gpoirier |
Fix for AVI files with odd sized 'movi' list
Patch by David Conrad …
|
|
|
@74691b7b
|
18 years |
kostya.shishkov |
New qpel MC functions conforming to VC-1 standard.
Existing DSPUtil …
|
|
|
@2d5eadcc
|
18 years |
kostya.shishkov |
Spelling
Originally committed as revision 6138 to …
|
|
|
@66ff2c1f
|
18 years |
kostya.shishkov |
Motion compensation for luma always use halfpel precision.
Originally …
|
|
|
@e8a42081
|
18 years |
diego |
Fix linking when the FFM muxer/demuxer is disabled.
patch by …
|
|
|
@fe84b3f0
|
18 years |
diego |
Work around Solaris tr not understanding "tr a-z A-Z" as it should.
…
|
|
|
@c07bd6a9
|
18 years |
michaelni |
print warnings if
gcc ignores inline directives
pointer arithmetic …
|
|
|
@504ee036
|
18 years |
michaelni |
fix b pyramid in mp4 muxing if no dts are provided to the muxer
…
|
|
|
@56d2d2d0
|
18 years |
banan |
PPM vhook documentation, by Victor Paesa.
wzrlpy at arsystel dot com
…
|
|
|
@e645a733
|
18 years |
banan |
Added -map usage to docs.
Originally committed as revision 6131 to …
|
|
|
@89e89c95
|
18 years |
banan |
Added Maintainers entry
Originally committed as revision 6130 to …
|
|
|
@dd933153
|
18 years |
gpoirier |
Re-Add support for PNG or PNM as watermark images, which was broken …
|
|
|
@809b6a31
|
18 years |
gpoirier |
Use libswscale in fish vhook.
Patch by
Victor Paesa …
|
|
|
@a940b428
|
18 years |
michaelni |
clarify
please reply to ffmpeg-dev if you disagree so it can be …
|
|
|
@d1a7ae1
|
18 years |
michaelni |
make the C code of the swscaler which i wrote LGPL
Originally …
|
|
|
@bb42f829
|
18 years |
nicola.sabbi |
install opt.h
Originally committed as revision 6126 to …
|
|
|
@5d915e82
|
18 years |
gpoirier |
Use av_malloc instead of plain malloc where appropriate
Patch by …
|
|
|
@c5e33115
|
18 years |
gpoirier |
add support for information in CDXA format
patch by Allan Sandfeld …
|
|
|
@9dc5607b
|
18 years |
gpoirier |
Add missing file from commit r6122 (AVISynth support)
Originally …
|
|
|
@8ac1729
|
18 years |
gpoirier |
AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % …
|
|
|
@776fe466
|
18 years |
lorenm |
slightly faster deblock
Originally committed as revision 6121 to …
|
|
|
@a1b65018
|
18 years |
Aurélien Jacobs |
use the A32_BITSTREAM_READER by default on ARM (faster)
Originally …
|
|
|
@51ebd136
|
18 years |
Aurélien Jacobs |
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, …
|
|
|
@75c998a
|
18 years |
Aurélien Jacobs |
force usage of ALT_BITSTREAM_READER where needed
Originally committed …
|
|
|
@8fbc6aae
|
18 years |
Aurélien Jacobs |
move some functions to bitstream.h to avoid conflicts
between …
|
|
|