|
|
|
@ba7f1887
|
13 years |
michaelni |
asfdec: use dts for seeking.
Signed-off-by: Michael Niedermayer …
|
|
|
@bb4eabac
|
13 years |
michaelni |
asfdec: restore timestamp reading code
This reverts part of:
commit …
|
|
|
@edc26bfa
|
13 years |
dilaroga |
vda: use K&R style.
|
|
|
@2b1a4c5b
|
13 years |
stefasab |
amovie: avoid crash in amovie_request_frame() if no samplesref is …
|
|
|
@81852ef5
|
13 years |
dilaroga |
vda: get correctly the frame from h264 context.
|
|
|
@4590e161
|
13 years |
dilaroga |
vda: check allocation result.
|
|
|
@c7fa3eea
|
13 years |
dilaroga |
vda: removes useless casts.
|
|
|
@6e1e4938
|
13 years |
dilaroga |
vda: cosmetic.
|
|
|
@a40867f2
|
13 years |
dilaroga |
configure: add vda dependencies.
|
|
|
@b46134f6
|
13 years |
dilaroga |
vda: reordering headers inclusion.
|
|
|
@9837442a
|
13 years |
dilaroga |
vda: undef Picture.
|
|
|
@c8136ebd
|
13 years |
Clément Bœsch |
swr: set the default used_ch_count value to zero.
This allows an …
|
|
|
@40176fc
|
13 years |
michaelni |
mp3enc: Try to use a matching bitrate in the xing header.
Might Fix …
|
|
|
@1fea432b
|
13 years |
michaelni |
mp3enc: simplify mp3_write_xing()
Signed-off-by: Michael Niedermayer …
|
|
|
@ecf5e705
|
13 years |
michaelni |
vble: use dsp.add_hfyu_median_prediction() this allows asm …
|
|
|
@75c0ddc9
|
13 years |
michaelni |
vble: move 2nd pass bitreading into vble_restore_plane()
this improves …
|
|
|
@6718536b
|
13 years |
michaelni |
diracdec: fix empty data units.
Fixed Ticket636
Signed-off-by: …
|
|
|
@07c7ffc0
|
13 years |
Clément Bœsch |
Rename remaining get_le32 to avio_rl32.
|
|
|
@c142e2a0
|
13 years |
Clément Bœsch |
Rename remaining get_le16 to avio_rl16.
|
|
|
@49651063
|
13 years |
Clément Bœsch |
Use AVIOContext.seekable instead of deprecated url_is_streamed.
|
|
|
@7b79305a
|
13 years |
Clément Bœsch |
Rename remaining url_fskip to avio_skip.
|
|
|
@b04ee90
|
13 years |
Clément Bœsch |
Rename remaining av_metadata_set2 to av_dict_set.
|
|
|
@63b796b0
|
13 years |
Clément Bœsch |
Rename remaining url_ftell to avio_tell.
|
|
|
@055cda8a
|
13 years |
Clément Bœsch |
Rename remaining get_byte to avio_r8.
|
|
|
@f3c47e41
|
13 years |
Clément Bœsch |
Rename remaining url_fsize to avio_size.
|
|
|
@53d70a33
|
13 years |
Clément Bœsch |
Rename remaining get_buffer to avio_read.
|
|
|
@39edfcc9
|
13 years |
Clément Bœsch |
Rename remaining url_fseek to avio_seek.
|
|
|
@eef3ea8c
|
13 years |
Clément Bœsch |
Rename remaining ByteIOContext to AVIOContext.
|
|
|
@73af8ea3
|
13 years |
michaelni |
mandelbrot: add math.h for log2()
Signed-off-by: Michael Niedermayer …
|
|
|
@70eb58cd
|
13 years |
michaelni |
mandelbrot: avoid INFINITY as openbsd seems not to like it.
…
|
|
|
@b1b0fd27
|
13 years |
michaelni |
pad: fix format string length
Signed-off-by: Michael Niedermayer …
|
|
|
@5f268ca5
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@4fa6e9d0
|
13 years |
Clément Bœsch |
doc: replace an "avconv" reference with "ffmpeg" in indevs.
|
|
|
@9466237b
|
13 years |
Clément Bœsch |
doc: drop "./" binary prefixes.
|
|
|
@3a9f2f1d
|
13 years |
stefasab |
vsrc_mandelbrot: set options through the opt framework
|
|
|
@c15400af
|
13 years |
michaelni |
mandelbrot: remove always-false condition in fill_from_cache
…
|
|
|
@102db4f6
|
13 years |
michaelni |
MAINTAINER: add libavfilter section and add myself to yadif & …
|
|
|
@08dadd33
|
13 years |
michaelni |
mandelbrot: allow visualizing the period of converged points.
…
|
|
|
@e8499ab1
|
13 years |
michaelni |
mandelbrot: Add inner variable & enum for inner coloring schemes.
…
|
|
|
@3cbe9afb
|
13 years |
michaelni |
mandelbrot: only check bailout once every 2 iterations.
Once we bailed …
|
|
|
@41fd1b2d
|
13 years |
michaelni |
mandelbrot: add SQR() macro
Signed-off-by: Michael Niedermayer …
|
|
|
@e555119c
|
13 years |
michaelni |
mandelbrot: correct and simplify the formula used in …
|
|
|
@ad0bdd2f
|
13 years |
michaelni |
lavc: add supports of OS/2 threads
Signed-off-by: Michael Niedermayer …
|
|
|
@88166fc5
|
13 years |
michaelni |
mandelbrot: unroll the innermost loop once.
This allows us to remove a …
|
|
|
@1d066087
|
13 years |
michaelni |
mandelbrot: only check periodicity once for each period instead of …
|
|
|
@2fee131b
|
13 years |
michaelni |
mandelbrot: use period detection depening on left pixel and not the …
|
|
|
@91175925
|
13 years |
Carl Eugen Hoyos |
Cosmetics: Increase readability.
|
|
|
@eb664d4
|
13 years |
Carl Eugen Hoyos |
Increase Westwood Studios VQA palette dynamics.
|
|
|
@1fc573dd
|
13 years |
Carl Eugen Hoyos |
Increase Sierra VMD palette dynamics.
|
|
|
@a95906af
|
13 years |
Carl Eugen Hoyos |
Increase Pictor/PC Paint palette dynamics.
|
|
|
@105cf82a
|
13 years |
Carl Eugen Hoyos |
Increase FLI/FLC Animation palette dynamics for some samples.
|
|
|
@2b656844
|
13 years |
Carl Eugen Hoyos |
Increase eXtended BINary text palette dynamics.
|
|
|
@942e9be5
|
13 years |
Carl Eugen Hoyos |
Increase Bethesda VID palette dynamics.
|
|
|
@32caa7b
|
13 years |
anton |
lavf: pass options from AVFormatContext to avio.
|
|
|
@9d77a8fa
|
13 years |
anton |
avformat: Use avio_open2, pass the AVFormatContext interrupt_callback …
|
|
|
@1dee0aca
|
13 years |
anton |
avio: add avio_open2, taking an interrupt callback and options
The …
|
|
|
@ddffc2fd
|
13 years |
anton |
avio: add support for passing options to protocols.
Not used anywhere …
|
|
|
@163a3113
|
13 years |
anton |
avio: add and use ffurl_protocol_next().
|
|
|
@6ef350c1
|
13 years |
anton |
avformat: Pass the interrupt callback on to chained muxers/demuxers
…
|
|
|
@6f1b7b39
|
13 years |
anton |
avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
…
|
|
|
@9957cdbf
|
13 years |
anton |
avformat: Use ff_check_interrupt
|
|
|
@c4a090dd
|
13 years |
anton |
avio: Add an internal utility function for checking the new interrupt …
|
|
|
@6aa0b98f
|
13 years |
anton |
avio: Add AVIOInterruptCB
This is a better io interrupt callback …
|
|
|
@58b68d6b
|
13 years |
lu_zero |
texi2html: remove stray \n
Single-quoted strings are printed verbatim …
|
|
|
@84fb63ed
|
13 years |
lu_zero |
doc: prettyfy the texi2html documentation
make it use the website css …
|
|
|
@8283f90a
|
13 years |
lu_zero |
swscale: handle unaligned buffers in yuv2plane1
The issue had been …
|
|
|
@46eae155
|
13 years |
michaelni |
mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE …
|
|
|
@17c95361
|
13 years |
michaelni |
mkvtimestamp v2 muxer: remove unneeded prefixes
Signed-off-by: …
|
|
|
@7ea77a61
|
13 years |
Carl Eugen Hoyos |
Set some Pictor/PC Paint palettes opaque.
|
|
|
@0d49dd37
|
13 years |
Carl Eugen Hoyos |
Set more KMVC palettes opaque.
|
|
|
@789da2e9
|
13 years |
Carl Eugen Hoyos |
Set second Delphine Software International CIN palette opaque.
|
|
|
@b3c67372
|
13 years |
Carl Eugen Hoyos |
Force opaque alpha channel for 32bit x11grab image.
Fixes ticket …
|
|
|
@be97e7b9
|
13 years |
michaelni |
mandelbrot: remove unused variables
Signed-off-by: Michael …
|
|
|
@459bba58
|
13 years |
michaelni |
mandelbrot: add missing options to the parsing code
The following …
|
|
|
@545ec935
|
13 years |
michaelni |
h264: Use mismatching frame numbers in fields to synchronize the
…
|
|
|
@05423d3
|
13 years |
michaelni |
RELEASE: bump to 0.8.6.git after the release
Signed-off-by: Michael …
|
|
|
@8a25d0a8
|
13 years |
michaelni |
Trivial: j2kenc: fix compiler warning
Signed-off-by: Michael …
|
|
|
@6024bdb2
|
13 years |
michaelni |
mandelbrot: fix sscanf format string
Replace ',' with ':'
…
|
|
|
@3230c756
|
13 years |
Carl Eugen Hoyos |
Increase Bitmap Brothers JV palette dynamics.
Approved-by: Peter Ross
|
|
|
@9780c33e
|
13 years |
Carl Eugen Hoyos |
Increase Psygnosis YOP palette dynamics.
|
|
|
@ac0042f5
|
13 years |
Carl Eugen Hoyos |
Set Psygnosis YOP palette opaque.
|
|
|
@0e8da94c
|
13 years |
Carl Eugen Hoyos |
Increase AVS palette dynamics.
|
|
|
@7b40f46f
|
13 years |
Carl Eugen Hoyos |
Set AVS palette opaque.
|
|
|
@1d38c746
|
13 years |
Carl Eugen Hoyos |
Set Westwood Studios VQA palette opaque.
|
|
|
@90f75f98
|
13 years |
Carl Eugen Hoyos |
Set Sierra VMD palette opaque.
|
|
|
@e9a2ffa1
|
13 years |
Carl Eugen Hoyos |
Set Beam Software VB palette opaque.
|
|
|
@3b5733bc
|
13 years |
Carl Eugen Hoyos |
Set TIFF default grascale palette opaque.
|
|
|
@fd09cd08
|
13 years |
Carl Eugen Hoyos |
Set Tiertex Limited SEQ palette opaque.
|
|
|
@58c35388
|
13 years |
Carl Eugen Hoyos |
Set Sun Rasterfile palette opaque.
|
|
|
@7cd906c1
|
13 years |
Carl Eugen Hoyos |
Set Smacker palette opaque.
|
|
|
@c99cd3e2
|
13 years |
Carl Eugen Hoyos |
Set RL2 palette opaque.
|
|
|
@9f9a1f42
|
13 years |
Carl Eugen Hoyos |
Set QuickDraw palette opaque.
|
|
|
@3bf54ab5
|
13 years |
Carl Eugen Hoyos |
Set American Laser Games MM palette opaque.
|
|
|
@64176bc1
|
13 years |
Carl Eugen Hoyos |
Set KMVC palette opaque.
|
|
|
@4e8078e6
|
13 years |
Carl Eugen Hoyos |
Set FLI/FLC Animation palette opaque.
|
|
|
@c0be4ea0
|
13 years |
Carl Eugen Hoyos |
Set Electronic Arts TGV palette opaque.
|
|
|
@f628134e
|
13 years |
Carl Eugen Hoyos |
Set Electronic Arts CMV palette opaque.
|
|
|
@1567243e
|
13 years |
Carl Eugen Hoyos |
Set ScummVM DXA palette opaque.
|
|
|
@dcbd18c6
|
13 years |
Carl Eugen Hoyos |
Set Delphine Software International CIN palette opaque.
|
|
|
@e18f70c2
|
13 years |
Carl Eugen Hoyos |
Set Chronomaster DFA palette opaque.
|
|
|