Laurent Aimar
17485fb47d
Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers.
18 years ago
Laurent Aimar
0357e2cf82
Added decoder_NewSubpicture/decoder_DeleteSubpicture helpers.
18 years ago
Rémi Denis-Courmont
7bd6af3396
More verbose ffmpeg encoding failure
18 years ago
Jean-Baptiste Kempf
17794b8434
[Fake] Add a missing callback on fake-file-reload
When fake-file-reload is changed, you might want to renew the image.
Should Close #2230
18 years ago
Rémi Denis-Courmont
574d8c9342
Fix warning
18 years ago
Rémi Denis-Courmont
deeb99dcde
Factorize avcodec chroma table - another 2kb
18 years ago
Rémi Denis-Courmont
a1f8e0eb14
Unused variable
18 years ago
Rémi Denis-Courmont
83e6445af7
Spare another 2kb
18 years ago
Rémi Denis-Courmont
1d35bcd283
Factorize avcodec table - spare about 5kb
18 years ago
Jean-Baptiste Kempf
e81263cdbd
[USF] return if calloc fails.
Close CID: 171
18 years ago
Laurent Aimar
e63fffe04f
Fixed segfault in libmpeg2 when picture allocation failed.
It should close #2195 .
18 years ago
Rémi Duraffort
a396b96cc7
Remove uneeded warining (and often impossible to send)
18 years ago
Rémi Duraffort
29a15bf072
Fix potential segfault (CID 158)
18 years ago
Rémi Duraffort
ca4fadaa01
Remove unused variable.
18 years ago
Rémi Duraffort
b78bee7a60
Remove stupid test before a free.
18 years ago
Laurent Aimar
22376246f5
Removed debug leftover (avcodec).
18 years ago
Laurent Aimar
350b1da975
Fixed decoder_GetDisplayDate while buffering.
18 years ago
Alexis Ballier
229a8957a1
Fix build with x264 build 65
See http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=c89bc900a3bf0d4c4c728ad378703970b4f14e18 for more details.
18 years ago
Rémi Duraffort
e58e4ccd88
Use NULL instead of 0 for pointers.
18 years ago
Rémi Duraffort
435299ecb4
Don't redefine true and false.
18 years ago
Rémi Denis-Courmont
4b531b445f
module_find, module_exists, module_get_main: remove useless paramter
18 years ago
Rémi Duraffort
e30ee3d511
Cleaning xurl code (CID 193 and CID 51 are now fixed)
18 years ago
Rémi Denis-Courmont
e398428451
Use static mutexes
18 years ago
Derk-Jan Hartman
2b73786266
libmpeg2: user_data has been available since 0.3.2
Since we require libmpeg > 0.3.2 there is no need for this check.
18 years ago
Rémi Duraffort
baa8e694e3
Don' reinvete the wheel just for fun.
18 years ago
Rémi Duraffort
df18db133a
Cleaning and fix potential memleaks.
18 years ago
Rémi Duraffort
d7fb424d80
Remove xurl_(free|malloc)
18 years ago
Rémi Duraffort
43095a4dda
second parameter of streallocat must be const.
18 years ago
Rémi Duraffort
463ab1b94e
xlist: last can't be NULL here (invalidate CID 50)
18 years ago
Jean-Baptiste Kempf
a000b455a3
Assert p_block.
18 years ago
Jean-Baptiste Kempf
adb2ecca05
Remove useless test.
p_sys cannot be null here.
18 years ago
Derk-Jan Hartman
74095abc99
libmpeg2: compile fix
18 years ago
Derk-Jan Hartman
ec15067d08
libmpeg2: user MPEG2 coding type defines when matching to mpeg2 flags.
Though the values are the same, this is cleaner, and more 'future' proof
18 years ago
Derk-Jan Hartman
d47c4459f7
libmpeg2: Enable CC parsing for libmpeg2 >= 5.0.0
18 years ago
Laurent Aimar
6bd606ac8d
Spu pause support.
Now SSA subtitle pause is working even with karaoke.
18 years ago
Laurent Aimar
f6cc8a3950
Convert stream to system timestamp after the decoder.
- This is needed for proper seek/pause/fast forward/...
- The decoder/packetizer do not need to scale packet length anymore as the
decoder thread do it.
18 years ago
Pierre d'Herbemont
d228fdd28e
playlist: Move more members as private.
18 years ago
Rémi Duraffort
bd299c445c
Remove allways true test.
18 years ago
Jean-Paul Saman
adc071e607
(x264) b-adapt now takes an integer ranging from 0 to 2.
18 years ago
Laurent Aimar
65bfaa2681
Improved support for broken subtitles and {\anX} tag.
18 years ago
Rémi Denis-Courmont
acbad93b8b
lower case the module_* functions
18 years ago
Laurent Aimar
f0c76d5063
Clean up a bit subpicture region API.
18 years ago
Laurent Aimar
5002a53517
Removed vout_CopyPicture in favor of picture_Copy.
18 years ago
Antoine Cellerier
1a3b1a8f27
Remove last occurences of yield in the code and comments.
18 years ago
Antoine Cellerier
ba6501f308
s/pl_Yield/pl_Hold/
18 years ago
Laurent Aimar
8f83ef4b74
Changed subpicture_region_t->picture into a picture_t *
It will avoid useless picture copy.
18 years ago
Jean-Paul Saman
08cc2b3adc
bframe_adaptive has been made an integer in new (X264_BUILD>=63) x264 versions.
18 years ago
Pierre d'Herbemont
46552a45b9
quicktime: Disable that decoder module.
The number of crash report related to that modules leave us no solution.
18 years ago
Dominique Leuenberger
63b0503943
Add support for x264 >= 63
Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
18 years ago
Laurent Aimar
a141e9073c
Handle special blocks in subsdec.
18 years ago