Browse code

cosmetics: Add some empty lines for readability.

Originally committed as revision 17762 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/03/03 22:30:57
Showing 1 changed files
... ...
@@ -156,6 +156,7 @@ version 0.5:
156 156
 - generic metadata API
157 157
 
158 158
 
159
+
159 160
 version 0.4.9-pre1:
160 161
 
161 162
 - DV encoder, DV muxer
... ...
@@ -239,6 +240,8 @@ version 0.4.9-pre1:
239 239
 - many optimizations and bugfixes
240 240
 - FunCom ISS audio file demuxer and according ADPCM decoding
241 241
 
242
+
243
+
242 244
 version 0.4.8:
243 245
 
244 246
 - MPEG-2 video encoding (Michael)
... ...
@@ -249,6 +252,8 @@ version 0.4.8:
249 249
 - Interplay MVE playback subsystem (Mike Melanson)
250 250
 - Duck DK3 and DK4 ADPCM audio decoders (Mike Melanson)
251 251
 
252
+
253
+
252 254
 version 0.4.7:
253 255
 
254 256
 - RealAudio 1.0 (14_4) and 2.0 (28_8) native decoders. Author unknown, code from mplayerhq
... ...
@@ -289,6 +294,8 @@ version 0.4.7:
289 289
 
290 290
 .. And lots more new enhancements and fixes.
291 291
 
292
+
293
+
292 294
 version 0.4.6:
293 295
 
294 296
 - completely new integer only MPEG audio layer 1/2/3 decoder rewritten
... ...
@@ -325,6 +332,8 @@ version 0.4.6:
325 325
 - simple stats output (Juanjo)
326 326
 - 16-bit and 15-bit RGB/BGR/GBR support (Bisqwit)
327 327
 
328
+
329
+
328 330
 version 0.4.5:
329 331
 
330 332
 - some header fixes (Zdenek Kabelac <kabi at informatics.muni.cz>)
... ...
@@ -355,6 +364,8 @@ version 0.4.5:
355 355
 - added MJPEG raw format (input/ouput)
356 356
 - added JPEG image format support (input/output)
357 357
 
358
+
359
+
358 360
 version 0.4.4:
359 361
 
360 362
 - fixed some std header definitions (Bjorn Lindgren
... ...
@@ -379,6 +390,8 @@ version 0.4.4:
379 379
 - codecs are no longer searched by read_header() (should fix ffserver
380 380
   segfault)
381 381
 
382
+
383
+
382 384
 version 0.4.3:
383 385
 
384 386
 - BGR24 patch (initial patch by Jeroen Vreeken <pe1rxq at amsat.org>)
... ...
@@ -399,6 +412,8 @@ version 0.4.3:
399 399
   <lists at reserv.at>, but changed completely since we use a format
400 400
   instead of a protocol)
401 401
 
402
+
403
+
402 404
 version 0.4.2:
403 405
 
404 406
 - added H.263/MPEG-4/MSMPEG4 decoding support. MPEG-4 decoding support
... ...
@@ -415,6 +430,7 @@ version 0.4.2:
415 415
 - added file overwrite confirmation (can be disabled with -y)
416 416
 - added custom size picture to H.263 using H.263+ (Juanjo)
417 417
 
418
+
418 419
 version 0.4.1:
419 420
 
420 421
 - added MSMPEG4 (aka DivX) compatible encoder. Changed default codec
... ...
@@ -427,6 +443,8 @@ version 0.4.1:
427 427
 - improved dct_quantize speed
428 428
 - factorized some motion estimation code
429 429
 
430
+
431
+
430 432
 version 0.4.0:
431 433
 
432 434
 - removing grab code from ffserver and moved it to ffmpeg. Added
... ...
@@ -454,10 +472,14 @@ version 0.4.0:
454 454
 - changed directories: libav for format handling, libavcodec for
455 455
   codecs
456 456
 
457
+
458
+
457 459
 version 0.3.4:
458 460
 
459 461
 - added stereo in MPEG audio encoder
460 462
 
463
+
464
+
461 465
 version 0.3.3:
462 466
 
463 467
 - added 'high quality' mode which use motion vectors. It can be used in
... ...
@@ -465,15 +487,21 @@ version 0.3.3:
465 465
 - fixed rounding problems which caused quality problems at high
466 466
   bitrates and large GOP size
467 467
 
468
+
469
+
468 470
 version 0.3.2: small fixes
469 471
 
470 472
 - ASF fixes
471 473
 - put_seek bug fix
472 474
 
475
+
476
+
473 477
 version 0.3.1: added avi/divx support
474 478
 
475 479
 - added AVI support
476 480
 - added MPEG-4 codec compatible with OpenDivX. It is based on the H.263 codec
477 481
 - added sound for flash format (not tested)
478 482
 
483
+
484
+
479 485
 version 0.3: initial public release