Diego Biurrun
|
7eb2d654a2
small spelling/grammar fixes
|
15 years ago |
Gwenole Beauchesne
|
044f0296a4
Add ff_hwaccel_pixfmt_list_420[] definition.
|
15 years ago |
Michael Niedermayer
|
09a9b45e4f
Add and use ff_pixfmt_list_420.
|
15 years ago |
Gwenole Beauchesne
|
ee3e36315e
Add ff_h263_find_resync_marker() to find the bit position of the next resync_marker, if any.
|
15 years ago |
Kostya Shishkov
|
91ba181a15
Better parsing of i263 picture header
|
15 years ago |
Ivan Kalvachev
|
21effaa4b2
Change the type of pblocks from pointers to short array into
|
15 years ago |
Diego Biurrun
|
bad5537e2c
Use full internal pathname in doxygen @file directives.
|
16 years ago |
Diego Biurrun
|
406792e7b0
cosmetics: Remove pointless period after copyright statement non-sentences.
|
16 years ago |
Måns Rullgård
|
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
|
16 years ago |
Michael Niedermayer
|
289e8fd001
Implement complexity estimation parsing and try to detect an incorrectly set
|
16 years ago |
Andrew Savchenko
|
9f0a705d46
Only warn about "Invalid and inefficient vfw-avi packed B frames" once.
|
16 years ago |
Carl Eugen Hoyos
|
8d2fc163ce
Rename copy_picture to ff_copy_picture.
|
16 years ago |
Carl Eugen Hoyos
|
bf615b89e3
Fix a warning about an undefined function when compiling h264.c
|
16 years ago |
Michael Niedermayer
|
48e025e5b6
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.
|
16 years ago |
Michael Niedermayer
|
047599a4ba
Rename error_resilience to error_recognition.
|
16 years ago |
Stefano Sabatini
|
987903826b
Globally rename the header inclusion guard names.
|
16 years ago |
Michael Niedermayer
|
2879c75ff3
Picture.ref_count/ref_poc have to be stored per field (actually also per
|
16 years ago |
Michael Niedermayer
|
c192426fd8
Fix return type of ff_init_me().
|
16 years ago |
Aurelien Jacobs
|
9701840bb5
add FF_ prefix to all (frame)_TYPE usage
|
16 years ago |
Aurelien Jacobs
|
cbcd6c8ca9
move EDGE_WIDTH definition allong with draw_edges where it belongs
|
16 years ago |
Aurelien Jacobs
|
3bfe9260fa
move relevant declarations to mpeg12data.h
|
16 years ago |
Aurelien Jacobs
|
6d93461504
move run length table constants to rl.h
|
16 years ago |
Aurelien Jacobs
|
288a44fb7a
move ff_emulated_edge_mc() to dsputil
|
16 years ago |
Aurelien Jacobs
|
015d0bb95c
remove old draw_edges declaration cruft
|
16 years ago |
Aurelien Jacobs
|
4c79b95c32
move ff_init_scantable() into dsputil
|
16 years ago |
Uoti Urpala
|
4bdd3b76fe
mpegvideo.h has two function declarations with the 'inline' specifier
|
17 years ago |
Michael Niedermayer
|
fbdad670e4
const
|
17 years ago |
Diego Pettenò
|
b2a9177017
Remove unused symbol.
|
17 years ago |
Diego Biurrun
|
d0b53d05c8
Fix some spelling mistakes.
|
17 years ago |
Vitor Sessak
|
52b541ad79
spelling
|
17 years ago |
Diego Biurrun
|
5b21bdabe4
Add FFMPEG_ prefix to all multiple inclusion guards.
|
17 years ago |
Baptiste Coudurier
|
69cea75f6b
export convert_matrix and add ff_ prefix
|
17 years ago |
Baptiste Coudurier
|
6180ade790
export DCT_common_init and add ff_prefix
|
17 years ago |
Aurelien Jacobs
|
c70448148a
remove alternative declaration of h263_encode_init()
|
17 years ago |
Aurelien Jacobs
|
30c23dc0b8
fix declaration name from MPV_common_init_ppc to MPV_common_init_altivec
|
17 years ago |
Aurelien Jacobs
|
06a4304080
remove useless #ifdef
|
17 years ago |
Jeff Downs
|
bcc3476c98
Cosmetic preparations for h264/PAFF implementation.
|
17 years ago |
Michael Niedermayer
|
653f738780
exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,
|
17 years ago |
Michael Niedermayer
|
c3d0c11bfb
simplify ff_h263_round_chroma()
|
17 years ago |
Måns Rullgård
|
00f0564f44
move ff_h263_round_chroma() to mpegvideo.h as static inline
|
17 years ago |
Aurelien Jacobs
|
7da31a80b7
Split ff_set_mpeg4_time() and move the non mpeg4 specific part
|
17 years ago |
Måns Rullgård
|
bad700e346
trivial warning fixes
|
17 years ago |
Aurelien Jacobs
|
98f7b56bb6
move ff_copy_bits to bitstream.c
|
17 years ago |
Aurelien Jacobs
|
cacfe026a8
make DCT_common_init() static
|
17 years ago |
Diego Biurrun
|
755bfeabcc
misc spelling fixes
|
17 years ago |
Aurelien Jacobs
|
d9c9259f89
split ljpeg encoder out of mjpeg.c
|
17 years ago |
Aurelien Jacobs
|
37c26ae9ff
remove some unused mjpeg encoding variables
|
17 years ago |
Aurelien Jacobs
|
95dca03f77
add a ff_ prefix to the now exported mpeg1_find_frame_end() function
|
17 years ago |
Aurelien Jacobs
|
7f50d4ac51
move mpegvideo_parser in it's own file
|
17 years ago |
Diego Biurrun
|
e42dba481f
typos/grammar
|
17 years ago |