|
|
|
@d0b53d05
|
17 years |
diego |
Fix some spelling mistakes.
Originally committed as revision 11125 to …
|
|
|
@74971185
|
17 years |
kostya.shishkov |
RV30/40 common VLC tables
Originally committed as revision 11124 to …
|
|
|
@f87d2632
|
17 years |
vitor1001 |
Fix alignment broke by my last patch
Originally committed as revision …
|
|
|
@52b541ad
|
17 years |
vitor1001 |
spelling
Originally committed as revision 11122 to …
|
|
|
@329851e0
|
17 years |
kostya.shishkov |
TIFF may omit compression tag.
This fixes issue 276.
Originally …
|
|
|
@7338d368
|
17 years |
diego |
succes --> success typo
Originally committed as revision 11120 to …
|
|
|
@892a4c2d
|
17 years |
Reimar.Doeffinger |
Fix nodes[nb_codes*2-1].count being uninitialized and used to …
|
|
|
@5d702d6d
|
17 years |
michaelni |
senseless cast and ()
Originally committed as revision 11118 to …
|
|
|
@90901860
|
17 years |
michaelni |
stupid code (casting of void*) found by checktree.sh
Originally …
|
|
|
@7fffc879
|
17 years |
michaelni |
1000l _reserved (found by checktree.sh)
Originally committed as …
|
|
|
@4c1e509c
|
17 years |
Reimar.Doeffinger |
wma_decode_superframe always returns s->block_align, so make
sure we …
|
|
|
@2d4e0c1a
|
17 years |
diego |
Fix make checkheaders, #include <inttypes.h> was missing.
Originally …
|
|
|
@bc279024
|
17 years |
diego |
Comment some #endif directives.
Originally committed as revision …
|
|
|
@0063c05c
|
17 years |
michaelni |
fix segfault with interlaced h.264
Originally committed as revision …
|
|
|
@e8acf0ed
|
17 years |
lucabe72 |
Suppress the "redirector hack" from …
|
|
|
@fe2b276c
|
17 years |
andreas |
Bump lavf minor due to addition of
av_url_read_fplay(), …
|
|
|
@e7e4810a
|
17 years |
andreas |
Extend ByteIOContext and add the buffered IO functions: …
|
|
|
@6b493b2
|
17 years |
Carl Eugen Hoyos |
MLP/TrueHD parser
Patch by Ian Caulfield, ian D caulfield <at> gmail D …
|
|
|
@0fe93f0
|
17 years |
diego |
Clarify documentation for avcodec_encode_audio.
patch by Stefano …
|
|
|
@1c715415
|
17 years |
michaelni |
frame_size vs. frame_size*channels bug
Originally committed as …
|
|
|
@bb6cc730
|
17 years |
Aurélien Jacobs |
remove some unused ff_p* vars from dsputil
Originally committed as …
|
|
|
@dbb5fdbd
|
17 years |
Aurélien Jacobs |
remove useless #ifdef around extern declaration
Originally committed …
|
|
|
@7c35b551
|
17 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 11104 to …
|
|
|
@51ac8822
|
17 years |
Aurélien Jacobs |
convert some #ifdef CONFIG_ to if(ENABLE_
Originally committed as …
|
|
|
@5b67ce2a
|
17 years |
Aurélien Jacobs |
build vc1dsp_mmx.c in its own compilation unit
Originally committed …
|
|
|
@43de5065
|
17 years |
Aurélien Jacobs |
use ff_ prefix for extern vars
Originally committed as revision 11101 …
|
|
|
@182f56c
|
17 years |
Aurélien Jacobs |
make ff_p* vars extern so that they can be used in various *_mmx.c …
|
|
|
@713b0bf
|
17 years |
Aurélien Jacobs |
10l: init_get_bits want size in bits, not bytes
Originally committed …
|
|
|
@48b36ec2
|
17 years |
Aurélien Jacobs |
cosmetics: alignment
Originally committed as revision 11098 to …
|
|
|
@c47e20e6
|
17 years |
diego |
spelling cosmetics
Originally committed as revision 11097 to …
|
|
|
@93115b82
|
17 years |
diego |
Add #include "os_support.h" to restore OS/2 support.
patch by Dave …
|
|
|
@d2f5fe7c
|
17 years |
diego |
Remove possibly misleading comments.
Originally committed as revision …
|
|
|
@de39d62c
|
17 years |
dalias |
sync message with modern ffmpeg bitrate option syntax.
note: this …
|
|
|
@28e7453
|
17 years |
Aurélien Jacobs |
remove some empty close/init functions in avcodec
patch by Alex
…
|
|
|
@725d86bf
|
17 years |
Aurélien Jacobs |
add pcm_s16le_planar support for electronicarts files
Originally …
|
|
|
@4d4f59d7
|
17 years |
Aurélien Jacobs |
split wmv2 encoder and decoder in their own files
Originally …
|
|
|
@ac40ce42
|
17 years |
gpoirier |
Typo fix. Previous version had some picture error building up until …
|
|
|
@e082f4a8
|
17 years |
kostya.shishkov |
Data tables for future RV30/40 decoder
Originally committed as …
|
|
|
@d3a9c44e
|
17 years |
gpoirier |
Strip debug stuff from vc1dsp_mmx.c, patch by Christophe GISQUET …
|
|
|
@f0a838e5
|
17 years |
diego |
Add missing #includes to fix 'make checkheaders'.
Originally …
|
|
|
@536333a0
|
17 years |
andreas |
Extend URLProtocol with new function pointers and api functions for …
|
|
|
@23c0634c
|
17 years |
lucabe72 |
Link libavdevice against libavutil, libavcodec, and libavformat
(fix …
|
|
|
@52a9cf34
|
17 years |
diego |
Fix out of tree builds after introduction of libavdevice.
Originally …
|
|
|
@34c9d454
|
17 years |
diego |
Keep -L flags before corresponding -l flags.
Originally committed as …
|
|
|
@7483e694
|
17 years |
diego |
cosmetics: Consistently indent with 4 spaces, break some long lists …
|
|
|
@c4035e5d
|
17 years |
lucabe72 |
Fix the creation of alldevices.c (create it without any rename).
This …
|
|
|
@f8a80fd6
|
17 years |
diego |
main() --> main(void)
Originally committed as revision 11079 to …
|
|
|
@541432c3
|
17 years |
diego |
spelling
Originally committed as revision 11078 to …
|
|
|
@c721d803
|
17 years |
lucabe72 |
Introduce libavdevice
Originally committed as revision 11077 to …
|
|
|
@489b0d4
|
17 years |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
patch …
|
|
|
@594ff7cc
|
17 years |
diego |
comment spelling/grammar fixes
Originally committed as revision 25137 …
|
|
|
@a5e979f4
|
17 years |
ramiro.polla |
os_support.h is also needed for usleep and lseek on MinGW.
Originally …
|
|
|
@82821c9
|
17 years |
gpoirier |
add VC-1 MMX DSP functions, under MIT license.
patch by Christophe …
|
|
|
@087b3272
|
17 years |
lucabe72 |
Include os_support.h only when needed
Originally committed as …
|
|
|
@a960a1e0
|
17 years |
lu_zero |
Make av_read_frame with rtsp client return EINTR on interrupt
patch …
|
|
|
@899681cd
|
17 years |
andreas |
Use dynamically allocated ByteIOContext in AVFormatContext
patch by: …
|
|
|
@79815f62
|
17 years |
diego |
Fix wrong error message.
patch by Stefano Sabatini, …
|
|
|
@e5af4a11
|
17 years |
diego |
main() --> main(void)
Originally committed as revision 11069 to …
|
|
|
@db817cf3
|
17 years |
diego |
whitespace consistency cosmetics
Originally committed as revision …
|
|
|
@e59d9328
|
17 years |
michaelni |
cosmetic (x==NULL -> !x)
Originally committed as revision 11067 to …
|
|
|
@5b2052b3
|
17 years |
michaelni |
cosmetic (place { consistently)
Originally committed as revision …
|
|
|
@2b013568
|
17 years |
r_togni |
Replace realloc with free+malloc, the previous content of the buffer …
|
|
|
@0dd954b1
|
17 years |
michaelni |
cosmetic (remove != 0 / != NULL)
Originally committed as revision …
|
|
|
@e1c48b7a
|
17 years |
michaelni |
use sizeof in snprintf (note the changed code is all under #if 0)
…
|
|
|
@2867ed9
|
17 years |
michaelni |
check region depth for validity
(32/64/128 would crash at least due to …
|
|
|
@c5a2fe8f
|
17 years |
lucabe72 |
Generate a linking error if perror() is used in libav*
Originally …
|
|
|
@95206290
|
17 years |
lucabe72 |
Convert perror() in av_log() in bktr.c.
Currently untested; someone …
|
|
|
@086119b3
|
17 years |
lucabe72 |
Remove perror() usage from udp.c
Originally committed as revision …
|
|
|
@9f74582c
|
17 years |
lucabe72 |
Do not use perror() in audio, video, and DV grabbers
Originally …
|
|
|
@7f0cd6a5
|
17 years |
lucabe72 |
Remove perror() usage from libavutil
Originally committed as revision …
|
|
|
@e35033e6
|
17 years |
r_togni |
Cosmetics
Originally committed as revision 11056 to …
|
|
|
@69434d2f
|
17 years |
r_togni |
No need to update pos, it's not used after that line
Originally …
|
|
|
@6887cb8b
|
17 years |
r_togni |
Cleanup: remove ssize
Originally committed as revision 11054 to …
|
|
|
@5253753
|
17 years |
r_togni |
Check for memory allocation failure of temp buffer
Originally …
|
|
|
@e11d0145
|
17 years |
r_togni |
Optimize memory management to create an av_packet from multiple …
|
|
|
@289987e4
|
17 years |
banan |
Use memcpy instead of for loop
Originally committed as revision 11051 …
|
|
|
@28af284
|
17 years |
heydowns |
When new streams are detected, look for old filters and close them …
|
|
|
@e240f898
|
17 years |
heydowns |
Call mpegvideo flush routine on h264 flush. Needed in particular
to …
|
|
|
@eb72cacb
|
17 years |
diego |
Remove unused functions, fixes the warnings:
snow.c:1163: warning: …
|
|
|
@db628029
|
17 years |
lucabe72 |
Add MPEG2 support to the RTP muxer
Originally committed as revision …
|
|
|
@7ed19d7f
|
17 years |
lucabe72 |
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP …
|
|
|
@b5298028
|
17 years |
alex |
Remove empty pipe_close
Originally committed as revision 11045 to …
|
|
|
@7a813b3
|
17 years |
alex |
Call prot->url_close only if it is present.
Originally committed as …
|
|
|
@018b6fb4
|
17 years |
alex |
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field …
|
|
|
@964ff354
|
17 years |
alex |
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.
…
|
|
|
@87246a01
|
17 years |
Aurélien Jacobs |
avoid some halfpel related #ifdef
Originally committed as revision …
|
|
|
@27a2f87d
|
17 years |
r_togni |
1000l: Fix check for max slice number
Originally committed as …
|
|
|
@e29378ff
|
17 years |
r_togni |
Move dnet-ac3 byte-swapping code close to audio packet read code
Fixed …
|
|
|
@aa519c47
|
17 years |
lucabe72 |
Remove some more duplicated code
Originally committed as revision …
|
|
|
@d4936869
|
17 years |
lucabe72 |
Remove the useless variable "my_addr1"
Originally committed as …
|
|
|
@882d00f2
|
17 years |
lucabe72 |
Use the same code to set local_port in the IPv4-only case and in the …
|
|
|
@a0c013de
|
17 years |
diego |
Put halfpel_interpol under the same #ifdef as its usage, fixes the …
|
|
|
@3b855466
|
17 years |
diego |
Reorder functions to get rid of ugly forward declarations.
Originally …
|
|
|
@8ea0e802
|
17 years |
takis.issaris |
Fix Doxygen parameter
Originally committed as revision 11033 to …
|
|
|
@e8b7c70f
|
17 years |
takis.issaris |
Fix Doxygen parameter name
Originally committed as revision 11032 to …
|
|
|
@abfe87d4
|
17 years |
takis.issaris |
Fix Doxygen parameter name
Originally committed as revision 11031 to …
|
|
|
@9bd51b9a
|
17 years |
takis.issaris |
Attribute for specifying direction should come right after @param.
…
|
|
|
@1a625dce
|
17 years |
kostya.shishkov |
Use put_signed_pixels_clamped where appropriate
Patch by Christophe …
|
|
|
@d638424
|
17 years |
Aurélien Jacobs |
cosmetics: whitespace
Originally committed as revision 11028 to …
|
|
|
@0b77d7d6
|
17 years |
alex |
Remove editor junk from the end.
Originally committed as revision …
|
|
|