OSDN Git Service

Merge remote branch 'official/master'
[coroid/ffmpeg_saccubus.git] / doc / ffmpeg-mt-authorship.txt
1 This file lists authorship of commits that have been merged from
2 ffmpeg-mt. These commits where not classically merged because this
3 would have pulled in duplicated history of all commits in ffmpeg.
4 Which a majority of developers opposed.
5
6
7 commit 002a0939cdf01faa8270d41b3045c08ac12d8975
8 Author: Alexander Strange <astrange@ithinksw.com>
9 Date:   Sat Feb 20 20:24:36 2010 -0500
10
11     Update todo
12
13 commit 0040d6f2ba7189ca9bab4cf17c0d150416391dec
14 Author: Alexander Strange <astrange@ithinksw.com>
15 Date:   Sun Jan 24 18:33:16 2010 -0500
16
17     Remove a malloc() per frame by keeping an array of 32 buffers.
18
19     Requested in original review. Should be slightly faster but does
20     have a 32-element linear search (since buffers are freed out of order).
21
22     Introducing array_next_nonzero or something would speed up this
23     and h264 decoding.
24
25 commit 00425e98fba903dceecb89763b57b8f3b7a1abf3
26 Merge: 20997d6 e320c22
27 Author: Alexander Strange <astrange@ithinksw.com>
28 Date:   Thu Jul 2 04:59:42 2009 -0400
29
30     Merge mainline.
31
32     Having to move the setting of key_frame confused me for far too
33     long.
34
35 commit 0097d3b01e33d1e0f636a19778a0435a730d4590
36 Merge: 9e981c8 44c4fd1
37 Author: Alexander Strange <astrange@ithinksw.com>
38 Date:   Thu Sep 9 19:19:34 2010 -0400
39
40     Merge mainline and libswscale.
41
42     Another one coming after h264 is converted to yasm.
43
44     Conflicts:
45             libavcodec/avcodec.h
46
47 commit 00bbca77f3fe0960cbf0986ea214ce022204837c
48 Author: Alexander Strange <astrange@ithinksw.com>
49 Date:   Sun Jan 16 02:18:12 2011 -0500
50
51     h264: Early-exit condition for await_references()
52
53     Saves even more zero checking in refs[][], although it still leaves many
54     useless checks when nrefs[i]>1, because the array indexes are scattered.
55
56     About ~.8% faster decoding.
57
58 commit 00c4b0bb5a7801d14627015d38762ec314639d3d
59 Merge: 63d086d feadf1b
60 Author: Alexander Strange <astrange@ithinksw.com>
61 Date:   Fri Mar 13 23:50:33 2009 -0400
62
63     Merge mainline.
64
65     Conflicts:
66             libavcodec/avcodec.h
67             libavcodec/h263.c
68             libavcodec/h263dec.c
69             libavcodec/h264.c
70             libavcodec/mpeg12.c
71             libavcodec/mpegvideo.c
72             libavcodec/options.c
73             libavutil/log.c
74
75 commit 01006069782b1b8fe0bfe0eabe4876062e057c11
76 Author: Alexander Strange <astrange@ithinksw.com>
77 Date:   Tue Jan 13 01:30:01 2009 -0500
78
79     Fix possibly not allocating obmc_scratchpad with PAFF/weighted prediction
80
81 commit 011a76824f384a315ce4b0474a2811d463b5746b
82 Author: Alexander Strange <astrange@ithinksw.com>
83 Date:   Mon Sep 1 00:40:40 2008 -0400
84
85     Whitespace and variable name cosmetics for clarity.
86
87 commit 02376cec6531a931330798af67c62a029a3435a1
88 Author: Alexander Strange <astrange@ithinksw.com>
89 Date:   Thu Jun 11 14:40:27 2009 -0700
90
91     Normalize how decode_postinit() is called.
92
93     Move it next to the hwaccel call to save an if statement.
94
95 commit 031abc50708c616058020dcf7a1b62bc9b895446
96 Author: Alexander Strange <astrange@ithinksw.com>
97 Date:   Fri Aug 22 20:43:38 2008 -0400
98
99     Improve comments in thread.h
100
101 commit 032432ad56fd88a7e9ba6ce9ccd39925854b027a
102 Author: Alexander Strange <astrange@ithinksw.com>
103 Date:   Sat Feb 20 20:48:10 2010 -0500
104
105     Remove FF_THREAD_DEFAULT.
106
107     It obviously makes no sense to define the default in a public header.
108
109 commit 03980f22907206b52e64439ebcc4445719801035
110 Author: Alexander Strange <astrange@ithinksw.com>
111 Date:   Fri Jul 11 17:22:22 2008 -0400
112
113     Mark functions inline to avoid unused function warnings.
114
115 commit 0488ed2d9ff609ec4a6be008c81603b62ce67785
116 Author: Alexander Strange <astrange@ithinksw.com>
117 Date:   Wed Jun 4 15:55:00 2008 -0400
118
119     Align the stack in decode_frame_thread.
120
121 commit 0553196aa797d58f0687890c66e1b1cdfa52f419
122 Author: Alexander Strange <astrange@ithinksw.com>
123 Date:   Wed May 28 00:44:13 2008 -0400
124
125     Add the frame-threading support code.
126
127 commit 056dce6c969acec1224eaa9fc73d930d1e56b299
128 Author: Alexander Strange <astrange@ithinksw.com>
129 Date:   Fri Aug 15 16:44:33 2008 -0400
130
131     h264: Redo finding the output frame during header parsing after merging mainline.
132
133     This works with PAFF and CODEC_FLAG2_CHUNKS, though the second is useless and should be removed.
134
135 commit 05a3af85edd15fef223f0376d3241cc5c7aa3ed5
136 Merge: 8ba50a9 fa43cf8
137 Author: Alexander Strange <astrange@ithinksw.com>
138 Date:   Mon Apr 19 02:41:54 2010 -0400
139
140     Merge mainline.
141
142     Conflicts:
143             libavcodec/avcodec.h
144             libavcodec/h264.c
145
146 commit 05e37cada02dc1ac58e7ce93418cbf33e3a09ad6
147 Author: Alexander Strange <astrange@ithinksw.com>
148 Date:   Tue May 27 21:00:34 2008 -0400
149
150     Add the AVCodec/AVCodecContext fields needed for multithreading and increment the API minor version.
151
152 commit 061586a260a564080be8c1ed9af4e83888fe3543
153 Author: Alexander Strange <astrange@ithinksw.com>
154 Date:   Thu Sep 4 01:41:53 2008 -0400
155
156     Remove error check that can never fail.
157
158 commit 06407ff8706c7fe28c5b925c4b1dd52641714cb9
159 Author: Alexander Strange <astrange@ithinksw.com>
160 Date:   Mon Jun 16 18:21:04 2008 -0400
161
162     Multithreading support for MPEG-1.
163
164 commit 065ee0d04a6539c08bddfa1edc628906494c22f2
165 Author: Alexander Strange <astrange@ithinksw.com>
166 Date:   Mon Nov 1 12:24:37 2010 -0400
167
168     vp3: Report INT_MAX instead of height at the end of a frame
169
170     This saves having to clip to height in await_reference_row.
171
172 commit 067c30c63499d5cca5613725de936fb70047aec3
173 Author: Alexander Strange <astrange@ithinksw.com>
174 Date:   Sun Jun 22 03:29:23 2008 -0400
175
176     Cosmetics: opening function braces on their own line.
177
178 commit 06ac5ac98dbf03889eb7cccf67fe0cb95615613d
179 Merge: febe154 987789a
180 Author: Alexander Strange <astrange@ithinksw.com>
181 Date:   Sun Jun 20 04:29:03 2010 -0700
182
183     Merge mainline.
184
185     Document ONLY_IF_THREADS_ENABLED along the way.
186
187     Conflicts:
188             libavutil/internal.h
189
190 commit 07474003407915e5462ed3582a1dae8baa06f296
191 Author: Alexander Strange <astrange@ithinksw.com>
192 Date:   Wed Jun 10 11:25:48 2009 -0700
193
194     Move frame_thread_init() down to avoid prototyping its callees.
195
196 commit 076bf916d79c39ec055a53f2ee5eadf20c21b988
197 Author: Alexander Strange <astrange@ithinksw.com>
198 Date:   Mon Aug 25 14:32:41 2008 -0400
199
200     Increase max delayed buffers for safety
201
202 commit 079cd64ef92cb1670a420a16e38c645cc8f28caa
203 Author: Alexander Strange <astrange@ithinksw.com>
204 Date:   Tue Sep 2 11:38:29 2008 -0400
205
206     Ignore codecs returning NULL when draining frames.
207
208 commit 090c1f4c99b9c5cefa3bad7698f33516baa87c6e
209 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
210 Date:   Tue Nov 6 13:08:04 2007 +0000
211
212     fix predictor initialization for adpcm-ima encoder not to lose first sample
213     in block in adpcm-ima decoder
214     Patch by Timofei V. Bondarenko: tim commit 09bb0dafa746203f98ff478a5121b3b0ffb3f46e
215 Author: Alexander Strange <astrange@ithinksw.com>
216 Date:   Tue Jul 22 22:20:47 2008 -0400
217
218     Switch from MB row to pixel row precision for h264 progress.
219
220     This makes it easier to think about interlacing and the deblock filter, and also fixes decoding entirely.
221
222 commit 0a51c1e9ebf09d302e44daaca3147e7cca2f0457
223 Author: Alexander Strange <astrange@ithinksw.com>
224 Date:   Tue Jun 3 16:04:31 2008 -0400
225
226     Use threading macros in mpeg12.c.
227
228 commit 0ac282b447075a0645036fba56d2881bbcc8f471
229 Author: Alexander Strange <astrange@ithinksw.com>
230 Date:   Mon Jan 17 03:44:26 2011 -0500
231
232     Update multithreading.txt for thread_safe_callbacks and pkt_dts
233
234 commit 0b64ceb6b15560313d0a6ac7cffe9270d7b8e0e8
235 Merge: 9ec9f08 e220e91
236 Author: Alexander Strange <astrange@ithinksw.com>
237 Date:   Tue Aug 10 03:22:51 2010 -0700
238
239     Merge mainline.
240
241     Conflicts:
242             libavcodec/avcodec.h
243
244 commit 0b8add0862f841dfc8dbbc8d89dfb3712ce3a698
245 Author: Alexander Strange <astrange@ithinksw.com>
246 Date:   Mon Aug 18 16:47:21 2008 -0400
247
248     Allow avcodec_default_release_buffer to be called after avcodec_default_free_buffers.
249
250 commit 0b8c3d23339b5f646ae702f30141e223596f9ff9
251 Author: Alexander Strange <astrange@ithinksw.com>
252 Date:   Sun Jul 27 21:55:53 2008 -0400
253
254     Reindent.
255
256 commit 0be0d5714347f63b0e391ad3e9202f9d5107bb5f
257 Merge: f550857 8c00628
258 Author: Alexander Strange <astrange@ithinksw.com>
259 Date:   Sun Mar 28 03:40:27 2010 -0400
260
261     Merge mainline.
262
263 commit 0c73945d0cc40a6ade8ca78dfa0d9bea178f4743
264 Author: Alexander Strange <astrange@ithinksw.com>
265 Date:   Tue Aug 19 01:07:17 2008 -0400
266
267     Clarify comment for new AVFrame members
268
269     They are set by libavcodec even if they aren't used for anything useful ATM.
270
271 commit 0cac0f3bd81287db20bbbae5aaff22e381e09663
272 Author: Alexander Strange <astrange@ithinksw.com>
273 Date:   Sun Jul 13 02:40:22 2008 -0400
274
275     Add report/await_decode_progress for progressive H264
276     Multithreading works with no visible problems for progressive sequences, but there is still some problem causing framecrc differences.
277     1 thread  - 99% cpu 14s
278     2 threads - 183% cpu 8.6s
279
280 commit 0cae6d85e8a33b826611ced69902f2a4d16f0c7a
281 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
282 Date:   Fri Jun 1 12:03:33 2007 +0000
283
284     A bit more clear FAQ 1.2
285     Patch by V
286 �commit 0d25fc9993407335bc98b91296f9f78b634dd8a0
287 Author: Alexander Strange <astrange@ithinksw.com>
288 Date:   Tue Jun 24 21:39:39 2008 -0400
289
290     Remove newly-duplicated memset().
291
292 commit 0e41f7596f06a758c0f1cb9e48e67ef896c5c05a
293 Author: Alexander Strange <astrange@ithinksw.com>
294 Date:   Fri Jul 11 18:09:02 2008 -0400
295
296     Reindent.
297
298 commit 0ef99ed28b24757a30b1e805f2ff1ea6d90b9b71
299 Author: Alexander Strange <astrange@ithinksw.com>
300 Date:   Mon Jan 25 03:17:46 2010 -0500
301
302     Remove item from todo
303
304 commit 0fad6cca0a7e34dfa62c3934eb5316e2c9649e66
305 Author: Alexander Strange <astrange@ithinksw.com>
306 Date:   Tue Jul 22 01:00:07 2008 -0400
307
308     Fix height passed to ff_draw_band for interlaced H.264.
309
310     Without this, it passes y 0 h 16, y 32 h 16, etc.
311
312 commit 0fb994fbdbf4f985ec9c0d5a681e7a5bf620a765
313 Merge: 5eb0c64 ace7af3
314 Author: Alexander Strange <astrange@ithinksw.com>
315 Date:   Wed Jan 20 01:58:15 2010 -0500
316
317     Merge mainline.
318
319     This was done by hand since git can't track the h264/h263 decoder
320     splits properly.
321
322     Conflicts:
323             libavcodec/avcodec.h
324             libavcodec/h263.c
325             libavcodec/h263dec.c
326             libavcodec/h264.c
327
328 commit 0ff629947b15955603cdb7978770ca64c2323262
329 Author: Alexander Strange <astrange@ithinksw.com>
330 Date:   Thu Jun 18 05:09:01 2009 -0400
331
332     Don't call report_field_progress for non-referenced H264 frames.
333
334 commit 111fa56db1bfefc245c499f465783a5abc04f7c2
335 Author: Alexander Strange <astrange@ithinksw.com>
336 Date:   Sat Jul 19 00:12:00 2008 -0400
337
338     Set start/end_mb_y properly in MpegEncContext.
339
340 commit 115adc279240b6c7155781b5a16177a140eaad4f
341 Author: Alexander Strange <astrange@ithinksw.com>
342 Date:   Sat Jun 21 23:10:18 2008 -0400
343
344     Add an update_context for codecs that just use MpegEncContext.
345
346 commit 116ca147f03ca02b55c2fceef7b82c1b251b32f6
347 Author: Alexander Strange <astrange@ithinksw.com>
348 Date:   Sat Aug 16 14:10:31 2008 -0400
349
350     Merge fallout: move AVCodec additions back to the end of the struct
351
352 commit 11b1a8ee92128524a3259903c28da54ffd9a60fa
353 Author: Alexander Strange <astrange@ithinksw.com>
354 Date:   Sun May 30 10:02:16 2010 -0700
355
356     Update todo.
357
358     I appear to have fixed the bug (the problem doesn't show in test.sh
359     anymore). Of course, there might be more.
360
361 commit 120d790a3918f77444eed295aec6d8c34e4b532a
362 Author: Alexander Strange <astrange@ithinksw.com>
363 Date:   Thu Jul 17 18:00:07 2008 -0400
364
365     Simplify draw_edges changes and handle interlacing properly.
366
367 commit 1239bcba12d0c57005ae59405e8b080ac3c7bd65
368 Author: Alexander Strange <astrange@ithinksw.com>
369 Date:   Mon Aug 18 18:59:29 2008 -0400
370
371     Simplify: store FrameThreadContext in the user's context.
372
373 commit 1292a1840bb5319f1438b63b7be35363ba4fe5b6
374 Author: Alexander Strange <astrange@ithinksw.com>
375 Date:   Tue Jan 13 01:33:47 2009 -0500
376
377     Copy width/height between thread contexts for all codecs.
378
379     This makes it user-visible and fixes compatibility with
380     bad demuxers that don't set it in avctx.
381
382 commit 12c5de8ead7c7a1b4c03eb095a2db4357aa2538d
383 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
384 Date:   Thu Jan 3 08:39:38 2008 +0000
385
386     Make filterDelimiters and optionDelimiters two static constant array of
387     characters, should move them to .rodata.
388     Patch by Diego 'Flameeyes' Petten
389 � flameeyes commit 1327c17ca423f248dbce8172476dd69208f7d74b
390 Author: Alexander Strange <astrange@ithinksw.com>
391 Date:   Sat May 23 21:52:24 2009 -0400
392
393     Stopgap hack: don't crash with size-changing streams+frame threads
394
395     MPEG1 and H.264 need their own checks, otherwise they immediately
396     deallocate shared data and crash. Another check is added to get_buffer
397     to cover remaining codecs (although it may not actually do this).
398
399     This currently involves ugly code duplication, which can hopefully
400     be eventually removed. Unfortunately this is already not handled
401     well on mainline (such as in the previous commit).
402
403 commit 138ec8aad228862d58582aa4bbd367b7fa7b8d81
404 Author: Alexander Strange <astrange@ithinksw.com>
405 Date:   Thu Jul 24 16:06:17 2008 -0400
406
407     Factor out copying picture pointers in update_context.
408
409 commit 13c48792ac24329c9055f6e98b5e61c278f1aa57
410 Author: Alexander Strange <astrange@ithinksw.com>
411 Date:   Tue Mar 9 00:02:20 2010 -0500
412
413     Fix wrong timestamps with -threads 2 and BBB 1080p Theora
414
415     It was caused by adding thread delay to has_b_frames.
416     -threads 2 -> has_b_frames 1 -> "delay==1" is true and the
417     "invalid dts/pts combination" was triggered. Not sure about this fix,
418     but I think it's harmless.
419
420 commit 141516ca4f2b0008539ceeb70b46ebb6cfe4a1c0
421 Author: Alexander Strange <astrange@ithinksw.com>
422 Date:   Sun Jun 15 17:44:29 2008 -0400
423
424     Cosmetics: use USE_ macro.
425
426 commit 14476d56276a77a237834e88b28427fe491ac689
427 Author: Alexander Strange <astrange@ithinksw.com>
428 Date:   Sat Aug 16 14:11:41 2008 -0400
429
430     Correct AVCodec member comments
431
432 commit 14bdf768314413a099fe570891761360733b148c
433 Author: Alexander Strange <astrange@ithinksw.com>
434 Date:   Tue Mar 9 01:15:03 2010 -0500
435
436     Update sws.
437
438 commit 14df94ceacecf041d33b8600bc9097d4befd79dd
439 Author: Alexander Strange <astrange@ithinksw.com>
440 Date:   Sun Feb 14 23:57:37 2010 -0500
441
442     Add a convenience function for avoiding deadlocks with decoder errors
443
444 commit 156f6ba4db96f57c3c105b71986acaa9be13d5ab
445 Author: Alexander Strange <astrange@ithinksw.com>
446 Date:   Sun Aug 17 00:19:10 2008 -0400
447
448     Update todo
449
450 commit 16343b25d2ffc7c18a00ec62db8e76d7f8217de5
451 Author: Alexander Strange <astrange@ithinksw.com>
452 Date:   Sat Feb 20 22:39:05 2010 -0500
453
454     Rewrite comments for new codec callbacks
455
456 commit 16b71c003150c3a44135ffa1bbc870ea43c15f7a
457 Author: Alexander Strange <astrange@ithinksw.com>
458 Date:   Thu Dec 18 14:37:04 2008 -0500
459
460     Some todo entries I forgot to add
461
462 commit 16bde8c7df438f5283de102e3c872ef309a8d0b5
463 Author: Alexander Strange <astrange@ithinksw.com>
464 Date:   Thu Jun 5 00:11:43 2008 -0400
465
466     Implement avcodec_flush_buffers for multithreaded codecs.
467
468 commit 17b3c2a080f7ec1f548494e0e2b905ad0e2690c0
469 Author: Alexander Strange <astrange@ithinksw.com>
470 Date:   Mon Aug 18 20:36:54 2008 -0400
471
472     Clarify use of is_copy
473
474 commit 17d7a98c7aadc2be1ceadf875ae2ca71b08a5611
475 Merge: 0097d3b 981f8d0
476 Author: Alexander Strange <astrange@ithinksw.com>
477 Date:   Wed Sep 29 22:55:44 2010 -0400
478
479     Merge mainline.
480
481     Fix misplaced lowres check from previous merge. (or maybe it was fine?)
482
483     Conflicts:
484             libavcodec/avcodec.h
485             libavcodec/utils.c
486
487 commit 17dcbec74c0630e44029dd5e4efd8f9bb2ddee13
488 Author: Alexander Strange <astrange@ithinksw.com>
489 Date:   Fri Jul 24 16:51:14 2009 -0400
490
491     Fix typo in huffyuv, broke mt decoding with newer huffyuv versions.
492
493 commit 17ef916da54e5cbaf2ce97cba565ba4730dcd847
494 Author: Alexander Strange <astrange@ithinksw.com>
495 Date:   Tue May 11 14:39:44 2010 -0400
496
497     Cosmetics: remove stray spaces in pthread.c
498
499 commit 1846cc0549bf3d45fb2a5a2152b7335c794146e8
500 Merge: 5323bc6 cd23ede
501 Author: Alexander Strange <astrange@ithinksw.com>
502 Date:   Mon Mar 8 04:30:32 2010 -0500
503
504     Merge mainline.
505
506     The VP3 decoder has been heavily changed upstream and this commit
507     removes mt optimizations. They will be readded later.
508
509     Conflicts:
510             libavcodec/avcodec.h
511             libavcodec/h264.c
512             libavcodec/h264.h
513             libavcodec/h264_direct.c
514             libavcodec/vp3.c
515
516 commit 1878dce0e65b2fab94612c950fac51e3de741636
517 Merge: b7d1826 2b13612
518 Author: Alexander Strange <astrange@ithinksw.com>
519 Date:   Sun May 24 01:37:21 2009 -0400
520
521     Merge mainline.
522
523 commit 1884de3ffb775bb23cbfbf977ea48841c2b2ae16
524 Author: Alexander Strange <astrange@ithinksw.com>
525 Date:   Fri May 8 00:15:50 2009 -0400
526
527     Correct comment about decoding delay.
528
529 commit 18893e1423c3d8a65ca753806638ac160fefe342
530 Author: Alexander Strange <astrange@ithinksw.com>
531 Date:   Sat Oct 23 18:13:56 2010 -0400
532
533     Add a -vsync test to test.sh.
534
535     The files x-1-vsync.txt and x-3-vsync.txt should have the same MD5.
536     Even more ideally, all files should have the same MD5, but it's not our problem if they don't.
537
538     h264 and theora pass, didn't test others.
539
540 commit 18dc6b6010200c45827d14594a5d7b7b2b28d8e0
541 Author: Alexander Strange <astrange@ithinksw.com>
542 Date:   Wed Aug 6 20:31:04 2008 -0400
543
544     Move ff_frame_thread_init above its uses and make it static since it has only one caller.
545
546 commit 190d65b24795208e30c06369e34769ffeb9b5cc8
547 Author: Alexander Strange <astrange@ithinksw.com>
548 Date:   Sun Aug 24 01:31:00 2008 -0400
549
550     Add a longer comment for update_context
551
552 commit 19b159260eb5eddfd296cac179d59ba218f881ac
553 Author: Alexander Strange <astrange@ithinksw.com>
554 Date:   Fri Jan 21 01:22:43 2011 -0500
555
556     Adopt pkt_pts/pkt_dts in lavc clients
557
558     This makes DTS reliable with threads.
559
560 commit 1a0d8d0cd0d7d0dc44d1747b2c8c93c73bc09cd8
561 Author: Alexander Strange <astrange@ithinksw.com>
562 Date:   Mon Jan 4 03:59:20 2010 -0500
563
564     Note in todo that 'make test' doesn't pass ATM.
565
566     Also note a harmless warning emitted, which I haven't
567     though of a good fix for yet.
568
569 commit 1a216093ed2f201814287a32b5d8f22781c6d8d1
570 Author: Alexander Strange <astrange@ithinksw.com>
571 Date:   Mon Aug 25 01:02:29 2008 -0400
572
573     Comment another strange line
574
575 commit 1a4740fed38a69202c762e3cd786dd3c7c23dd40
576 Author: Alexander Strange <astrange@ithinksw.com>
577 Date:   Sat Jan 15 17:02:46 2011 -0500
578
579     Make ARM asm #error out, since the offset values are out of date here
580
581 commit 1ac02d2ff0dd39d8baf68cf7e0490de4db9b88cc
582 Author: Alexander Strange <astrange@ithinksw.com>
583 Date:   Fri Jul 10 14:24:40 2009 -0400
584
585     Fix the error in avcodec_thread_init to actually not do anything.
586
587 commit 1b735c493b0fe8c1aaff3d06214c24e8556b111c
588 Author: Alexander Strange <astrange@ithinksw.com>
589 Date:   Mon Aug 25 14:40:54 2008 -0400
590
591     Remove some context variable copies which were overwriting user settings
592
593 commit 1b755181905bed35b2edd723c137b8f0af9c31c3
594 Author: Alexander Strange <astrange@ithinksw.com>
595 Date:   Sat Aug 23 23:14:20 2008 -0400
596
597     Add a FIXME for PAFF
598
599 commit 1c187ba01c332b3d99681cfffb90f0247a836303
600 Merge: 8022069 0309093
601 Author: Alexander Strange <astrange@ithinksw.com>
602 Date:   Mon Nov 15 05:32:06 2010 -0500
603
604     Merge mainline.
605
606     Conflicts:
607             doc/APIchanges
608             libavcodec/avcodec.h
609
610 commit 1c39407876cb6689e313ce27a51d83d77ac0c4e4
611 Author: Alexander Strange <astrange@ithinksw.com>
612 Date:   Sun May 23 03:40:43 2010 -0400
613
614     Fix crash with ffplay.
615
616     Caused by the buffer functions being changed after codec init.
617
618 commit 1c70dfb14a5e6e322f66d1175045eb13ac96d2f8
619 Author: Alexander Strange <astrange@ithinksw.com>
620 Date:   Sat Feb 20 22:10:38 2010 -0500
621
622     Rewrite thread.h comments for clarity
623
624 commit 1c8037ec029ffe790b39b0cf0e67468db5f8c4a8
625 Author: Alexander Strange <astrange@ithinksw.com>
626 Date:   Mon Jan 25 03:59:02 2010 -0500
627
628     Fix references to renamed avail_motion() in the todo.
629
630     Delete the second entry mentioning it, since I don't think it's a
631     good idea anymore.
632
633 commit 1ca44079c06a2080c2a0deb9cbc8fa757a5be540
634 Author: Alexander Strange <astrange@ithinksw.com>
635 Date:   Sun Jun 15 20:34:08 2008 -0400
636
637     Delete unused variables. The frame counters will stay around for now for debugging.
638
639 commit 1d15df4fd2b4583d56159a7938ef3699c7f46261
640 Merge: 8f759fa b3b80f1
641 Author: Luca Barbato <lu_zero@gentoo.org>
642 Date:   Sat May 31 17:56:44 2008 +0200
643
644     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
645
646 commit 1da82befe53bc245ba94cf1012fcd0156040353c
647 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
648 Date:   Mon Jan 7 12:40:39 2008 +0000
649
650     Remove unused symbol.
651
652     Patch by Diego 'Flameeyes' Petten
653 � flameeyes commit 1e8abec2eecd831c55e34c09fc9a38833d69c180
654 Author: Alexander Strange <astrange@ithinksw.com>
655 Date:   Fri Jul 10 14:28:54 2009 -0400
656
657     Fix default value of thread_count.
658
659     Adding a flag named "threads" somehow disabled the default value
660     of the option named "threads", which allowed thread_count to be 0
661     for non-ffmpeg/ffplay clients (which don't always reset it).
662
663     Not sure why AVOption works this way.
664
665 commit 1eff8ec8e1772334cd74129f8cc068483c757b40
666 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
667 Date:   Fri Aug 10 07:28:18 2007 +0000
668
669     Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.
670     patch by Stefano Sabatini [stefano tod sabatini-lala commit 1fae9e952cee3c499313b5a9b5c2e3dda096ee30
671 Author: Alexander Strange <astrange@ithinksw.com>
672 Date:   Thu Mar 10 01:44:05 2011 -0500
673
674     Delete the libswscale submodule for svn->git merge.
675
676 commit 2037d9714bc51ccb57a82aba95a52a5b49bdc401
677 Author: Alexander Strange <astrange@ithinksw.com>
678 Date:   Sun Aug 24 21:16:50 2008 -0400
679
680     Comment this just in case someone doesn't get it
681
682 commit 2063f77f904af3544021e16d6da76acf5d9beaed
683 Author: Alexander Strange <astrange@ithinksw.com>
684 Date:   Mon Nov 15 05:40:04 2010 -0500
685
686     Delete beosthread.c which is gone from mainline
687
688 commit 207f434446b40b29311e81233167bd03de16bf0c
689 Author: Alexander Strange <astrange@ithinksw.com>
690 Date:   Wed Jul 30 20:14:56 2008 -0400
691
692     Cosmetics: whitespace adjustments.
693
694 commit 20997d60c8ec84dd0dd68055901e847c4b4e171a
695 Author: Alexander Strange <astrange@ithinksw.com>
696 Date:   Sat Jun 27 22:33:17 2009 -0400
697
698     Frame threading for VP3 [2/2].
699
700     The performance with different thread counts is different from
701     MPEG codecs; trying more or less granular synchronization would
702     be interesting.
703
704 commit 20a85842c46b547331c5884e015dd781108c6d17
705 Author: Alexander Strange <astrange@ithinksw.com>
706 Date:   Sat Oct 11 16:43:39 2008 -0400
707
708     Save PAFF vs MBAFF information for pictures.
709
710     This already exists differently in mainline, but this way is more useful
711     since MPEG-2 has field pictures but not MBAFF.
712
713 commit 20d6c336b37a7bf7313865a397f19ef33595adf8
714 Author: Alexander Strange <astrange@ithinksw.com>
715 Date:   Tue Dec 23 17:49:51 2008 -0500
716
717     More todo entries
718
719 commit 210b4a63100e5f4ba5ab23e84460614ca59b7817
720 Merge: fc957c7 59b0bd5
721 Author: Alexander Strange <astrange@ithinksw.com>
722 Date:   Mon May 24 22:26:23 2010 -0400
723
724     Merge mainline.
725
726 commit 21cede4223d4bcfcc0f6a91bbc84354238201fea
727 Author: Alexander Strange <astrange@ithinksw.com>
728 Date:   Mon Apr 19 03:30:45 2010 -0400
729
730     Fix possible overlapping memcpy()+crash at the end of decode
731
732     Increasingly dissatisfied with having to do this.
733
734 commit 22a56df3f22e5c32c5f2fd06db8d644157da1877
735 Author: Alexander Strange <astrange@ithinksw.com>
736 Date:   Mon Jul 14 23:12:17 2008 -0400
737
738     Remove dead code.
739
740 commit 22d953bd1ef2b61ec272be03aa8f81587e0ac046
741 Author: Alexander Strange <astrange@ithinksw.com>
742 Date:   Wed Jun 25 04:54:34 2008 -0400
743
744     Remove zeroing mbskip_table
745     It's unnecessary with the previous commit.
746
747 commit 22e9455a663acc4d34f76130f2603b41b3940b9e
748 Author: Alexander Strange <astrange@ithinksw.com>
749 Date:   Fri Aug 22 16:25:45 2008 -0400
750
751     Comment and rename context variables in pthread.c.
752
753 commit 2331711a5ff0908a37005a0e500804a5a8a61e5d
754 Author: Michael Niedermayer <michaelni@gmx.at>
755 Date:   Wed Apr 6 00:15:42 2011 +0200
756
757     Fix ffmpeg-mt fixme in h264
758
759     Uncommenting this code no longer seems to cause valgrind problems or crashes.
760     Behavior is unchanged.
761
762 commit 234887b836f9b0306388d20499c8025ac916e11b
763 Author: Alexander Strange <astrange@ithinksw.com>
764 Date:   Tue Aug 19 21:17:15 2008 -0400
765
766     Normalize if (err)
767
768 commit 2412ad4778734a19638c997d5567f5d53d135a9a
769 Author: Alexander Strange <astrange@ithinksw.com>
770 Date:   Mon Jan 17 15:57:00 2011 -0500
771
772     pthread: Document release_delayed_buffers
773
774 commit 24345e509df0b92a3592cfb15db12b1aecd78ffe
775 Author: Alexander Strange <astrange@ithinksw.com>
776 Date:   Tue Aug 26 02:26:07 2008 -0400
777
778     Fix spelling and rewrap multithreading.txt to the right number of columns.
779
780 commit 2485cfd74cf5012fdce8582b7094ddbd09bd70c9
781 Author: Alexander Strange <astrange@ithinksw.com>
782 Date:   Sun May 24 03:38:22 2009 -0400
783
784     10l: pred_direct_motion fix missed several mb_type accesses
785
786     I have not proven this correct yet; it's not too hard with some work
787     (record the last row accessed and waited for, and make sure they
788     correspond). Therefore, I suspect it still isn't correct, since
789     framecrc still shows mismatches. It does fix the worst visible
790     errors, though.
791
792 commit 25a2f117ad6d6dc2592e77369bed23e53241b218
793 Author: Alexander Strange <astrange@ithinksw.com>
794 Date:   Fri Jan 21 03:24:41 2011 -0500
795
796     Cosmetic: shorter line variable declaration
797
798 commit 26151296236e0381c1c40e0d97ead8c5ab26b57c
799 Author: Alexander Strange <astrange@ithinksw.com>
800 Date:   Tue Nov 2 02:33:12 2010 -0400
801
802     vp3: Lift up loop-invariant checks and simplify away 'border' which == 1
803
804 commit 27026500c9a25bf409b55186d9bceada4bf2ba5c
805 Author: Alexander Strange <astrange@ithinksw.com>
806 Date:   Sat Jul 19 02:09:18 2008 -0400
807
808     Fix mpegvideo crashing without --enable-pthreads due to the number of thread_contexts changing.
809
810     -threads X no longer has any effect since all threading code is now gone without an actual threading library.
811     I think this is a nice minor size optimization, but if it's necessary to keep regression tests working with frame-threaded encoding I'll have to revisit it.
812
813 commit 2742b2a142ff98e4611f96ddf47ab5a5233f4692
814 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
815 Date:   Thu Jan 10 10:15:07 2008 +0000
816
817     Reduce the size of the replaceTable entries.
818     Patch by Diego 'Flameeyes' Petten
819 � flameeyes commit 287e761820e85514e00eb6c5958496ecb61825cb
820 Author: Alexander Strange <astrange@ithinksw.com>
821 Date:   Thu Dec 24 22:21:37 2009 -0500
822
823     Fix error return being ignored in VP3 allocate_tables().
824
825     Based on a patch by Yuriy M. Kaminskiy.
826
827 commit 29c2b04f5074e49aa63cf50fb90e3a51e853ad9d
828 Author: Alexander Strange <astrange@ithinksw.com>
829 Date:   Sat Apr 4 00:35:28 2009 -0400
830
831     More todos related to init api
832
833 commit 2a7a86a64f153befafabcbb987e2793fa4bb0e18
834 Author: Alexander Strange <astrange@ithinksw.com>
835 Date:   Sat Jun 27 22:17:41 2009 -0400
836
837     Split out error returns in VP3.
838
839 commit 2a9b493a5a0f46f43959ce2466849dd6a6217012
840 Author: Alexander Strange <astrange@ithinksw.com>
841 Date:   Wed Feb 2 02:12:29 2011 -0500
842
843     Fix memory abandonment + unnecessary realloc in mpeg4
844
845     Fixes Sample1.mkv from ffms running out of address space (and more).
846     Note the file doesn't display properly in ffplay, so there's still bugs left.
847
848 commit 2ae310bf292c1f34be006e9be7fbceb4c0f1b068
849 Author: Alexander Strange <astrange@ithinksw.com>
850 Date:   Tue Jun 3 04:20:42 2008 -0400
851
852     Comment next_*_index.
853
854 commit 2b74560715c3d4f331156d8745ce801c1de4d467
855 Author: Alexander Strange <astrange@ithinksw.com>
856 Date:   Tue Nov 18 14:31:17 2008 -0500
857
858     Revert accidental warning change
859
860 commit 2b7d2acccb45e89bfc77564bcdaee68fcb4ac4c7
861 Author: Alexander Strange <astrange@ithinksw.com>
862 Date:   Tue Feb 1 23:05:43 2011 -0500
863
864     Revert 99ed04d4d7b7183a4d0a1b8833eee3b506e13ff0
865
866     Broke big_buck_bunny_720p_stereo.ogg with 2 threads.
867
868 commit 2bbb64dae018cbb09ea47a6bdcb184f551136c26
869 Author: Alexander Strange <astrange@ithinksw.com>
870 Date:   Wed Dec 15 16:15:21 2010 -0500
871
872     Fix definition of CODEC_CAP_FRAME_THREADS to not conflict.
873
874 commit 2bc23e009291d727eed7a4f803a2793f5fa715b0
875 Author: Alexander Strange <astrange@ithinksw.com>
876 Date:   Tue Aug 26 03:03:38 2008 -0400
877
878     Update avcodec.h comments
879
880 commit 2bcbffdbf53bd2918ba6ade66d12fb97021032c7
881 Author: Alexander Strange <astrange@ithinksw.com>
882 Date:   Sun Jun 15 20:26:59 2008 -0400
883
884     Combine all the condition variables into one.
885
886 commit 2beb042a202d00dbb2baef3970f058994aeec027
887 Author: Alexander Strange <astrange@ithinksw.com>
888 Date:   Sat Aug 23 19:32:56 2008 -0400
889
890     Split thread_algorithm into two more sanely defined variables.
891
892     Also improves correctness in some ways.
893
894 commit 2c0e016af759adfdc34a6a1b8592ec0a1ef56da9
895 Merge: d5ea5fc c2c8552
896 Author: Alexander Strange <astrange@ithinksw.com>
897 Date:   Thu May 7 17:36:13 2009 -0400
898
899     Merge mainline.
900
901     Uses the minimal changes to get the new AVPacket API working.
902
903     Conflicts:
904             libavcodec/avcodec.h
905             libavcodec/h264.c
906             libavcodec/mimic.c
907             libavcodec/options.c
908             libavcodec/utils.c
909
910 commit 2c3cd96bf1cb1757407c973416f7928d492e2156
911 Author: Alexander Strange <astrange@ithinksw.com>
912 Date:   Mon Aug 18 22:59:19 2008 -0400
913
914     Cosmetic rearranging of MPEG update_context functions
915
916 commit 2cb0db5ba7d77ed8180f0551462c836047ea262e
917 Author: Alexander Strange <astrange@ithinksw.com>
918 Date:   Thu Jun 18 16:19:33 2009 -0400
919
920     Fix invalid Mimic stream handling + frame threads
921
922     Releasing a frame after frame_setup_done isn't allowed, and
923     it must do report_decode_progress as if it was finished.
924
925 commit 2d0370118996148f1c64b9c6b4a2ff632fcaf609
926 Author: Alexander Strange <astrange@ithinksw.com>
927 Date:   Sun Aug 31 03:56:04 2008 -0400
928
929     Add fixme for copying packet data.
930
931 commit 2e121780400cb6630a66a0b7bd3fe84ad539b882
932 Author: Alexander Strange <astrange@ithinksw.com>
933 Date:   Fri Jul 11 18:21:08 2008 -0400
934
935     Increase the released buffer size to 16. H264 can release this many at an IDR, can other codecs have even more?
936
937 commit 2e5a5baf540ae0d1ac16ae52f66254b7233aabf7
938 Merge: 5d82241 31f0027
939 Author: Alexander Strange <astrange@ithinksw.com>
940 Date:   Tue Mar 29 04:35:46 2011 -0400
941
942     Merge branch 'master' of git://git.libav.org/libav
943
944     Conflicts:
945             libavcodec/dsputil.c
946             libavcodec/mpegvideo.c
947             libavcodec/snow.c
948             libavcodec/vp8.c
949             libavcodec/x86/dsputil_mmx.c
950
951 commit 2e9d8893eac232b782b479378cf13d484ab9cc1e
952 Author: Alexander Strange <astrange@ithinksw.com>
953 Date:   Wed May 28 22:49:33 2008 -0400
954
955     Add thread.h
956
957 commit 2eeab8f6ad07611e46b3377ddf73e1d7f1f2bb78
958 Author: Alexander Strange <astrange@ithinksw.com>
959 Date:   Sun Aug 24 21:16:31 2008 -0400
960
961     General description and porting guide
962
963 commit 2f1fec650f4bb351fa819fb7e11b4766a43fa30f
964 Author: Alexander Strange <astrange@ithinksw.com>
965 Date:   Tue Aug 19 01:20:32 2008 -0400
966
967     Simplify mimic_decode_end changes
968
969 commit 2f48eac011767ba2d60329c10a22499c228a31d8
970 Author: Alexander Strange <astrange@ithinksw.com>
971 Date:   Tue Nov 18 15:27:24 2008 -0500
972
973     Missed fixing pthread.c in merge.
974
975 commit 2f8f77021011eec5af8cab80ee7bdc574ad3f37b
976 Author: Alexander Strange <astrange@ithinksw.com>
977 Date:   Fri Jan 21 03:01:42 2011 -0500
978
979     pthread: Style and comment nitpick for validate_thread_parameters()
980
981 commit 300b5819426ed6b35aaa480502070382e5295111
982 Author: Alexander Strange <astrange@ithinksw.com>
983 Date:   Sun Aug 17 14:07:06 2008 -0400
984
985     Copy aspect ratio info between contexts.
986
987 commit 3029628ce39e37c9ae77cb78f22ab9d4846e6610
988 Author: Alexander Strange <astrange@ithinksw.com>
989 Date:   Sun Aug 31 15:15:15 2008 -0400
990
991     Fix compiler warnings
992
993 commit 303cd6307958792faac1ce8c8c81eea2651b002f
994 Author: Alexander Strange <astrange@ithinksw.com>
995 Date:   Thu Jun 19 18:31:17 2008 -0400
996
997     Use MPV_report_decode_progress in mpeg12, and call it before mb_y++.
998
999 commit 30e540672df8523a47013d92592b744459040904
1000 Author: Alexander Strange <astrange@ithinksw.com>
1001 Date:   Mon Oct 13 15:00:39 2008 -0400
1002
1003     Make every thread lock the same buffer_mutex for get_buffer.
1004
1005     Otherwise it isn't actually protecting anything...
1006
1007 commit 3106e8ebe7c55eba3e41f3a11cc23eb249a4ff3b
1008 Author: Alexander Strange <astrange@ithinksw.com>
1009 Date:   Mon Jul 14 23:09:47 2008 -0400
1010
1011     Always set thread_context[0] in MpegEncContext.
1012     This fixes mpeg* encoders always crashing, but most of the regression tests are still failing.
1013
1014 commit 3127a4bd6e36bb2d9cd2fe12a96fa776d94fed94
1015 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1016 Date:   Sat Nov 2 10:47:44 2002 +0000
1017
1018     added BeOS net_server support (R5 network stack), basically the same
1019     problems as with winsock (sockets != fd), and the broken select().
1020     based on older patch by Andrew Bachmann.
1021     patch by (Fran
1022 commit 314c2b1d2f94be3b6aca3dd1ae0f30c05f10f2ee
1023 Merge: 9816b66 bd8850b
1024 Author: Alexander Strange <astrange@ithinksw.com>
1025 Date:   Tue Feb 17 22:41:31 2009 -0500
1026
1027     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1028
1029     Conflicts:
1030
1031             libavcodec/avcodec.h
1032             libavcodec/mimic.c
1033             libavcodec/mpeg12.c
1034             libavcodec/mpegvideo.c
1035
1036 commit 314e5630e389457319ff2d11e856fab6b1d8b250
1037 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1038 Date:   Mon Jan 7 12:47:14 2008 +0000
1039
1040     Move wmv1_scantable to .rodata section by making it an array of arrays.
1041     Patch by Diego 'Flameeyes' Petten
1042 � flameeyes commit 31e3f669b598302b2a487dab84e08bf4d1e79983
1043 Author: Alexander Strange <astrange@ithinksw.com>
1044 Date:   Thu May 7 18:06:52 2009 -0400
1045
1046     Fix mplayer patch's calculation of extra delay.
1047
1048     It's only (num_threads-1) frames with MT on, not num_threads.
1049
1050 commit 31f1a603dcfe885c41d123832f102a3ccc55c6dd
1051 Author: Alexander Strange <astrange@ithinksw.com>
1052 Date:   Sun Aug 24 00:20:03 2008 -0400
1053
1054     Rename threading functions with 'decode' in their name
1055
1056 commit 333777b56b942a11db5d672433357bcbbf0d6e47
1057 Author: Alexander Strange <astrange@ithinksw.com>
1058 Date:   Tue Aug 19 01:14:48 2008 -0400
1059
1060     Cosmetic changes to mimic
1061
1062 commit 33bc3cc94a5a6e2679306da899afb1e0ce6b78c6
1063 Author: Alexander Strange <astrange@ithinksw.com>
1064 Date:   Thu Aug 14 14:01:15 2008 -0400
1065
1066     Reindent.
1067
1068 commit 3444ffe523dd65b788791dfb2c6cbd7031cfec97
1069 Author: Alexander Strange <astrange@ithinksw.com>
1070 Date:   Wed Aug 6 20:24:44 2008 -0400
1071
1072     Cosmetics: rename last_thread to prev_thread to avoid final vs. previous confusion.
1073
1074 commit 344df336a0b5e70ef9fcea33f612f759bc045552
1075 Author: Alexander Strange <astrange@ithinksw.com>
1076 Date:   Mon Apr 19 03:31:30 2010 -0400
1077
1078     Reindent
1079
1080 commit 3547c7f44108f1080f90de1844c36fb172528994
1081 Author: Alexander Strange <astrange@ithinksw.com>
1082 Date:   Sat Feb 20 19:40:48 2010 -0500
1083
1084     API simplification: remove ff_report/await_frame_progress()
1085
1086     The field variants are enough.
1087     Note that mpegvideo.c thread code doesn't need to support any codecs
1088     with field pictures.
1089
1090 commit 3630d89a7bd6443f9aeda2f6997fb2ea5da5c97d
1091 Author: Alexander Strange <astrange@ithinksw.com>
1092 Date:   Thu Dec 18 12:36:20 2008 -0500
1093
1094     Copy dequant4/8_buffer between H264 decoding threads.
1095
1096     Fixes at least:
1097     MSG00 ED.mkv
1098     freedom EP1 sample.mkv
1099     made with unknown encoders.
1100
1101 commit 36977df5243521eaa3ab1b67f3c89d1a1ba4c8f7
1102 Author: Alexander Strange <astrange@ithinksw.com>
1103 Date:   Mon Aug 18 22:03:25 2008 -0400
1104
1105     Move copying idct_algo to the right place
1106
1107 commit 379271216e0d522b675e97189ab5d4e5cf7f5f70
1108 Author: Alexander Strange <astrange@ithinksw.com>
1109 Date:   Mon Apr 19 03:35:28 2010 -0400
1110
1111     Update todo.
1112
1113 commit 37b38ff868fa39f75df9c1bd543fd1c2dc7134ae
1114 Author: Alexander Strange <astrange@ithinksw.com>
1115 Date:   Sat Feb 20 20:31:16 2010 -0500
1116
1117     Update the comment for FF_THREAD_FRAME.
1118
1119 commit 382e06ef4ba568c565b9d67b33b1688a32b2b80e
1120 Author: Alexander Strange <astrange@ithinksw.com>
1121 Date:   Tue May 11 06:21:06 2010 -0400
1122
1123     pthread: Use av_fast_malloc to allocate the frame buffer
1124
1125     Also delete the FIXME; it's impossible because the AVPacket memory
1126     API doesn't actually work.
1127
1128 commit 3934d02026fb67b46441176c4160c0f854c12825
1129 Author: Alexander Strange <astrange@ithinksw.com>
1130 Date:   Mon Jul 21 18:10:58 2008 -0400
1131
1132     Reindent.
1133
1134 commit 39eee0b91b9b6b75c54ff68d51ecc0ba1816c88f
1135 Author: Alexander Strange <astrange@ithinksw.com>
1136 Date:   Sun Jun 22 03:36:24 2008 -0400
1137
1138     Multithreading support for MPEG-4
1139     This requires more parallelism barriers than usual because of the horrible skip MB structure in B-frames.
1140
1141 commit 3ad85b1741ca6d36126bbf674f5b82d550107bae
1142 Merge: ff4c627 4495490
1143 Author: Alexander Strange <astrange@ithinksw.com>
1144 Date:   Tue Oct 6 16:12:06 2009 -0400
1145
1146     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1147
1148     Conflicts:
1149             libavcodec/avcodec.h
1150             libavcodec/mpegvideo_enc.c
1151             libavcodec/snow.c
1152             libavcodec/vp3.c
1153
1154 commit 3afd3f52b940d0bfa756e1a7496a20d103c5a7f0
1155 Author: Alexander Strange <astrange@ithinksw.com>
1156 Date:   Fri Jul 25 03:25:00 2008 -0400
1157
1158     Merge MPV_update_picture_pointers() into its only caller.
1159
1160 commit 3ba8143c5da92197eb45fa120bfa95b38adfd3bf
1161 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1162 Date:   Sat Nov 2 10:35:07 2002 +0000
1163
1164     added BeOS net_server support (R5 network stack), basically the same
1165     problems as with winsock (sockets != fd), and the broken select().
1166     based on older patch by Andrew Bachmann.
1167     patch by (Fran
1168 commit 3bac11e47a0ec7c6036c53a1173bce276abccfeb
1169 Merge: 53fff22 3d42d49
1170 Author: Alexander Strange <astrange@ithinksw.com>
1171 Date:   Sat Apr 9 21:30:16 2011 -0400
1172
1173     Merge mainline.
1174
1175     Conflicts:
1176             libavcodec/h264.c
1177
1178 commit 3bef1503e0f23c0f30c2e3b2de64a9b2618807d2
1179 Author: Alexander Strange <astrange@ithinksw.com>
1180 Date:   Sat Jun 27 16:18:44 2009 -0400
1181
1182     Add debugging hooks to show ff_report/ff_await calls.
1183
1184 commit 3c3a3648317737830fc863371b455624d093f8e6
1185 Author: Alexander Strange <astrange@ithinksw.com>
1186 Date:   Sat Oct 18 17:39:17 2008 -0400
1187
1188     Fix possible null pointer access after seek.
1189
1190 commit 3c7a8d94b97003b118c2438343d06ad7cf26198a
1191 Author: Alexander Strange <astrange@ithinksw.com>
1192 Date:   Tue Mar 9 00:04:51 2010 -0500
1193
1194     Reimplement VP3 multithreading.
1195
1196     Synchronization is now not very fine-grained, because it reuses
1197     vp3_draw_horiz_band which runs every ~64 pixel rows.
1198
1199 commit 3cfd7b2e788c3d8e31c91ed529f3e3730f836395
1200 Author: Alexander Strange <astrange@ithinksw.com>
1201 Date:   Mon Jun 23 23:14:05 2008 -0400
1202
1203     Wrong kind of #if.
1204
1205 commit 3f7521893b9072181763ea176ef8da0c0ad1922a
1206 Merge: ed42183 206c937
1207 Author: Alexander Strange <astrange@ithinksw.com>
1208 Date:   Sun Oct 10 01:47:32 2010 -0400
1209
1210     Merge mainline.
1211
1212     API change: CODEC_CAP_FRAME_THREADS is now defined as 0x800.
1213
1214     Conflicts:
1215             libavcodec/avcodec.h
1216
1217 commit 3f858091f8f3cd43f1eed396e85f6956ee5068a0
1218 Author: Alexander Strange <astrange@ithinksw.com>
1219 Date:   Tue Aug 19 02:35:52 2008 -0400
1220
1221     Fix losing frames at the end of an encode
1222
1223 commit 3ffe81697018042b27a31f20c1d30c988b688d60
1224 Author: Alexander Strange <astrange@ithinksw.com>
1225 Date:   Thu Jun 12 18:22:42 2008 -0400
1226
1227     Reindent.
1228
1229 commit 401a6bc7f0fe26963f63778c5092ae96c4262634
1230 Author: Alexander Strange <astrange@ithinksw.com>
1231 Date:   Thu Jun 25 19:07:58 2009 -0400
1232
1233     Frame threading for VP3 [1/2]
1234
1235     update_context function and compatibility fixes.
1236
1237 commit 40265f10de7698bb2fe23857cf261a0f04fe18a1
1238 Author: Alexander Strange <astrange@ithinksw.com>
1239 Date:   Mon Oct 13 14:19:27 2008 -0400
1240
1241     Fix edge drawing for non-mod-16 files.
1242
1243 commit 4074c8bfba918988029ce106eda3d41486f12966
1244 Author: Alexander Strange <astrange@ithinksw.com>
1245 Date:   Sat Jul 12 00:11:35 2008 -0400
1246
1247     Copy more MpegEncContext variables.
1248     These are needed for proper DivX/H.264 decoding.
1249
1250 commit 40ffd3a664e36f44ebdf4d2603e42c7c59502599
1251 Author: Alexander Strange <astrange@ithinksw.com>
1252 Date:   Thu Jul 23 21:40:06 2009 -0400
1253
1254     100l, fix compile error introduced by automerge
1255
1256 commit 4118a72e28be1cee657561a1f45dc3ce160dbf07
1257 Author: Alexander Strange <astrange@ithinksw.com>
1258 Date:   Thu Mar 10 02:46:14 2011 -0500
1259
1260     Update todo.txt
1261
1262 commit 41e0f81a58493a0a15cb18c7ff00920f0fd124a3
1263 Author: Alexander Strange <astrange@ithinksw.com>
1264 Date:   Sun Aug 24 02:52:18 2008 -0400
1265
1266     Remove unneeded stubs from thread.h
1267
1268 commit 4259f9fcf4edc5c92bc02d37d85493b3eb917075
1269 Merge: 2615129 fb61692
1270 Author: Alexander Strange <astrange@ithinksw.com>
1271 Date:   Tue Nov 2 02:36:20 2010 -0400
1272
1273     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1274
1275 commit 4293f5ba301cd751257705bfe6fc8b12337dccab
1276 Author: Alexander Strange <astrange@ithinksw.com>
1277 Date:   Mon Jul 14 23:20:17 2008 -0400
1278
1279     Disable multithreading for packed B-frames.
1280     The bitstream buffer is updated after decoding, so it has to be changed to find the frame end before starting the actual decode. Assuming that's not too slow.
1281
1282 commit 42b521db9177ed2d4e62845659fdcd44c59757f9
1283 Author: Alexander Strange <astrange@ithinksw.com>
1284 Date:   Fri May 8 00:40:57 2009 -0400
1285
1286     10l: dequant_coeff must be copied along with dequant_buffer
1287
1288     Fixes more Blu-Ray streams which change CQM, including Slumdog
1289     Millionaire.
1290
1291     Noticed by Haruhiko Yamagata.
1292
1293 commit 435ace7689e2794ddbb4013de097bdaf487f7365
1294 Author: Alexander Strange <astrange@ithinksw.com>
1295 Date:   Sat Apr 9 21:47:12 2011 -0400
1296
1297     Update test scripts to use ffmpeg instead of ffmpeg_g
1298
1299 commit 435adcd213762869c6a6f806481450216720b364
1300 Merge: 6ee99a7 11dcccd
1301 Author: Alexander Strange <astrange@ithinksw.com>
1302 Date:   Thu Mar 10 01:25:24 2011 -0500
1303
1304     Merge remote-tracking branch 'socrep/last_mainline_point' into last_git_point
1305
1306 commit 451af22792e7bec6f3b347ba801ba186102a85da
1307 Author: Alexander Strange <astrange@ithinksw.com>
1308 Date:   Mon Jul 14 04:13:33 2008 -0400
1309
1310     Call draw_edges per-MB-row instead of per-frame when possible.
1311     This is necessary for multithreading, since rows aren't complete until their edges are mirrored.
1312     It should also be somewhat more cache-efficient, but I haven't benchmarked it properly yet.
1313     I don't like adding new MpegEncContext variables, but edge_y lets it do the right thing wrt. error resilience and codecs that don't call ff_draw_horiz_slice.
1314
1315 commit 452fb04633126605afbb2cd0d6383bb75fe01f38
1316 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1317 Date:   Fri Nov 8 20:54:44 2002 +0000
1318
1319     ringbuffer patch by (Fran
1320 commit 4681ac8f618586d4a3ecb04784b9cf896d070f1b
1321 Author: Alexander Strange <astrange@ithinksw.com>
1322 Date:   Tue May 11 14:43:29 2010 -0400
1323
1324     Cosmetics: vertical alignment
1325
1326 commit 468eba33060aa87117ac6b617d4eae776951cbf6
1327 Merge: 3c7a8d9 aa86abc
1328 Author: Alexander Strange <astrange@ithinksw.com>
1329 Date:   Tue Mar 9 00:55:42 2010 -0500
1330
1331     Merge mainline.
1332
1333     The error condition in vp3_decode_frame was uglified to make the
1334     diff simpler.
1335
1336     Conflicts:
1337             libavcodec/vp3.c
1338
1339 commit 46a45ad599db4037006b335fca2c7b7bed7018ab
1340 Author: Alexander Strange <astrange@ithinksw.com>
1341 Date:   Sat Aug 2 00:22:16 2008 -0400
1342
1343     Clear thread variables in avcodec after freeing them.
1344
1345 commit 46b495ebc4a7fb7662580791e4ed10130b00fead
1346 Author: Alexander Strange <astrange@ithinksw.com>
1347 Date:   Thu Jun 12 17:16:31 2008 -0400
1348
1349     Don't allocate duplicate contexts if they're not going to be used.
1350
1351 commit 46ec6b90e7b2d6b1d83a207025a691c56176d686
1352 Author: Alexander Strange <astrange@ithinksw.com>
1353 Date:   Mon Jun 16 18:21:04 2008 -0400
1354
1355     Multithreading support for MPEG-1.
1356
1357 commit 46fc25f5c225e2f33430e31a0d0ad375455e9cef
1358 Author: Alexander Strange <astrange@ithinksw.com>
1359 Date:   Mon Nov 1 12:20:12 2010 -0400
1360
1361     Update todo.txt
1362
1363 commit 473799e0c3b647d73046c3b4de30e85bf57ba610
1364 Author: Alexander Strange <astrange@ithinksw.com>
1365 Date:   Tue Aug 19 21:16:59 2008 -0400
1366
1367     Whitespace fix
1368
1369 commit 47869edb7f0aede0a2bfd178ef9937e28bf8b01f
1370 Author: Alexander Strange <astrange@ithinksw.com>
1371 Date:   Sun Feb 14 23:41:12 2010 -0500
1372
1373     Fix buffer leak in VP3 by allowing update_context() with the same context.
1374
1375     I assumed update_context() would only be used to copy values, so skipped
1376     calling it with duplicate parameters (during flush and free) for optimization.
1377
1378     But VP3's release_buffer call was moved from the end of decoding to the
1379     end of update_context(), so flushing would skip releasing a frame and
1380     eventually run out of buffers.
1381
1382     Unfortunately this makes update_context() much uglier in codecs that
1383     already worked, because memcpy doesn't allow src and dst to be the same.
1384
1385 commit 480a82da7912bc5034a4b0bc2090879920567521
1386 Author: Alexander Strange <astrange@ithinksw.com>
1387 Date:   Thu Sep 30 01:13:43 2010 -0400
1388
1389     Update todo.
1390
1391     ffplay/ffmpeg support for better a/v sync support is in progress.
1392     If Theora uses PTS (I think it does), then once ffmpeg.c i
1393     ready it can be submitted to mainline.
1394
1395 commit 4845b04ed3d6bc513a272da718629d110bc8186f
1396 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1397 Date:   Mon Jan 7 12:43:04 2008 +0000
1398
1399     Mark the tables in g726.c as constant.
1400     Patch by Diego 'Flameeyes' Petten
1401 � flameeyes commit 485d8e9e3c5de803075c8440922e6e09b10a1e57
1402 Author: Alexander Strange <astrange@resnet-022-195.spsu.edu>
1403 Date:   Sun Sep 14 20:45:58 2008 -0400
1404
1405     Fix ff_report_*_progress side of H264 multithreading and merge draw_horiz_band into it.
1406
1407 commit 4874d258345ec305b0eca78c41491878d42a900d
1408 Author: Alexander Strange <astrange@ithinksw.com>
1409 Date:   Tue May 11 14:45:39 2010 -0400
1410
1411     Cosmetics: reorder variable declarations
1412
1413 commit 48d2183d902db7cc42c9f84d2bad6eccc35d0221
1414 Author: Ronald Bultje <rbultje@google.com>
1415 Date:   Mon Apr 11 14:58:11 2011 -0400
1416
1417     Release unused pictures even when not calling ff_h264_frame_start()
1418
1419     Unused pictures assigned to the thread can build up and cause it to
1420     run out of buffers if the thread only ever decodes bottom field pictures.
1421
1422 commit 48d7f5a8f3f14535d74f0e4b0a736e3f5dc336b2
1423 Author: Alexander Strange <astrange@ithinksw.com>
1424 Date:   Mon Aug 18 19:58:18 2008 -0400
1425
1426     Factor out freeing delayed released buffers.
1427
1428 commit 49652059c673eb977e5b69ffb0c8a543c3210e16
1429 Merge: a2efd25 48e59eb
1430 Author: Alexander Strange <astrange@ithinksw.com>
1431 Date:   Sat Jan 15 17:01:41 2011 -0500
1432
1433     Merge mainline.
1434
1435     Conflicts:
1436             doc/APIchanges
1437             libavcodec/avcodec.h
1438             libavcodec/h264.c
1439             libavcodec/utils.c
1440
1441 commit 4969bb89e592c003a560e321f3cacb412a192db9
1442 Author: Alexander Strange <astrange@ithinksw.com>
1443 Date:   Thu Jul 31 14:30:40 2008 -0400
1444
1445     Copy avcC variables in H264Context.
1446
1447 commit 496ec27adcef84278e650b29f4d22aba383d705a
1448 Author: Alexander Strange <astrange@resnet-022-195.spsu.edu>
1449 Date:   Sat Sep 13 16:20:03 2008 -0400
1450
1451     Correct interlaced draw_edges.
1452
1453     There is still a race condition when fields are decoded in different threads,
1454     so for now we pretend EMU_EDGE is set instead of using the edges.
1455
1456 commit 498ddbb3b2d78819540c1b8fff9a2bc495a33346
1457 Merge: aaa05da 95b6213
1458 Author: Alexander Strange <astrange@ithinksw.com>
1459 Date:   Wed Nov 3 18:34:04 2010 -0400
1460
1461     Merge mainline.
1462
1463     Conflicts:
1464             libavcodec/avcodec.h
1465
1466 commit 49e377f9f23904ed790e98175b1575bba6ecc6cb
1467 Author: Alexander Strange <astrange@ithinksw.com>
1468 Date:   Tue Jul 15 03:30:28 2008 -0400
1469
1470     Add update_context() for H.264.
1471     This seems to lose reference frames for my PAFF sample, which I'll fix after I find out how PAFF works.
1472
1473 commit 4adb7fbed7dcb12dda0f3919188334a3b96efb0a
1474 Author: Alexander Strange <astrange@ithinksw.com>
1475 Date:   Mon Aug 18 20:02:12 2008 -0400
1476
1477     Cosmetics: get rid of unhelpful comments, useless braces, and some whitespace/align issues
1478
1479 commit 4af5480a021156089c193ce2215994cfd170e4e6
1480 Merge: 2f48eac 1bf5327
1481 Author: Alexander Strange <astrange@ithinksw.com>
1482 Date:   Fri Nov 28 22:48:24 2008 -0500
1483
1484     Merge mainline.
1485
1486     Conflicts:
1487
1488             libavcodec/h264.c
1489             libavcodec/mpegvideo_enc.c
1490
1491 commit 4b9ce55576ab27f6a45d542bfda7c1e21fb967f8
1492 Merge: 1fae9e9 435adcd
1493 Author: Alexander Strange <astrange@ithinksw.com>
1494 Date:   Thu Mar 10 01:54:16 2011 -0500
1495
1496     Merge branch 'git_equiv_of_mainline'
1497
1498 commit 4c726e5e30e1f48619eecbec5442acd63e895318
1499 Author: Alexander Strange <astrange@ithinksw.com>
1500 Date:   Wed May 28 22:40:30 2008 -0400
1501
1502     Rename pthread.c to thread.c
1503     The remaining *thread.c files will be merged into it later.
1504
1505 commit 4c802e44f13672dd4527f51fc2f07a1e21be4a5c
1506 Author: Alexander Strange <astrange@ithinksw.com>
1507 Date:   Mon Jun 2 04:31:45 2008 -0400
1508
1509     Simplify ff_await_decode_progress.
1510
1511     Always set and allocate the progress pointer, so ff_await_decode_progress doesn't have to check for threading to be on.
1512
1513 commit 4cdd15a3cf5dfec32ace278cd445f04130ddbee0
1514 Author: Alexander Strange <astrange@ithinksw.com>
1515 Date:   Sat Jan 15 19:26:14 2011 -0500
1516
1517     pthread: Call external get_buffer() on the client's thread by default
1518
1519     This fixes several mplayer VOs that crashed when they were called from decoding
1520     threads.
1521
1522     Not a complete fix as mplayer still doesn't work right with draw_horiz_band()
1523     being called from decoding threads, but that doesn't crash at least.
1524
1525 commit 4d2f536b72ec9121b5afe858b69c93d9cc75f20a
1526 Author: Alexander Strange <astrange@ithinksw.com>
1527 Date:   Sat Aug 30 04:20:20 2008 -0400
1528
1529     Simplify draw_edges changes by removing edge_y (which is useless with slices)
1530
1531 commit 4d8525ab388d34e128629b08ab88c6a16f3aa406
1532 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1533 Date:   Sun Jul 21 07:59:17 2002 +0000
1534
1535     nanosleep patch by Fran
1536 commit 4edb9a7f780a6eaef36512724e6a34c3f38d67ce
1537 Author: Alexander Strange <astrange@ithinksw.com>
1538 Date:   Mon Feb 15 00:31:31 2010 -0500
1539
1540     Disable mpeg1 frame threading.
1541
1542     Seeking doesn't work (it triggers false error conditions) and it doesn't
1543     pass test.sh (-threads 2-4 match but 1 doesn't somehow). Will be reenabled
1544     when those are fixed.
1545
1546 commit 4f9364563f388af84b9a02930b375ff52eee1394
1547 Merge: 3bac11e 347b375
1548 Author: Alexander Strange <astrange@ithinksw.com>
1549 Date:   Sat Apr 9 21:30:47 2011 -0400
1550
1551     Merge branch 'master' of git://git.libav.org/libav
1552
1553 commit 4fb1fdf1ca1a48aff176b8f833ca596d245d6d36
1554 Author: Alexander Strange <astrange@ithinksw.com>
1555 Date:   Tue Jul 15 03:30:50 2008 -0400
1556
1557     Reindent.
1558
1559 commit 4fb33e68ec34cbc135ce4ebb86f7e1399ba97115
1560 Author: Alexander Strange <astrange@ithinksw.com>
1561 Date:   Mon Jun 23 22:11:58 2008 -0400
1562
1563     Merge statements.
1564
1565 commit 5022ee29ac6d4b2ee992115c3bf997e7bd1ab7a4
1566 Author: Alexander Strange <astrange@ithinksw.com>
1567 Date:   Thu Jun 5 20:30:27 2008 -0400
1568
1569     Add delayed_release_buffer for handling reference frames.
1570
1571 commit 5066a4656963dd3b4e847a540353bf71d318de14
1572 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1573 Date:   Tue Nov 5 00:07:05 2002 +0000
1574
1575     lrintf detection (based upon a patch by Fran
1576 commit 50d1ce2db57e39b6115642d3c4397e9f67f758e3
1577 Author: Alexander Strange <astrange@ithinksw.com>
1578 Date:   Sun May 24 00:08:03 2009 -0400
1579
1580     Call codec init at a more reasonable time.
1581
1582     Previously it was delayed until the first decode_video() call,
1583     but it can be moved into avcodec_thread_init(). This makes pix_fmt
1584     available to clients after init again, which should make them happier.
1585
1586 commit 50eaf4979eb085e2c58c06912bb0c885404d4470
1587 Author: Alexander Strange <astrange@ithinksw.com>
1588 Date:   Thu Aug 28 17:39:28 2008 -0400
1589
1590     Simplify changes to non-pthreads and don't call thread_init from open if it was already called.
1591
1592     This will cause an assert failure if clients call thread_init again after open.
1593
1594 commit 51428e56c71512a57f81d85acee3ced7cc0d2983
1595 Merge: 00425e9 03586fd
1596 Author: Alexander Strange <astrange@ithinksw.com>
1597 Date:   Sat Jul 4 16:41:31 2009 -0400
1598
1599     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1600
1601 commit 517d68c2642aee3c14fc71031c1e44c0803a664e
1602 Author: Alexander Strange <astrange@ithinksw.com>
1603 Date:   Mon Mar 8 04:43:06 2010 -0500
1604
1605     h264: change the definition of col_fieldoff to avoid divisions
1606
1607 commit 5186276ed120294fb6a4f2cf5a40d5019012482f
1608 Author: Alexander Strange <astrange@ithinksw.com>
1609 Date:   Sun Jan 16 22:01:18 2011 -0500
1610
1611     libavfilter input_get_buffer is thread-safe
1612
1613     Slightly faster ffplay playback
1614
1615 commit 51ead6d2c40c5defdd211f435aec49b19f5f6a18
1616 Author: Ronald Bultje <rbultje@google.com>
1617 Date:   Mon Apr 11 10:14:38 2011 -0400
1618
1619     h264: Fix decoding race condition with PAFF
1620
1621     A thread can release a Picture and immediately reuse the same Picture
1622     for a different frame. This is fine, unless the picture released was
1623     a field-picture. In that case, there may be a future thread still decoding
1624     the second field of the picture, and reusing it overwrites the shared fields
1625     in the Picture.
1626
1627     Fixed by tracking ownership of Pictures and allowing it to be reassigned
1628     to the second thread's context.
1629
1630     Fixes conformance sample HPCAMAPALQ_BRCM_B.264.
1631     vsync still fails, and therefore FATE does as well.
1632
1633 commit 521f07e3cf2dfb9b0473027ae2fbb6bd4f203ce4
1634 Merge: 7d0709e 4a8d06e
1635 Author: Alexander Strange <astrange@ithinksw.com>
1636 Date:   Sun May 31 00:08:08 2009 -0400
1637
1638     Merge mainline.
1639
1640     Conflicts:
1641             libavcodec/avcodec.h
1642
1643 commit 52b214211060b56e7aac6b9743fa27bc79f789d1
1644 Author: Alexander Strange <astrange@ithinksw.com>
1645 Date:   Wed May 28 02:15:47 2008 -0400
1646
1647     Enable multithreading for Mimic.
1648
1649 commit 5323bc6e8adbff2b6849a08e9e071f22241fd807
1650 Author: Alexander Strange <astrange@ithinksw.com>
1651 Date:   Sat Feb 20 22:48:51 2010 -0500
1652
1653     Cosmetics: add () to function name
1654
1655 commit 5340d1ffae10b1545d88b9dd8ca86a5a3aaffca7
1656 Author: Alexander Strange <astrange@ithinksw.com>
1657 Date:   Wed May 28 02:15:47 2008 -0400
1658
1659     Enable multithreading for Mimic.
1660
1661 commit 534516ac79adc69d8773ff934955532a92db2cf1
1662 Author: Alexander Strange <astrange@ithinksw.com>
1663 Date:   Sat Aug 16 00:01:07 2008 -0400
1664
1665     Fix a memory corruption bug in update_context and reenable H264 multithreading.
1666
1667 commit 535de6d374ab6b06041f5e3cb392327abd2ce054
1668 Merge: 6abde3d cc8161e
1669 Author: Alexander Strange <astrange@ithinksw.com>
1670 Date:   Tue May 11 04:08:37 2010 -0400
1671
1672     Merge mainline.
1673
1674 commit 5380fee33a871580fe9f3424767eaf2362c8cde0
1675 Merge: ef2d866 08c0efd
1676 Author: Alexander Strange <astrange@ithinksw.com>
1677 Date:   Sun Jun 13 23:43:37 2010 -0700
1678
1679     Merge mainline.
1680
1681 commit 538a29e12f115390a64ceb3d4909a4a67cad26cd
1682 Author: Alexander Strange <astrange@ithinksw.com>
1683 Date:   Tue Aug 19 15:48:55 2008 -0400
1684
1685     Make diff smaller
1686
1687 commit 53c86e82af6757c12df3a99aede6862a311f050b
1688 Merge: fa8a82e ae2df26
1689 Author: Luca Barbato <lu_zero@gentoo.org>
1690 Date:   Sat May 3 16:13:06 2008 +0200
1691
1692     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1693
1694 commit 53cd195c8885125351a03cfb6f1d93e66d433b86
1695 Author: Alexander Strange <astrange@ithinksw.com>
1696 Date:   Mon Nov 15 05:00:01 2010 -0500
1697
1698     Rewrite multithreading.txt
1699
1700 commit 53fff221cdb9f18df2f2f52bd48731ce0fa9e114
1701 Author: Maksym Veremeyenko <verem@m1.tv>
1702 Date:   Wed Mar 30 13:20:23 2011 +0300
1703
1704     mingw32 compilation after 'unbreak avcodec_thread_init'
1705
1706 commit 5402adfa2e9c159e7d13ee07e142cb035a77ef95
1707 Author: Alexander Strange <astrange@ithinksw.com>
1708 Date:   Tue Dec 16 16:54:20 2008 -0500
1709
1710     Only write to stderr once for each av_log().
1711
1712     This makes logging somewhat easier to read with multiple threads.
1713
1714 commit 541d79def90226cc9b17e6ccc9eb2ff2549bea46
1715 Author: Alexander Strange <astrange@ithinksw.com>
1716 Date:   Fri May 15 17:54:20 2009 -0400
1717
1718     Remove useless volatile qualifiers
1719
1720     All such accesses must be protected by a mutex anyway, which is
1721     already a memory barrier, so this doesn't change anything (assuming
1722     a working compiler).
1723
1724 commit 544c6a6709833f1a449b8faf4478ab529e269240
1725 Author: Alexander Strange <astrange@ithinksw.com>
1726 Date:   Sun Mar 29 02:28:29 2009 -0400
1727
1728     Frame threading support for HuffYUV decoding
1729
1730 commit 54c0c3d2ce69606a5aa508659d3322f48ada77cb
1731 Author: Alexander Strange <astrange@ithinksw.com>
1732 Date:   Wed Sep 3 11:59:59 2008 -0400
1733
1734     Call decode_postinit from the right place to avoid race conditions
1735
1736 commit 552a89508fddc64d4217b9d845e458f504b63593
1737 Author: Alexander Strange <astrange@ithinksw.com>
1738 Date:   Sat Jun 27 15:22:52 2009 -0400
1739
1740     Print md5s of test output files in test.sh.
1741
1742 commit 55c511eedb24ffb09aef7072c02e911576c9900b
1743 Author: Alexander Strange <astrange@ithinksw.com>
1744 Date:   Mon Jan 25 02:47:19 2010 -0500
1745
1746     Did a todo item
1747
1748 commit 574d2e5b942aa1e093bf768cc6321f3b081d3aeb
1749 Author: Alexander Strange <astrange@ithinksw.com>
1750 Date:   Sat Jul 5 23:36:08 2008 -0400
1751
1752     Merge enum with its only use.
1753
1754 commit 578f45c15026e778ef54694d98a9ec446810a897
1755 Author: Alexander Strange <astrange@ithinksw.com>
1756 Date:   Sun Jun 15 17:42:56 2008 -0400
1757
1758     Reindent.
1759
1760 commit 5918efedbb7928031b6af745acb8b4233c08fb06
1761 Merge: 7d09b68 c2a400d
1762 Author: Alexander Strange <astrange@ithinksw.com>
1763 Date:   Thu Aug 14 21:37:03 2008 -0400
1764
1765     Merge branch 'mainline'
1766
1767 commit 59d787ffccaf42e992229649c23e624ea7d71635
1768 Author: Alexander Strange <astrange@ithinksw.com>
1769 Date:   Mon Nov 15 05:39:12 2010 -0500
1770
1771     Delete os2thread.c which is gone from mainline
1772
1773 commit 5a7146bf75a2170f33ff25b88b91f667574d2919
1774 Author: Alexander Strange <astrange@ithinksw.com>
1775 Date:   Wed Aug 11 01:33:20 2010 -0700
1776
1777     vp3: Fix a crash decoding files with <thread_count frames
1778
1779 commit 5a75822b584676672fbb887d4b828abc80ffd89c
1780 Author: Alexander Strange <astrange@ithinksw.com>
1781 Date:   Fri Apr 1 19:19:34 2011 -0400
1782
1783     pthread: validate_thread_parameters() ignored slice-threading being intentionally off
1784
1785 commit 5b7c668d1f64facfe8b9f86e2491085595fa9bc7
1786 Author: Alexander Strange <astrange@ithinksw.com>
1787 Date:   Tue Aug 12 20:26:26 2008 -0400
1788
1789     Document thread-safety requirements for user callbacks in AVCodecContext.
1790
1791 commit 5bacdcc1a52e2b1d32bad9e9f250ceb6cc37f366
1792 Author: Alexander Strange <astrange@ithinksw.com>
1793 Date:   Sat Oct 11 15:40:47 2008 -0400
1794
1795     Fix progressive height values in avail_motion()
1796
1797 commit 5c46573ed07b092aea0db6560ade77bc299c28cb
1798 Author: Alexander Strange <astrange@ithinksw.com>
1799 Date:   Mon May 25 22:16:23 2009 -0400
1800
1801     Whitespace error
1802
1803 commit 5c4c8ed51da0be4f141a4de339db77f4a0a6c783
1804 Author: Alexander Strange <astrange@ithinksw.com>
1805 Date:   Mon Sep 1 03:18:55 2008 -0400
1806
1807     Remove unused variable
1808
1809 commit 5d3c2f7512746dd0adf067952ed38d8111d7571d
1810 Merge: 7041a16 5a70b15
1811 Author: Luca Barbato <lu_zero@gentoo.org>
1812 Date:   Sun Jul 6 12:38:18 2008 +0900
1813
1814     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1815
1816 commit 5d53ada4cbd323d66b61965b1442d0abd63361b2
1817 Author: Alexander Strange <astrange@ithinksw.com>
1818 Date:   Sun Jan 24 17:00:18 2010 -0500
1819
1820     Don't load PerThreadContext until it's needed in ff_await/report_*.
1821
1822     Should avoid crashes if anything calls them without using ff_get_buffer.
1823
1824 commit 5d7dfbb887f263b036224bf4510db176fa6cff73
1825 Author: Alexander Strange <astrange@ithinksw.com>
1826 Date:   Mon Jun 16 18:18:53 2008 -0400
1827
1828     Utility functions for mpegvideo threading.
1829
1830 commit 5d82241b49a1fb1dbecd1b279045cce9f099c775
1831 Author: Alexander Strange <astrange@ithinksw.com>
1832 Date:   Thu Mar 24 03:34:48 2011 -0400
1833
1834     Update todo.
1835
1836 commit 5eb0c649c780e26a77085bd213f945d88761ad00
1837 Author: Alexander Strange <astrange@ithinksw.com>
1838 Date:   Mon Jan 4 04:12:44 2010 -0500
1839
1840     Make ffplay -drp the default.
1841
1842     Ignoring reordered/delayed PTS never works with frame threading.
1843     This may be changing behavior too much; I haven't tested this
1844     with non-mt files, but I think the current behavior must cause
1845     A/V desync even there.
1846
1847 commit 5eb679f0fff432ba2c9e0cdada254dbe4bd4a45d
1848 Author: Alexander Strange <astrange@ithinksw.com>
1849 Date:   Mon Nov 15 02:53:14 2010 -0500
1850
1851     Remove width/height changing checks from h264/mpeg12
1852
1853     These should be moved to pthread.c update_context_from_thread() if they're needed,
1854     not kept in specific codecs. Hopefully the error return from get_buffer() is
1855     enough to make it not crash anyway.
1856
1857 commit 5edf2cc5acbb410ba50a3770e8565fb39206f406
1858 Author: Alexander Strange <astrange@ithinksw.com>
1859 Date:   Mon Jun 16 18:20:54 2008 -0400
1860
1861     Multithreading support for mpegvideo decoding in general.
1862
1863 commit 5ef4af7de47c3913ddc1e09e43887ac04ecfaba3
1864 Author: Alexander Strange <astrange@ithinksw.com>
1865 Date:   Sun Jun 15 01:58:15 2008 -0400
1866
1867     Fix ff_delayed_release_buffer crashing with slice-threading.
1868
1869 commit 604ee5471f21d310f4014011a20c00c28a31995b
1870 Merge: 3792712 7838828
1871 Author: Alexander Strange <astrange@ithinksw.com>
1872 Date:   Wed Apr 21 22:04:21 2010 -0400
1873
1874     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1875
1876 commit 607edd221a3b7a300fbaa4a5495ffd30f8dc9fa8
1877 Author: stefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
1878 Date:   Mon Jul 26 14:30:47 2010 +0000
1879
1880     Define static functions fill_image_linesize() and
1881     fill_image_data_ptr(). ff_fill_linesize() and ff_fill_pointer() now wrap
1882     these functions.
1883
1884     The new functions are more generic, and are going to be exported in a
1885     future patch.
1886
1887     Patch by S.N. Hemanth Meenakshisundaram smeenaks # ucsd commit 60be6c15c4d23c5107f14e408043988918a44c76
1888 Author: Alexander Strange <astrange@ithinksw.com>
1889 Date:   Sat Jun 20 16:07:58 2009 -0400
1890
1891     Add a valgrind script so I don't have to type it all the time.
1892
1893 commit 614d2308b343ec6af6bf72ada08884684bb66df0
1894 Author: Alexander Strange <astrange@ithinksw.com>
1895 Date:   Wed Sep 3 22:55:22 2008 -0400
1896
1897     Update header guard
1898
1899 commit 62830f5772dd8971032aa9f8d52a8f6c00c92487
1900 Author: Alexander Strange <astrange@ithinksw.com>
1901 Date:   Thu Jul 17 19:04:19 2008 -0400
1902
1903     Remove next_delayed_pic, it doesn't prevent any race conditions.
1904
1905     This part is now entirely out of sync with mainline.
1906
1907 commit 62ba7a4acc98b691ab3152356cf0c21a52f7e03b
1908 Author: Alexander Strange <astrange@ithinksw.com>
1909 Date:   Sun Jun 15 19:22:41 2008 -0400
1910
1911     Fix the main thread hanging if there's an error before all of the frame is decoded.
1912
1913 commit 63d086d2585d3275a6b9068ee1ca957617ecf902
1914 Merge: 314c2b1 712afbf
1915 Author: Alexander Strange <astrange@ithinksw.com>
1916 Date:   Wed Feb 18 21:29:44 2009 -0500
1917
1918     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1919
1920 commit 63f663f09320851b9ed76f489fdab590da2fc7f0
1921 Merge: 64df3aa d61efce
1922 Author: Luca Barbato <lu_zero@gentoo.org>
1923 Date:   Sat May 10 07:51:22 2008 +0200
1924
1925     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1926
1927 commit 63ff6aa525faf65f86dfbc8ec571fd260844100f
1928 Author: Alexander Strange <astrange@ithinksw.com>
1929 Date:   Sat Oct 23 18:07:14 2010 -0400
1930
1931     Don't set avctx->thread_count to 0 in avcodec_thread_init.
1932
1933     h264 crashes during decode init with 0 (instead of 1) threads.
1934     Note that this isn't a regression from -mt, but is actually a bug present in mainline.
1935
1936     -threads 0 should preferrably set auto threads, but doesn't.
1937
1938 commit 641f2752c16aaa25c5854d34726b72f226003b87
1939 Author: Luca Barbato <lu_zero@gentoo.org>
1940 Date:   Sat May 3 12:20:42 2008 +0200
1941
1942     Ignore stuff
1943
1944 commit 6446d2b0931c6a9637077b18b98af911d438057f
1945 Author: Alexander Strange <astrange@ithinksw.com>
1946 Date:   Thu May 7 01:38:16 2009 -0400
1947
1948     Update mplayer.diff line numbers to match mplayer r29269 (20090505)
1949
1950 commit 647f6cf3144934e3c2c22b06601d23a1217a2b86
1951 Author: Alexander Strange <astrange@ithinksw.com>
1952 Date:   Sat May 23 20:09:07 2009 -0400
1953
1954     H264: Print an error instead of failing silently for size changes with slice threads.
1955
1956 commit 64df3aa6a32a87d96f650b8535c88e1d65b52524
1957 Merge: 53c86e8 72c8992
1958 Author: Luca Barbato <lu_zero@gentoo.org>
1959 Date:   Sun May 4 22:24:35 2008 +0200
1960
1961     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
1962
1963 commit 65b3e34fc8a52f4f1a48fce7c8cddd80db8fade9
1964 Author: Alexander Strange <astrange@ithinksw.com>
1965 Date:   Mon Nov 1 12:20:24 2010 -0400
1966
1967     Update the test script to show results more clearly
1968
1969 commit 65e8486a1dd1efbf2750d0bc25c326f8dc836bcd
1970 Author: Alexander Strange <astrange@ithinksw.com>
1971 Date:   Sun Mar 29 03:10:53 2009 -0400
1972
1973     Fix nonsense 2am code - left the huffman tables uninited.
1974
1975     It would be faster to copy the VLCs but it would require more code.
1976     And this could be factored into another function.
1977
1978 commit 661ca4010c548e135ce1c0c819d0c05a94b66985
1979 Author: Alexander Strange <astrange@ithinksw.com>
1980 Date:   Fri Jul 10 14:32:04 2009 -0400
1981
1982     Cosmetics: get rid of pointless parameter.
1983
1984 commit 66204771dd8e479d30ef71ad85c162e1a34e4104
1985 Merge: 3f75218 76dd0e7
1986 Author: Alexander Strange <astrange@ithinksw.com>
1987 Date:   Sat Oct 23 17:41:42 2010 -0400
1988
1989     Merge mainline.
1990
1991     Conflicts:
1992             libavcodec/avcodec.h
1993             libavcodec/options.c
1994
1995 commit 66a34dee4443dd6ccabb53ca09a1c45bc95f4d24
1996 Author: Alexander Strange <astrange@ithinksw.com>
1997 Date:   Tue Aug 12 00:39:28 2008 -0400
1998
1999     Don't run the last part of decode_update_context() when the last frame was dropped.
2000
2001     This fixes mplayer -framedrop crashing. Of course, they're still run in some cases when it wouldn't be without threads, but those are all error conditions.
2002
2003 commit 66cf3f781d73fed502d80cce01dbd16b25bc3a71
2004 Author: Alexander Strange <astrange@ithinksw.com>
2005 Date:   Sat Aug 2 19:27:12 2008 -0400
2006
2007     Correct 6b037a88 for PAFF/MBAFF.
2008
2009 commit 66d9c0c9f6b2a4309dd4a41f88dd9a1dccb323e3
2010 Author: Alexander Strange <astrange@ithinksw.com>
2011 Date:   Sat Aug 23 19:56:21 2008 -0400
2012
2013     Wait for predecode to finish just before calling update_context, instead of as soon as possible.
2014
2015 commit 66ef4712c357514602f6b47311874e9ebf7376e3
2016 Author: Alexander Strange <astrange@ithinksw.com>
2017 Date:   Wed Jun 4 15:57:36 2008 -0400
2018
2019     Handle zero-byte input correctly. (for CODEC_CAP_DELAY)
2020
2021 commit 68682144289b05c830fd64a651526c4708666874
2022 Author: Alexander Strange <astrange@ithinksw.com>
2023 Date:   Tue Aug 19 04:08:42 2008 -0400
2024
2025     Fix accidentally calling execute_ref_pic_marking() while draining delayed_pics at the end.
2026
2027 commit 686ea24614fded4d7501f71901aae61f5160f018
2028 Author: Alexander Strange <astrange@ithinksw.com>
2029 Date:   Sun Jan 16 22:15:28 2011 -0500
2030
2031     Update APIchanges to match mainline_patches branch
2032
2033 commit 68ef172444124e9e6dd2a69df00ae72a64e795cb
2034 Author: Alexander Strange <astrange@ithinksw.com>
2035 Date:   Tue May 11 05:34:20 2010 -0400
2036
2037     Pass the complete AVPacket through pthread.c decoding
2038
2039     Part of a patch from VLC.
2040
2041 commit 6913bf9451bdaef16cd7748c93358baeec57d33b
2042 Author: Michael Niedermayer <michaelni@gmx.at>
2043 Date:   Wed Apr 6 00:14:56 2011 +0200
2044
2045     Fix REBASE_PICTURE with h.264
2046
2047     It was possible for last_picture_ptr to point into h.ref_list
2048     instead of h.s.picture, which caused a bad pointer to be set.
2049     Fixes some valgrind warnings, presumably improves behavior but
2050     no changes were found.
2051
2052 commit 6998f46dec036f2ab39d6389747a95a7f5808f19
2053 Author: Alexander Strange <astrange@ithinksw.com>
2054 Date:   Sat Feb 20 22:32:39 2010 -0500
2055
2056     Cosmetics: Rename init_copy and update_context to have 'thread' in the name
2057
2058 commit 69f085cebf61a64352e623d3c4a5d6032329473d
2059 Author: Alexander Strange <astrange@ithinksw.com>
2060 Date:   Wed Jun 10 11:33:47 2009 -0700
2061
2062     Don't change avctx->thread_count if frame_thread_init() fails.
2063
2064 commit 69f6e77a9a9ddfc386d43f5a350df5c960c0203d
2065 Author: Alexander Strange <astrange@ithinksw.com>
2066 Date:   Sun Aug 24 04:11:52 2008 -0400
2067
2068     Remove useless check
2069
2070 commit 6a26fe72383c0ab088c8d92733221bf2911231ce
2071 Author: Alexander Strange <astrange@ithinksw.com>
2072 Date:   Fri Oct 17 14:45:47 2008 -0400
2073
2074     Fix nonsense logic in copy_parameter_set()
2075
2076 commit 6a3821cf92ef5aaba020a0b7c8d06df5926bd362
2077 Author: Alexander Strange <astrange@ithinksw.com>
2078 Date:   Tue Jun 3 04:13:55 2008 -0400
2079
2080     Merge statements in mimic.
2081
2082 commit 6abde3d9e6ccfb062c6f547334171665386b0d85
2083 Merge: d8014c6 4448f8c
2084 Author: Alexander Strange <astrange@ithinksw.com>
2085 Date:   Fri May 7 04:42:38 2010 -0400
2086
2087     Merge mainline.
2088
2089     Conflicts:
2090             libavcodec/avcodec.h
2091             libavcodec/options.c
2092
2093 commit 6ae441be729df8064f1b1244acc82fead9cb1918
2094 Author: Alexander Strange <astrange@ithinksw.com>
2095 Date:   Tue Aug 19 01:27:54 2008 -0400
2096
2097     Reduce code duplication in MPV_lowest_referenced_row
2098
2099 commit 6b037a889a34f8f2dd8ad188cda6f4d09d9f4710
2100 Author: Alexander Strange <astrange@ithinksw.com>
2101 Date:   Sun Jul 27 00:58:54 2008 -0400
2102
2103     Avoid a deadlock in damaged streams where the current picture ends up in h->ref_list.
2104
2105 commit 6b5aa5cb4d105c4ed118d5ea07f64bbe1e94d135
2106 Author: Alexander Strange <astrange@ithinksw.com>
2107 Date:   Sat May 23 23:10:33 2009 -0400
2108
2109     Remove inaccurate comment.
2110
2111     ff_report_frame_setup_done() is called properly for the first field.
2112
2113 commit 6c575595d9d0e2974e326ad86db61bb61163753a
2114 Author: Alexander Strange <astrange@ithinksw.com>
2115 Date:   Tue Aug 19 21:01:51 2008 -0400
2116
2117     Add flag for thread algorithm
2118
2119 commit 6d4679e9d5fedff6aa1eed964aa1449716f02682
2120 Author: Alexander Strange <astrange@ithinksw.com>
2121 Date:   Wed Jan 20 02:17:36 2010 -0500
2122
2123     Add a FIXME comment to a commented-out part of h264.c.
2124
2125 commit 6e508a7ab927ce7280688d822d3529dfbf17ec88
2126 Author: Alexander Strange <astrange@ithinksw.com>
2127 Date:   Thu Sep 4 17:40:59 2008 -0400
2128
2129     Fix field progress allocation.
2130
2131 commit 6fad2f2300fb9e6288d4c9cdf3028d07d3dd63a9
2132 Author: Alexander Strange <astrange@ithinksw.com>
2133 Date:   Mon Jan 17 15:41:20 2011 -0500
2134
2135     pthread: Fix missing mutex unlock in error condition
2136
2137     Also remove stray ;
2138
2139 commit 700a6622f378b5169d8d54ea5bdb4d8b67262a22
2140 Author: Alexander Strange <astrange@ithinksw.com>
2141 Date:   Tue Jun 24 23:29:40 2008 -0400
2142
2143     Merge another ++.
2144
2145 commit 701ddc74e17de9f76eabf00a9e8d16adac7c2954
2146 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
2147 Date:   Tue Nov 5 00:38:06 2002 +0000
2148
2149     BeOS Audio ouput patch by (Fran
2150 commit 7041a164baed1c643f0cfa1207fbb2fd06d81f38
2151 Merge: 84cde2e 483385a
2152 Author: Luca Barbato <lu_zero@gentoo.org>
2153 Date:   Sun Jun 29 16:34:45 2008 +0900
2154
2155     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2156
2157 commit 70595dcbdbc01bb1f8f331c0998ee11f04577091
2158 Author: Alexander Strange <astrange@ithinksw.com>
2159 Date:   Sun Jan 24 17:33:22 2010 -0500
2160
2161     unnecessary freep
2162
2163 commit 706e94d6531daa0b179613dbef51af8ec5bbe1dd
2164 Merge: 7e928f6 e42b282
2165 Author: Alexander Strange <astrange@ithinksw.com>
2166 Date:   Sat Jul 17 18:47:45 2010 -0700
2167
2168     Merge mainline and swscale.
2169
2170     One valgrind test currently fails.
2171
2172     Conflicts:
2173             libavcodec/avcodec.h
2174             libavcodec/beosthread.c
2175             libavcodec/h264.c
2176             libavcodec/options.c
2177             libavcodec/os2thread.c
2178             libavcodec/utils.c
2179             tests/ref/vsynth1/rgb
2180             tests/ref/vsynth1/yuv
2181             tests/ref/vsynth2/rgb
2182             tests/ref/vsynth2/yuv
2183
2184 commit 70bf5912700d0519f3d607784654c394633effac
2185 Author: Alexander Strange <astrange@ithinksw.com>
2186 Date:   Wed Jun 18 21:58:17 2008 -0400
2187
2188     Add an mpegvideo wrapper around ff_report_decode_progress.
2189
2190 commit 70fb3fdcf2c5f01a555d87f8113efb50286493f7
2191 Merge: 1d15df4 0b034be
2192 Author: Luca Barbato <lu_zero@gentoo.org>
2193 Date:   Mon Jun 9 18:03:54 2008 +0200
2194
2195     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2196
2197 commit 71419720215a7ca7d1b1780564f21cb51d9df0a2
2198 Author: Alexander Strange <astrange@ithinksw.com>
2199 Date:   Wed Aug 6 15:45:52 2008 -0400
2200
2201     Copy all the MPEG-2 interlacing flags, as well as *_picture, in ff_mpeg_update_context().
2202
2203 commit 73608e1fa14434599aab86d2198a05ec4ca21c59
2204 Merge: a5285ae 6a7ac9c
2205 Author: Alexander Strange <astrange@ithinksw.com>
2206 Date:   Wed Sep 16 14:38:47 2009 -0400
2207
2208     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2209
2210     The definition of CODEC_CAP_FRAME_THREADS changed, but
2211     clients shouldn't have had to check it for anything.
2212
2213 commit 73ad08d3b0867db89e5a81b9aec44b053e855ab3
2214 Author: Alexander Strange <astrange@ithinksw.com>
2215 Date:   Thu Mar 24 03:31:14 2011 -0400
2216
2217     Draw edges in MPV_frame_end when encoding
2218
2219     These pictures don't get draw_horiz_band called on them.
2220     I thought I had tried this, but after thinking about it realized I'd made
2221     a typo the first time.
2222
2223     Fixes make test.
2224
2225 commit 74f382ae597d9cf69c885bc03c716d18fdbd413c
2226 Author: Alexander Strange <astrange@ithinksw.com>
2227 Date:   Mon Mar 16 23:12:44 2009 -0400
2228
2229     Disable frame threading for MPEG-4
2230
2231     It seems to have problems with packed B-frames in mplayer.
2232     I don't know if any other players work (at least ffplay does).
2233
2234 commit 753aecc29f8f4727326f0f371fa99fefbc369d0c
2235 Author: Alexander Strange <astrange@ithinksw.com>
2236 Date:   Tue Jul 15 02:58:51 2008 -0400
2237
2238     Lift H.264 display-order code before decode_slices.
2239     This is needed for multithreading and should get us closer to CODEC_CAP_DRAW_HORIZ_BAND.
2240
2241 commit 759176e401ebe8911e071f860f59b05d482315d0
2242 Author: Alexander Strange <astrange@ithinksw.com>
2243 Date:   Thu Mar 10 02:36:33 2011 -0500
2244
2245     Reorder picture_count in mpegvideo to fix ARM asm
2246
2247 commit 75d4208c3a6ea4b9973b05ce930258ca8c3db224
2248 Author: Alexander Strange <astrange@ithinksw.com>
2249 Date:   Wed Jun 25 01:06:31 2008 -0400
2250
2251     Disable mbskip copy avoidance harder with threads on
2252     Fixes seeking in mpeg4.
2253
2254 commit 76211d5890819ae687cc73520bcda17115a65697
2255 Author: Alexander Strange <astrange@ithinksw.com>
2256 Date:   Sat Aug 23 23:14:10 2008 -0400
2257
2258     Update threading comments in avcodec.h
2259
2260 commit 776e2fc2d7df09d184caf414cb1d93829fe1c38d
2261 Author: Alexander Strange <astrange@ithinksw.com>
2262 Date:   Tue Mar 9 01:11:58 2010 -0500
2263
2264     Fix missed things in previous VP3 commits
2265
2266     Optimization improvements only, because the pessimizations hid the bugs.
2267
2268 commit 77f7818ac7b881a5aa024e31147255ed3a413141
2269 Author: Alexander Strange <astrange@ithinksw.com>
2270 Date:   Sun Jan 24 19:00:24 2010 -0500
2271
2272     Fixed memory leak in todo
2273
2274 commit 78c5ca40fac2dc13dac72cada9cc4b80551ee94c
2275 Author: Alexander Strange <astrange@ithinksw.com>
2276 Date:   Sun Jan 16 02:31:44 2011 -0500
2277
2278     Update todo.txt
2279
2280 commit 78feacc6fae50a72dff68e75d0f718bc136dbe7b
2281 Author: Alexander Strange <astrange@ithinksw.com>
2282 Date:   Sat Jun 21 23:05:45 2008 -0400
2283
2284     Copy the other parts of MpegEncContext needed for h263
2285     I'm not sure if mbskip can be made compatible with frame threads yet, so it's all zeroed for now.
2286
2287 commit 795b6f2d87b241e98472c8d9771d4327712c6db9
2288 Merge: 20d6c33 4f24e1c
2289 Author: Alexander Strange <astrange@ithinksw.com>
2290 Date:   Tue Jan 13 01:52:27 2009 -0500
2291
2292     Merge mainline.
2293
2294     The conflict fix in h264.c has a strange-looking diff
2295     but probably isn't a problem.
2296     Reverted regression tests to mainline's.
2297
2298     Conflicts:
2299
2300             libavcodec/avcodec.h
2301             libavcodec/h264.c
2302             libavcodec/mpegvideo.c
2303             libavcodec/utils.c
2304             tests/seek.regression.ref
2305
2306 commit 79f3159ebbc55b4f2f885943badc5a847ecd612f
2307 Author: Alexander Strange <astrange@ithinksw.com>
2308 Date:   Tue Aug 26 03:09:09 2008 -0400
2309
2310     Split longer lines
2311
2312 commit 7a08d7653f38851bd950264fa78174616395fd9a
2313 Author: Alexander Strange <astrange@ithinksw.com>
2314 Date:   Sat Jun 21 22:09:12 2008 -0400
2315
2316     Park all the threads in ff_frame_thread_free before ending them.
2317
2318 commit 7aabc98254731f46d39fb0770b1445fe332797de
2319 Author: Alexander Strange <astrange@ithinksw.com>
2320 Date:   Wed Jan 20 02:38:42 2010 -0500
2321
2322     The mplayer patch doesn't need to change vd_ffmpeg anymore.
2323
2324 commit 7b14ed499f5dab39586f3b75ee03e29425b9383e
2325 Author: Alexander Strange <astrange@ithinksw.com>
2326 Date:   Fri Aug 22 16:25:59 2008 -0400
2327
2328     Remove an unused variable.
2329
2330 commit 7b46b8dc0c04a77108f0150a6fdf58a9b65d4aed
2331 Author: Alexander Strange <astrange@ithinksw.com>
2332 Date:   Fri Jul 11 18:02:57 2008 -0400
2333
2334     Use USE_AVCODEC_EXECUTE instead of checking thread_count in h264.
2335
2336 commit 7c7f43547b0ad8907d097b99a66f0fc3f171c9f3
2337 Author: Alexander Strange <astrange@ithinksw.com>
2338 Date:   Thu Jul 31 18:22:55 2008 -0400
2339
2340     Rename H264Context got_avcC to got_extradata.
2341
2342 commit 7d0709ea04d6f2023052506c969d6db9b79f2963
2343 Author: Alexander Strange <astrange@ithinksw.com>
2344 Date:   Tue May 26 00:39:26 2009 -0400
2345
2346     Reindent
2347
2348 commit 7d09b684e9948bbe0e663e40ff0ce616018c0091
2349 Author: Alexander Strange <astrange@ithinksw.com>
2350 Date:   Thu Aug 14 20:30:42 2008 -0400
2351
2352     Revert some h264 multithreading changes to make merging easier.
2353
2354 commit 7e85791de30c9005ac722afd59c713c7faef5d7e
2355 Author: Alexander Strange <astrange@ithinksw.com>
2356 Date:   Tue Aug 19 15:41:14 2008 -0400
2357
2358     Retypeset/fix comments
2359
2360 commit 7e8d959053b29d975c600eb89eb453496a860961
2361 Author: stefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
2362 Date:   Sat May 15 17:34:45 2010 +0000
2363
2364     Avoid mixed declaration and code, fix C89 compatibility.
2365
2366     Patch by Fran
2367 commit 7e928f69148f6c90d35715f4380accb6fc4e88c4
2368 Author: Alexander Strange <astrange@ithinksw.com>
2369 Date:   Thu Jun 24 02:41:43 2010 -0700
2370
2371     todo: Add secondary bug not fixed in last commit
2372
2373 commit 7eac0bccc22daa54db7c40b530cf692af3f41274
2374 Author: Alexander Strange <astrange@ithinksw.com>
2375 Date:   Thu Jun 18 16:55:03 2009 -0400
2376
2377     Update todo.
2378
2379 commit 7ec92357ae09969eb5254ab6954b712d95b4630f
2380 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
2381 Date:   Tue May 22 07:58:22 2007 +0000
2382
2383     cosmetic v1/v2 renaming
2384     patch by Andreas
2385 �commit 7f86539559480910beab0ef568571dbe524ecda1
2386 Author: Alexander Strange <astrange@ithinksw.com>
2387 Date:   Mon Jan 25 02:46:29 2010 -0500
2388
2389     Rename avail_motion() and associated functions to something better.
2390
2391     What did "avail" mean, anyway?
2392
2393 commit 7fc3b0d1f996b8a832017095244a3187b8d80f38
2394 Author: Alexander Strange <astrange@ithinksw.com>
2395 Date:   Sat Apr 4 00:23:21 2009 -0400
2396
2397     Remove client calls to avcodec_thread_init.
2398
2399     This function has no effect under ffmpeg-mt, since avcodec_open()
2400     calls it anyway.
2401
2402 commit 802206985550e6f685e42595f529133186388acc
2403 Author: Alexander Strange <astrange@ithinksw.com>
2404 Date:   Mon Nov 15 05:19:58 2010 -0500
2405
2406     Update todo.txt
2407
2408 commit 8047714299aa3fb377b011cd68858b76a666c7cc
2409 Author: Alexander Strange <astrange@ithinksw.com>
2410 Date:   Mon Aug 25 19:39:24 2008 -0400
2411
2412     Whitespace nits
2413
2414 commit 80a20f0fda854e6c8de05b971164d25425105c82
2415 Author: Alexander Strange <astrange@ithinksw.com>
2416 Date:   Sat Aug 23 21:52:47 2008 -0400
2417
2418     Don't call ff_report_decode_progress for h264 B-frames.
2419
2420 commit 80a7538f955a9cd931d840e1cb4e4c81e9d85165
2421 Author: Alexander Strange <astrange@ithinksw.com>
2422 Date:   Mon Nov 15 04:14:51 2010 -0500
2423
2424     Write APIchanges.
2425
2426     avcodec_thread_init() will not be deprecated in this repository to
2427     avoid generating warnings for users who shouldn't remove it just yet.
2428
2429 commit 80ab88e74f9864442afca19ecc6ee0428623ff22
2430 Author: Alexander Strange <astrange@ithinksw.com>
2431 Date:   Sun Jun 15 17:46:30 2008 -0400
2432
2433     Cosmetics: rename context variable.
2434
2435 commit 8218d5319067aa1ac06c601e5dc530ebdab7c01f
2436 Author: Alexander Strange <astrange@ithinksw.com>
2437 Date:   Mon Aug 18 18:43:02 2008 -0400
2438
2439     Properly handle error returns from codec functions.
2440
2441 commit 821c4d0996689ab27d5ab1b6bca0695503b02670
2442 Author: Alexander Strange <astrange@ithinksw.com>
2443 Date:   Sat Jun 21 22:54:52 2008 -0400
2444
2445     Add 16x8 and 8x8 MVs to MPV_lowest_referenced_row()
2446
2447 commit 822ed86c0ac4de7c38d443e23fcabf1b627118ea
2448 Merge: e340cac 17c125c
2449 Author: Alexander Strange <astrange@ithinksw.com>
2450 Date:   Tue Nov 18 13:58:23 2008 -0500
2451
2452     Merge mainline.
2453
2454     Conflicts:
2455
2456             libavcodec/h264.c
2457             libavcodec/mpegvideo_enc.c
2458
2459 commit 82324906156d303d5f3b3e10a1855bf05614ebfc
2460 Author: Alexander Strange <astrange@ithinksw.com>
2461 Date:   Sun Jul 18 02:24:09 2010 -0700
2462
2463     Revisit d812c6f8b1d897734d6f7b5f1a5c95d3aa10a3ea
2464
2465     The sps/pps_buffers logic wasn't correct, considering that SPS/PPS
2466     can be found far before the first working frame.
2467
2468     Unfortunately this adds more code than it removes.
2469
2470     Fixes a crash and a memory leak in premiere_paff.ts.
2471
2472 commit 824ee1ac826b89b84cc93fb77f38ec6530909f2b
2473 Merge: 686ea24 11dcccd
2474 Author: Alexander Strange <astrange@ithinksw.com>
2475 Date:   Mon Jan 17 03:39:49 2011 -0500
2476
2477     Merge remote branch 'mainline/master'
2478
2479 commit 83b344d87b97ef6b72e84c145f2185f87ce22e9b
2480 Author: Alexander Strange <astrange@ithinksw.com>
2481 Date:   Sat Apr 4 00:27:47 2009 -0400
2482
2483     Forbid calling avcodec_thread_init after avcodec_open.
2484
2485     Although ffplay used to do this, it never worked, since codecs
2486     were free to check thread_count in their init functions.
2487
2488 commit 83c7cc1ca1afe68b339b8554634a3a1effc76b45
2489 Author: Alexander Strange <astrange@ithinksw.com>
2490 Date:   Tue Aug 19 21:24:03 2008 -0400
2491
2492     Add more to todo
2493
2494 commit 83cbbb1a92d58a850d5b254b5f54e78a7bad8ca5
2495 Merge: ae7e6bb 7e61a90
2496 Author: Alexander Strange <astrange@ithinksw.com>
2497 Date:   Sun May 30 09:59:29 2010 -0700
2498
2499     Merge mainline.
2500
2501     Conflicts:
2502             libavcodec/avcodec.h
2503             libavcodec/h264.c
2504
2505 commit 8414fc85d03776bc622c9451e9b08f047af42676
2506 Author: Uoti Urpala <uau@glyph.nonexistent.invalid>
2507 Date:   Sun Jan 2 11:52:30 2011 +0200
2508
2509     pthread: fix failure to initialize frame fields after flush
2510
2511     Commit b67d7055bf ("Clear returned pictures immediately after copying
2512     them.") moved some code used to (re)initialize per-thread data before
2513     starting to decode a new frame. The commit changed this to be done
2514     after the results of decoding the previous frame had been returned to
2515     the caller. This was buggy: when decoding state is flushed some
2516     decoded frames may never be returned to caller, and thus there would
2517     be no reinitialization before reusing the same thread for another
2518     frame after the flush. In particular, *got_picture_ptr could be
2519     incorrectly set when calling avcodec_decode_video2() after seeking.
2520
2521     Move the initialization code back to the previous location before
2522     starting to decode a frame, but leave a line setting
2523     PerThreadContext->got_picture to 0 also after returning a frame and
2524     add a comment explaining why it is there.
2525
2526 commit 846ae640182b4775db5b32cb027d964bf85d54a5
2527 Author: Alexander Strange <astrange@ithinksw.com>
2528 Date:   Fri Jan 21 03:16:03 2011 -0500
2529
2530     Longer comments in thread.h
2531
2532 commit 84a94407509525ffca2e1691a73d186d0d10b1fd
2533 Author: Alexander Strange <astrange@ithinksw.com>
2534 Date:   Tue Aug 19 01:14:36 2008 -0400
2535
2536     Remove whitespace change from mainline
2537
2538 commit 84cde2e4c7d97f3a9b5f9d4a4c722ccf38c82742
2539 Merge: f139f42 e73c602
2540 Author: Luca Barbato <lu_zero@gentoo.org>
2541 Date:   Tue Jun 24 13:31:01 2008 +0200
2542
2543     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2544
2545 commit 854cff1a75a0c4433d6a25517326b2660a56693d
2546 Author: Alexander Strange <astrange@ithinksw.com>
2547 Date:   Wed May 28 01:05:33 2008 -0400
2548
2549     Enable multithreaded MDEC.
2550
2551 commit 85730bc96115f75524f2780059a26ee6dbd8695e
2552 Author: Alexander Strange <astrange@ithinksw.com>
2553 Date:   Sat Aug 16 01:30:59 2008 -0400
2554
2555     H264: Skip filling in the parts of frame num gaps that are bigger than the number of reference frames.
2556
2557     My sample with a 256 frame or so gap doesn't work with ff_delayed_release_buffer otherwise.
2558     No change on MR3_TANDBERG_B.264.
2559
2560 commit 8666b987a1df652d830db8bae9c2d56287a8fc88
2561 Author: Alexander Strange <astrange@ithinksw.com>
2562 Date:   Sat Aug 16 14:18:13 2008 -0400
2563
2564     Clarify comment for AVCodecContext frame_number
2565
2566     Number of frames returned vs. decoded isn't the same anymore
2567
2568 commit 8682f8c0c7396bfe1bf9b4be3293beb4c6a10927
2569 Author: Alexander Strange <astrange@ithinksw.com>
2570 Date:   Fri Aug 22 03:25:03 2008 -0400
2571
2572     Rename and update comments for AVCodecContext variables.
2573
2574 commit 86c6c4cff0bf8a734592f31591ec6fafb456387b
2575 Author: Alexander Strange <astrange@ithinksw.com>
2576 Date:   Tue Mar 9 01:46:32 2010 -0500
2577
2578     Cosmetics: fix overindent
2579
2580 commit 878ad7601ad8eddec124877eb9b30b3df4a8c8b8
2581 Author: Alexander Strange <astrange@ithinksw.com>
2582 Date:   Tue Feb 1 21:45:18 2011 -0500
2583
2584     Add missing test script.
2585
2586     Haven't used this one in a while.
2587
2588 commit 87a9ad1b28ec7a4c9b08b949486010098c06a752
2589 Author: Alexander Strange <astrange@ithinksw.com>
2590 Date:   Mon Jul 14 23:17:13 2008 -0400
2591
2592     Don't copy padding_bug_score.
2593     This changes during h263 decode so it introduces a race condition.
2594     Having a score for only every 1/n-threads frames is hopefully not too much less inaccurate.
2595
2596 commit 880990f352fd8d557538535fc0496aec47d1c407
2597 Author: Alexander Strange <astrange@ithinksw.com>
2598 Date:   Tue Aug 19 00:42:56 2008 -0400
2599
2600     Cosmetics: rename input and output context members
2601
2602 commit 8884655418183d2ccde654febc9a88e8398c978a
2603 Merge: 8232490 f991c07
2604 Author: Alexander Strange <astrange@ithinksw.com>
2605 Date:   Sun Aug 1 04:46:21 2010 -0700
2606
2607     Merge mainline.
2608
2609     Conflicts:
2610             libavcodec/avcodec.h
2611             libavcodec/vp8.c
2612
2613 commit 8919a66d8ff492adc9455fd73f1da05d154281ff
2614 Author: Alexander Strange <astrange@ithinksw.com>
2615 Date:   Sat Jan 15 19:27:39 2011 -0500
2616
2617     Re-enable multithreaded mpeg4.
2618
2619     Seems to work in mplayer, and is needed so I can investigate fixing the buffer
2620     age+skip optimization.
2621
2622 commit 8969edf8b07437e9110db82b7c75e57c00c3e842
2623 Author: Alexander Strange <astrange@ithinksw.com>
2624 Date:   Fri Aug 22 02:53:04 2008 -0400
2625
2626     Split a long line further.
2627
2628 commit 899a30063b23ff008bbea3560c28fa194cfb1d77
2629 Author: Alexander Strange <astrange@ithinksw.com>
2630 Date:   Mon Aug 11 18:04:42 2008 -0400
2631
2632     Simple patch to keep the non-pthreads OSes working.
2633
2634     They ignore thread_algorithm being set by the user for some minor simplicity gain, since I'd still like to see these files gone from mainline.
2635
2636 commit 8a2e487269389d778ddf517baaff590b0a7b3f46
2637 Author: Alexander Strange <astrange@ithinksw.com>
2638 Date:   Sun Jan 24 16:55:35 2010 -0500
2639
2640     Don't allocate thread_opaque progress with frame threading off.
2641
2642     It's not needed for anything and the extra check in ff_await/report_*
2643     isn't slow.
2644
2645 commit 8aa204a70a7f068f46f00e0983b4617f8030544a
2646 Author: Alexander Strange <astrange@ithinksw.com>
2647 Date:   Thu May 29 00:19:26 2008 -0400
2648
2649     Fix comments for new avcodec fields.
2650
2651 commit 8ae6601b670156b36b227e2a3c0d9cdc72294bd5
2652 Merge: c91d7a2 cef0309
2653 Author: Alexander Strange <astrange@ithinksw.com>
2654 Date:   Sun May 23 01:43:27 2010 -0400
2655
2656     Merge mainline.
2657
2658     Conflicts:
2659             libavcodec/avcodec.h
2660
2661 commit 8ae9683ebce1e42c5bd1a24a2bcdcbf2cbfe6ccb
2662 Author: Alexander Strange <astrange@ithinksw.com>
2663 Date:   Sun Jan 16 02:29:08 2011 -0500
2664
2665     Update mplayer.diff to work around incompatibility with draw_horiz_band()
2666
2667 commit 8af63f450185c3b15cc2ca32d2bc1a19f5d2a28e
2668 Author: Alexander Strange <astrange@ithinksw.com>
2669 Date:   Sat Feb 20 20:02:34 2010 -0500
2670
2671     Cosmetics: rename thread.h functions for consistency
2672
2673 commit 8b7a5375ad0956f546c2b614594b79c3ec54de3d
2674 Merge: 3ad85b1 875fcc3
2675 Author: Alexander Strange <astrange@ithinksw.com>
2676 Date:   Wed Oct 28 13:11:58 2009 -0400
2677
2678     Merge mainline.
2679
2680 commit 8ba50a98f87edb2b87df042f09573ea8be4a8696
2681 Author: Alexander Strange <astrange@ithinksw.com>
2682 Date:   Sun Mar 28 03:54:31 2010 -0400
2683
2684     h264: Fix ff_h264_execute_ref_pic_marking() not being called with PAFF+threads
2685
2686     With some PAFF files, field_end() can call ff_h264_execute_ref_pic_marking()
2687     during slice header decoding. This was disabled with threads on, which was wrong.
2688
2689     This patch fixes it at the cost of making control flow more confusing.
2690
2691     Partial fix for Chalet-Tire.mp4 from ffdshow.
2692
2693 commit 8c946d1672281fc997dfb2679e7cbed48dd09216
2694 Author: Alexander Strange <astrange@ithinksw.com>
2695 Date:   Mon Jul 14 23:07:07 2008 -0400
2696
2697     Set decoding progress as high as possible when multithreading is off.
2698     This avoids possible crashes from trying to lock progress_mutex when it hasn't been created.
2699
2700 commit 8d466e182aa89ca8cfbe57ce60f2a1e2a7ecebc7
2701 Author: Alexander Strange <astrange@ithinksw.com>
2702 Date:   Mon Oct 13 14:37:22 2008 -0400
2703
2704     Fix incorrect frame num gap handling.
2705
2706     Fixes ORF1HD.Demo-Loop.720p.DD5.1.mkv from x264 samples.
2707
2708 commit 8d8229014f489e1b2417676d9753f784d995e6c0
2709 Author: Alexander Strange <astrange@ithinksw.com>
2710 Date:   Mon Dec 1 17:21:38 2008 -0500
2711
2712     Don't crash if flush_buffers is called after init and before the first decode.
2713
2714     Fixes mplayer -ss
2715
2716 commit 8f759fa0e956f8cc33ccd423cefae23e25c16caf
2717 Merge: 9be00ab 1e8ecf7
2718 Author: Luca Barbato <lu_zero@gentoo.org>
2719 Date:   Tue May 20 11:46:04 2008 +0200
2720
2721     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2722
2723 commit 9017898687ebedca27e47fdd13e6e5e208a5fbb6
2724 Author: Alexander Strange <astrange@ithinksw.com>
2725 Date:   Thu Aug 28 00:52:29 2008 -0400
2726
2727     Pad the frame data properly
2728
2729 commit 9059683b29cd601361e477289a194e679aa72f8c
2730 Author: Alexander Strange <astrange@ithinksw.com>
2731 Date:   Thu Jun 12 16:22:27 2008 -0400
2732
2733     Limit ff_find_unused_picture to only part of s->picture.
2734
2735      Otherwise, a thread may call delayed_release_buffer and then later allocate a picture in the same place, reusing the other Picture variables while they're still in use.
2736
2737 commit 9077d0ba4ed18e1f106723d155e81461c8951764
2738 Author: Alexander Strange <astrange@ithinksw.com>
2739 Date:   Wed Feb 17 00:55:36 2010 -0500
2740
2741     Comment recent change to update_context API.
2742
2743     Notes:
2744     - It might be possible to revert this by making the vp3 decoder
2745     behave like mpegvideo. Not faster but the code will be simpler.
2746     - I don't like any of the old comments, they're too wordy.
2747
2748 commit 9153938f1c1f0933ec59cee14cc26b8f99bd9090
2749 Merge: 661ca40 e48fb07
2750 Author: Alexander Strange <astrange@ithinksw.com>
2751 Date:   Thu Jul 23 21:14:58 2009 -0400
2752
2753     Merge mainline.
2754
2755 commit 91a7b18346baf82e0ccf6dfb53ada22299396f17
2756 Author: Alexander Strange <astrange@ithinksw.com>
2757 Date:   Sat Aug 16 16:42:33 2008 -0400
2758
2759     Call codec init and free on the first thread context instead of the main context.
2760
2761     This is needed so we can stop using the main context for decoding threads.
2762
2763 commit 91a7c2254bb3e82862c4cd916bd9f2ac1dd4c170
2764 Author: lucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
2765 Date:   Thu Sep 23 09:16:05 2010 +0000
2766
2767     Allow to set the frame rate in v4l2 devices
2768     Patch by Jos
2769 � Miguel Gon
2770 commit 91cd95a84759702b85de68047d21a6ef9d32eaca
2771 Merge: 77f7818 f9f7b02
2772 Author: Alexander Strange <astrange@ithinksw.com>
2773 Date:   Sun Jan 24 21:39:20 2010 -0500
2774
2775     Merge mainline and libswscale.
2776
2777     Upstream now always calls avcodec_thread_init().
2778     It's better to do that differently here, so the
2779     current code in ffmpeg.c has been kept.
2780
2781 commit 92672ea0eee93244cc78e5023f6469c5b21754b5
2782 Author: Alexander Strange <astrange@ithinksw.com>
2783 Date:   Mon Aug 18 19:10:01 2008 -0400
2784
2785     Simplify: better use of variable names instead of weird struct accesses
2786
2787 commit 93ac615ccf788df20279aa613f3fdc78d4bfcf18
2788 Author: Alexander Strange <astrange@ithinksw.com>
2789 Date:   Mon Jul 14 23:56:22 2008 -0400
2790
2791     Simplify assert.
2792
2793 commit 9457fb1458998f893b7e1f06f1144f8203cd0025
2794 Author: Alexander Strange <astrange@ithinksw.com>
2795 Date:   Mon May 25 22:38:36 2009 -0400
2796
2797     Don't try to check list1 when it's not filled.
2798
2799     9.1s -> 9.0s on 5cm.mp4
2800
2801 commit 94985fa9745e2affd0cf3145fa35cb8ae87e7848
2802 Author: Alexander Strange <astrange@ithinksw.com>
2803 Date:   Sun May 31 00:08:41 2009 -0400
2804
2805     Ensure the minor version is higher than mainline.
2806
2807     Missed this in previous merges, but I think it's important
2808     to avoid confusing anyone reading ffmpeg tool output.
2809
2810 commit 9576774bbee0215c0ab7bbb868ff35dff00ab900
2811 Author: Alexander Strange <astrange@ithinksw.com>
2812 Date:   Sun Aug 24 03:02:44 2008 -0400
2813
2814     Merge ff_*_release_buffer into one function for simplicity and correctness (the non-delayed version was not really ever safe).
2815
2816 commit 967e65496780c089956f2dc199b541dae3a3d9cb
2817 Author: Alexander Strange <astrange@ithinksw.com>
2818 Date:   Thu Dec 18 14:37:04 2008 -0500
2819
2820     Some todo entries I forgot to add
2821
2822 commit 96d6751af35556785037bdddb500eeb7b47795e6
2823 Author: Alexander Strange <astrange@ithinksw.com>
2824 Date:   Mon Jul 14 23:08:45 2008 -0400
2825
2826     Call ff_thread_init() before the codec init.
2827     This makes USE_AVCODEC_EXECUTE() properly available during init.
2828
2829 commit 9816b66fb55fe03fd6f2a4db9390bdaa59eac697
2830 Merge: 1292a18 918f7b5
2831 Author: Alexander Strange <astrange@ithinksw.com>
2832 Date:   Thu Jan 22 03:39:04 2009 -0500
2833
2834     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2835
2836     Changed the value of CODEC_CAP_FRAME_THREADS and
2837     adjusted use of config variables to match mainline.
2838
2839     Conflicts:
2840
2841             libavcodec/h263.c
2842             libavcodec/h264.c
2843             libavcodec/mpeg12.c
2844             libavcodec/mpegvideo.c
2845             libavcodec/pthread.c
2846             libavutil/common.h
2847
2848 commit 99ed04d4d7b7183a4d0a1b8833eee3b506e13ff0
2849 Author: Alexander Strange <astrange@ithinksw.com>
2850 Date:   Fri Jan 21 01:34:57 2011 -0500
2851
2852     Remove change to compute_pkt_fields which is no longer needed
2853
2854     May have been fixed by introduction of pkt_dts, but I'm not sure.
2855     Either way, tests pass.
2856
2857 commit 9a88884c03cd40d1fcbd247f1b004848fb629a11
2858 Author: Alexander Strange <astrange@ithinksw.com>
2859 Date:   Wed Aug 6 20:55:20 2008 -0400
2860
2861     Simplify thread init and make more of its functions static.
2862
2863 commit 9b27ce1e721a021128380e47e83a06f25c52e998
2864 Author: Alexander Strange <astrange@ithinksw.com>
2865 Date:   Fri May 15 15:53:28 2009 -0400
2866
2867     Fix race condition decoding H264 direct prediction
2868
2869     There may be some code merging possible here.
2870
2871 commit 9bac2ee137d9b8152e3beb98681b07f665cd58ee
2872 Author: Alexander Strange <astrange@ithinksw.com>
2873 Date:   Thu Jun 5 20:36:38 2008 -0400
2874
2875     Cosmetics: rename ff_mt_*_buffer.
2876
2877 commit 9be00ab6113d71a020eea4fd4483b8483efbb29d
2878 Merge: 63f663f 1531623
2879 Author: Luca Barbato <lu_zero@gentoo.org>
2880 Date:   Sun May 11 08:53:10 2008 +0200
2881
2882     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2883
2884 commit 9c241058a255e1da6adec7db81e22d4ff8b2b6b2
2885 Author: Alexander Strange <astrange@ithinksw.com>
2886 Date:   Tue Aug 19 04:09:25 2008 -0400
2887
2888     Copy the entire reference list arrays in case they're used.
2889
2890     And that's it for SoC period commits.
2891
2892 commit 9cd1083269334de974acdf13dd94451c178a0eca
2893 Author: Alexander Strange <astrange@ithinksw.com>
2894 Date:   Tue Mar 29 04:47:23 2011 -0400
2895
2896     Fix mdec
2897
2898     init_copy rotted due to data structure changes.
2899
2900 commit 9e0e492fe88ec0c7ec400e9afdbef8356280fc16
2901 Author: Alexander Strange <astrange@ithinksw.com>
2902 Date:   Tue Aug 5 00:21:25 2008 -0400
2903
2904     Update the guard clause on avcodec_thread_execute().
2905
2906     It already works fine, since all codecs check USE_AVCODEC_EXECUTE themselves before calling it, but the function is for some reason part of the public API.
2907
2908 commit 9e615b8534c98947cbbe6ada5047e95c36e14cde
2909 Author: Alexander Strange <astrange@ithinksw.com>
2910 Date:   Wed Sep 3 20:40:45 2008 -0400
2911
2912     Rename symbols to not mention decoding
2913
2914 commit 9e981c8d263986e67de6170895125b1de7e62ddd
2915 Author: Alexander Strange <astrange@ithinksw.com>
2916 Date:   Wed Aug 11 02:05:50 2010 -0700
2917
2918     vp3: fix mt decode of 4:2:2 and 4:4:4 content
2919
2920     The threading improvements are poor and looks strange:
2921     real        0m14.337s
2922     user        0m13.200s
2923     sys        0m1.132s
2924
2925     real        0m13.434s
2926     user        0m19.409s
2927     sys        0m7.091s
2928
2929     real        0m11.610s
2930     user        0m21.870s
2931     sys        0m7.303s
2932
2933     real        0m7.976s
2934     user        0m20.681s
2935     sys        0m3.277s
2936
2937     There may be a bug related to await_reference_row() being called too many times,
2938     as it's in a loop per-chroma superblock and there are 2x as many of those
2939     in 4:2:2, but not 2x as many MVs.
2940
2941     No idea why 4 threads have less sys overhead.
2942
2943 commit 9ec47e33af6776b94875c91288db852a333a6f63
2944 Author: Alexander Strange <astrange@ithinksw.com>
2945 Date:   Sat Jun 21 22:01:43 2008 -0400
2946
2947     Split the code for completing all current frames out of ff_frame_thread_flush.
2948
2949 commit 9ec9f0868de2df3d3448dec887e7440ebb006b27
2950 Author: Alexander Strange <astrange@ithinksw.com>
2951 Date:   Mon Aug 2 16:14:21 2010 -0700
2952
2953     Fix the last commit testing the wrong variable.
2954
2955     Luckily the idea was still right.
2956
2957 commit 9ede817a98a263093ca7965f8754a1770ef031de
2958 Author: Alexander Strange <astrange@ithinksw.com>
2959 Date:   Fri Jul 11 23:01:47 2008 -0400
2960
2961     Add a new -debug for tracing get_buffer calls.
2962
2963 commit 9f15b87679392902206264383c16c7440d8c0f06
2964 Author: Alexander Strange <astrange@ithinksw.com>
2965 Date:   Sun Jul 6 15:35:10 2008 -0400
2966
2967     Extra line snuck in while merging mainline.
2968
2969 commit 9f6a425684e0fd0ac3f8bbd37ca4e2bc96e05d5b
2970 Author: Alexander Strange <astrange@ithinksw.com>
2971 Date:   Mon May 25 20:30:08 2009 -0400
2972
2973     Fix race condition with MBAFF frames.
2974
2975     mb_linesize is 2*linesize for MB_MBAFF too, which wasn't counted
2976     in mc_dir_part_y, so the part of the MV added to 16*mb_y was 1/2
2977     the right magnitude. Fix this by halving mb_y too (safe) and
2978     doubling row values for MBAFF later.
2979
2980 commit 9ff8764a15cce3fcf3f64270d7d4ec52a3ca7d1a
2981 Merge: 94985fa 08bbd7d
2982 Author: Alexander Strange <astrange@ithinksw.com>
2983 Date:   Sun May 31 01:19:07 2009 -0400
2984
2985     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
2986
2987 commit a1005396f05f5bc13c6aa6875337dbd0e6c4cd03
2988 Author: Alexander Strange <astrange@ithinksw.com>
2989 Date:   Wed Aug 6 20:45:06 2008 -0400
2990
2991     Merge framethread.c into pthread.c.
2992
2993     Git doesn't track this very well...
2994
2995 commit a1a5c549efd3a376fd5c8c77d49acfab89f8fdba
2996 Author: Alexander Strange <astrange@ithinksw.com>
2997 Date:   Sat Jul 12 02:19:59 2008 -0400
2998
2999     Factor out size of delayed_pic.
3000
3001 commit a210b422361b051ba73c115fe6bf65eaa745b19a
3002 Merge: f9515a4 ec6213f
3003 Author: Alexander Strange <astrange@ithinksw.com>
3004 Date:   Thu Dec 24 22:08:34 2009 -0500
3005
3006     Merge mainline and update swscale.
3007
3008     As a side effect, this fixes Theora/VP3 decode being broken.
3009
3010     Conflicts:
3011             ffmpeg.c
3012             libavcodec/avcodec.h
3013             libavcodec/h264.c
3014             libavcodec/mpeg12.c
3015             libavcodec/mpegvideo.c
3016             libavcodec/vp3.c
3017
3018 commit a2371d6c9b8837b472e22539642883979eac2ddf
3019 Author: Alexander Strange <astrange@ithinksw.com>
3020 Date:   Tue Nov 18 14:26:37 2008 -0500
3021
3022     Update todo.
3023
3024 commit a2efd25ba04e0cb61823cbf765651f437b691b09
3025 Author: Alexander Strange <astrange@ithinksw.com>
3026 Date:   Thu Jan 6 06:31:45 2011 -0500
3027
3028     Update todo.txt and move one issue out of bug fixes that isn't a major issue
3029
3030 commit a2fb22fb6988742ee28ee61e2e21fa05125517a9
3031 Author: Alexander Strange <astrange@ithinksw.com>
3032 Date:   Sat Aug 30 04:20:03 2008 -0400
3033
3034     Don't prefix static function names.
3035
3036 commit a3a2674e27f8f2641d1603ee9e92e854289a0527
3037 Author: Alexander Strange <astrange@ithinksw.com>
3038 Date:   Tue Feb 1 23:13:49 2011 -0500
3039
3040     Fix pkt_pts change to ffmpeg.c
3041
3042     Caused tons of regressions in make fate.
3043     This needs to be merged to mainline_patches.
3044
3045 commit a4599a7f4e4a865a0b402297b4f5a11e9ca34a27
3046 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3047 Date:   Thu Jan 10 10:16:36 2008 +0000
3048
3049     Make pp_help a constant array of characters to move it to .rodata.
3050     Patch by Diego 'Flameeyes' Petten
3051 � flameeyes commit a5285ae4d452abed92f43e2a7a24dd821343a39c
3052 Merge: a7b8cb3 6a3f0e9
3053 Author: Alexander Strange <astrange@ithinksw.com>
3054 Date:   Sun Aug 23 22:31:19 2009 -0400
3055
3056     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3057
3058 commit a564fda546ce3bfd04cf8a0e4ec4fb1b6d40e010
3059 Merge: 287e761 5b4608b
3060 Author: Alexander Strange <astrange@ithinksw.com>
3061 Date:   Mon Jan 4 03:56:32 2010 -0500
3062
3063     Merge mainline and libswscale.
3064
3065     Auto-merge failed on h263.c for no apparent reason; the patch was
3066     reimplemented by hand. Note that mt isn't enabled for h263 at the moment.
3067
3068     Conflicts:
3069             ffmpeg.c
3070             ffplay.c
3071             libavcodec/h263.c
3072
3073 commit a5cdcc9d4efcc043c01019f632dc1e5ad318802a
3074 Author: Alexander Strange <astrange@ithinksw.com>
3075 Date:   Mon May 25 20:16:54 2009 -0400
3076
3077     Rewrite mc_dir_part_y().
3078
3079     The previous one used a completely wrong value for filter_height
3080     and didn't properly account for MVs extending past the top of the screen.
3081     I'm not sure if MVs can be more than -pic_height, if they can this
3082     may still be wrong.
3083
3084 commit a61ab604725f647c1bcb46aa8cfb303a5c78a2b0
3085 Author: Alexander Strange <astrange@ithinksw.com>
3086 Date:   Thu Jun 25 16:39:14 2009 -0400
3087
3088     Theora: factor out updating last_frame.
3089
3090 commit a74b85567073a424d5b7fc4bd8cc1e125df170f5
3091 Author: Alexander Strange <astrange@ithinksw.com>
3092 Date:   Mon Sep 1 02:34:59 2008 -0400
3093
3094     Comment adjustment
3095
3096 commit a7b8cb3c942fed6c80111519ba5505f11d61f3af
3097 Merge: 17dcbec 23e6da5
3098 Author: Alexander Strange <astrange@ithinksw.com>
3099 Date:   Thu Aug 20 16:47:50 2009 -0400
3100
3101     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3102
3103 commit a903974adc7c8dd33dfb0acc4e2d6d10c09a23c8
3104 Author: Alexander Strange <astrange@ithinksw.com>
3105 Date:   Wed Nov 11 12:45:09 2009 -0500
3106
3107     Add a next_outputed_poc to H264Context.
3108
3109     Doesn't do anything yet, but makes the next merge easier.
3110
3111 commit aa11b5e0df5dfcaba21552e4864807f7aa65f5c5
3112 Author: Alexander Strange <astrange@ithinksw.com>
3113 Date:   Tue May 11 06:36:55 2010 -0400
3114
3115     pthread: Remove pointless line from frame_worker_thread()
3116
3117     It was introduced in the first commit, where it probably did something.
3118
3119 commit aaa05da15fa7710503544d4a94319cb10d49a8f2
3120 Author: Alexander Strange <astrange@ithinksw.com>
3121 Date:   Tue Nov 2 02:59:16 2010 -0400
3122
3123     vp3: Remove redundant y*fragment_width+x calculations
3124
3125 commit aacc74c0e2b047340a1a22f5c28aa03a4294aa03
3126 Author: Alexander Strange <astrange@ithinksw.com>
3127 Date:   Mon Jul 14 03:40:15 2008 -0400
3128
3129     Reindent.
3130
3131 commit ab4c84dd28c0375a6ed4f77f37ada3b94b2136a0
3132 Author: Alexander Strange <astrange@ithinksw.com>
3133 Date:   Mon Dec 1 17:20:10 2008 -0500
3134
3135     Don't hide the warning about direct rendering in mplayer.
3136
3137 commit abb53ce0e02d31fb282f55cecb58f9b0c4f5c136
3138 Author: Alexander Strange <astrange@ithinksw.com>
3139 Date:   Sun Feb 6 19:18:31 2011 -0500
3140
3141     pthread: Remove useless line
3142
3143 commit ac2e1b12b5e608b80581d731c4f3a0d6c033e9e0
3144 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3145 Date:   Tue May 29 14:35:29 2007 +0000
3146
3147     allocate PPS and SPS dynamically
3148     patch by Andreas
3149 �commit ac4539fba6d825d683d4a7d27f0045d068fe4595
3150 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3151 Date:   Mon Jan 7 12:48:42 2008 +0000
3152
3153     Mark the ff_svq1_frame_size_table as constant.
3154     Patch by Diego 'Flameeyes' Petten
3155 � flameeyes commit ac4c37360b21a14e9b26502a299f831b8448a10b
3156 Author: Alexander Strange <astrange@ithinksw.com>
3157 Date:   Mon Nov 15 02:43:15 2010 -0500
3158
3159     Cosmetics: remove the COPY() macro
3160
3161 commit ac7f2102c4249a89144c36944e13bf6be56e9190
3162 Author: kabi <kabi@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3163 Date:   Mon Apr 8 12:32:01 2002 +0000
3164
3165     * support for .au .gif .mov .mp4  by Fran
3166 commit adfaa1f86196156e30c54799303269f4a4f84a2d
3167 Author: Alexander Strange <astrange@ithinksw.com>
3168 Date:   Sat Jul 26 16:14:00 2008 -0400
3169
3170     Cosmetics: split a long line.
3171
3172 commit ae2790af78a332a6aa836607a14546c5cc1865e5
3173 Author: Alexander Strange <astrange@ithinksw.com>
3174 Date:   Sun Oct 12 18:55:48 2008 -0400
3175
3176     Add multithreading for PAFF/MBAFF.
3177
3178 commit ae4251429ee5e333fc705c61959417c1d9364b9e
3179 Author: Alexander Strange <astrange@ithinksw.com>
3180 Date:   Tue Nov 18 14:15:24 2008 -0500
3181
3182     Switch to mphq git module
3183
3184 commit ae7e6bb9708a0f0dac89295c788266e0f15899d2
3185 Author: Alexander Strange <astrange@ithinksw.com>
3186 Date:   Tue May 25 03:14:27 2010 -0400
3187
3188     H.264: Fix rare race condition.
3189
3190     h->mb was not cleared when initializing a new decoder thread.
3191     This could cause wrong pixel values in the first macroblock of
3192     the first frame to be decoded by each thread.
3193
3194     I suspect this is nearly the last visible bug affecting x264 content.
3195
3196     Fixes [SS]_Angel_Beats!_-_06_(1280x720_H.264)_[A01DDBD8].mkv.
3197
3198 commit af52a126f36cd6339f9f4a1152103ef88b4b8fee
3199 Author: Alexander Strange <astrange@ithinksw.com>
3200 Date:   Sat Jun 27 18:09:49 2009 -0400
3201
3202     Call handle_delayed_releases() before update_context().
3203
3204     This allows releasing frames in update_context(), which would
3205     previously cause a race condition/deadlock.
3206
3207 commit af79370b65b396e05c319d29356e456a8f5e8233
3208 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3209 Date:   Mon Jan 7 12:44:49 2008 +0000
3210
3211     Make the av_class member of PPContext a poiner to constant AVClass.
3212     Patch by Diego 'Flameeyes' Petten
3213 � flameeyes commit afafe7361da5a9373d02dc60d597da8f2185edd3
3214 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3215 Date:   Sat Nov 2 10:31:37 2002 +0000
3216
3217     added perm inheritance from ffmpeg_g (it looks like 'strip' in BeOS doesn't keep them, though the Linux one does !?)
3218     patch by (Fran
3219 commit afc391b7ab5eda271733bbe55ef46118aba75bff
3220 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3221 Date:   Sat Jul 20 20:05:50 2002 +0000
3222
3223     beos/mov/adpcm patch by Fran
3224 commit afe0428ae38f68a467b43cc9358b7a1a2f85d36b
3225 Author: Alexander Strange <astrange@ithinksw.com>
3226 Date:   Sat Aug 16 18:09:11 2008 -0400
3227
3228     Fix memory leak in mpegvideo
3229
3230 commit b05eb30ba838b981c769217e1d2215777484f25a
3231 Author: Alexander Strange <astrange@ithinksw.com>
3232 Date:   Fri Jan 21 02:34:46 2011 -0500
3233
3234     Make the src parameter of update_thread_context() const
3235
3236 commit b07e45974b2772e3a747502f976dc08d0ffcff74
3237 Author: Alexander Strange <astrange@ithinksw.com>
3238 Date:   Thu Jun 18 16:21:03 2009 -0400
3239
3240     Indent.
3241
3242 commit b125b68fe6dc2d0064d45d0cffc3bcb47263f32c
3243 Author: Alexander Strange <astrange@ithinksw.com>
3244 Date:   Sun Jan 24 18:50:32 2010 -0500
3245
3246     Remove fixed entry from the todo.
3247
3248 commit b18683e3adc997b19cf56f459ce5f8a7428c0909
3249 Author: diego <diego@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3250 Date:   Sun Oct 18 14:34:45 2009 +0000
3251
3252     Fix typo that mistakenly slipped into previous commit:
3253     CONFIG_MPEG_XVMC_DECODER was changed to CONFIG_MPEGVIDEO_XVMC_DECODER.
3254     patch by Onur K
3255
3256 commit b1c8c18fe11d3155b1df6a19117d14fa633bcd15
3257 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3258 Date:   Sat Nov 2 10:39:22 2002 +0000
3259
3260     added MACE (Macintosh Audio Compression/Expansion) 3:1 & 6:1 support
3261     contribution by Laszlo Torok <torokl@alpha.dfmk.hu>
3262     4CC 'MAC3' and 'MAC6' in Quicktime.
3263     It works for mono streams, needs to be fixed for stereo when I get my hands on a stereo sample :)
3264     patch by (Fran
3265 commit b3cdfccd2b11e247e0c17e02d0c958888da5585b
3266 Author: Alexander Strange <astrange@ithinksw.com>
3267 Date:   Mon Nov 15 04:14:41 2010 -0500
3268
3269     avcodec.h: Update comments
3270
3271 commit b3d5e9333051802b20446076605b404e418323c4
3272 Author: Alexander Strange <astrange@ithinksw.com>
3273 Date:   Tue May 26 00:34:11 2009 -0400
3274
3275     Skip unnecessary lock-wait-unlocks for condition variables.
3276
3277 commit b3e3f071ca5ad99444bac95e4128c01a8ae7bae3
3278 Author: Alexander Strange <astrange@ithinksw.com>
3279 Date:   Thu Jun 11 11:32:00 2009 -0700
3280
3281     Split out if (current_slice == 1)
3282
3283 commit b4221d5453d6dc893e87b77eecc845da121ddb56
3284 Author: Alexander Strange <astrange@ithinksw.com>
3285 Date:   Mon Aug 18 17:06:32 2008 -0400
3286
3287     Reorder ff_frame_thread_free to fix memory errors.
3288
3289     This fixes using mutexes after they're destroyed and not calling release_buffer on every buffer.
3290     Unfortunately the change to MPV_common_end is exactly the opposite of what's needed for supporting width/height changes.
3291
3292 commit b483ed4f4af9444cfaa6ff9336645d799d2254dd
3293 Author: Alexander Strange <astrange@ithinksw.com>
3294 Date:   Wed Aug 6 20:33:51 2008 -0400
3295
3296     Remove the unused debugging counters from frame threading.
3297
3298 commit b67d7055bf60313c40b6369f98cfc9d1eae3aefb
3299 Author: Alexander Strange <astrange@ithinksw.com>
3300 Date:   Tue Sep 2 00:52:48 2008 -0400
3301
3302     Clear returned pictures immediately after copying them.
3303
3304     This isn't protected by a mutex but is still safe.
3305     Needed for the next commit.
3306
3307 commit b68110d079914d16c9fc5d1cc8c6e10d78dbdbca
3308 Author: Alexander Strange <astrange@ithinksw.com>
3309 Date:   Sat Aug 16 15:05:49 2008 -0400
3310
3311     H264: Set the decode progress for fake reference frames to the maximum.
3312
3313     Fixes deadlock in premiere-paff.ts at the expense of some indeterminism on the first frame.
3314
3315 commit b77accec9077ae8f072091fc7301d661bc9487ba
3316 Merge: 5d3c2f7 392faa1
3317 Author: Luca Barbato <lu_zero@gentoo.org>
3318 Date:   Tue Jul 29 15:11:05 2008 +0200
3319
3320     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3321
3322 commit b7d182610b592eef0714c1d2de18c3233a289b69
3323 Author: Alexander Strange <astrange@ithinksw.com>
3324 Date:   Sun May 24 01:06:33 2009 -0400
3325
3326     Update mplayer.diff whitespace
3327
3328 commit b7e0f1a3bfd00b0256dcdd3efc4b7b77c086e70e
3329 Author: Alexander Strange <astrange@ithinksw.com>
3330 Date:   Sun Aug 24 22:38:42 2008 -0400
3331
3332     Rename doxygen group to not conflict with h264
3333
3334 commit b88c3baf94247f2687ca0c05b0ce6af7c905e02a
3335 Author: Alexander Strange <astrange@ithinksw.com>
3336 Date:   Mon May 24 22:40:00 2010 -0400
3337
3338     Fix more old merge glitches.
3339
3340 commit b9a8973031be583af53be890ccdef07841394385
3341 Author: Alexander Strange <astrange@ithinksw.com>
3342 Date:   Sun Jun 15 22:31:35 2008 -0400
3343
3344     Use output_cond for notifying the main thread.
3345
3346 commit ba073d39f18679835b48b96f20feae96dad1f343
3347 Author: Alexander Strange <astrange@ithinksw.com>
3348 Date:   Mon Apr 11 23:00:19 2011 -0400
3349
3350     h264: cosmetic whitespace change
3351
3352 commit ba8b789143dc6a14c29393e40fb361c1a3e2ccd4
3353 Author: Alexander Strange <astrange@ithinksw.com>
3354 Date:   Sat Aug 16 01:53:10 2008 -0400
3355
3356     Update todo
3357
3358 commit babb66241ae51e2956aa698d425c645ad056936e
3359 Author: Alexander Strange <astrange@ithinksw.com>
3360 Date:   Fri Oct 17 14:52:35 2008 -0400
3361
3362     Copy avctx->height/width for mpegvideo.
3363
3364     Not sure what the difference between the three width variables is, really.
3365
3366 commit bad2bf8621c04791f0d9a0a2873a3b6042d4ba83
3367 Author: Alexander Strange <astrange@ithinksw.com>
3368 Date:   Sun May 24 00:48:57 2009 -0400
3369
3370     Copy new fields in update_context_from_copy().
3371
3372 commit bb67674aa57e23893f2f19bd4ffb4a92b5a01e83
3373 Merge: 06ac5ac 6051838
3374 Author: Alexander Strange <astrange@ithinksw.com>
3375 Date:   Sun Jun 20 17:39:15 2010 -0700
3376
3377     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3378
3379 commit bba0e098a75f14af80bfd4fdfdf9edcaf8f3fee5
3380 Author: Alexander Strange <astrange@ithinksw.com>
3381 Date:   Sat Jun 20 03:32:19 2009 -0400
3382
3383     Factor out vp3 table allocation into new function.
3384
3385 commit bbc5744117da188c43e00c4f02f6ff0fe984d4f8
3386 Author: Alexander Strange <astrange@ithinksw.com>
3387 Date:   Sun Jul 13 15:52:21 2008 -0400
3388
3389     Print the AVCodecContext address in av_log instead of AVClass.
3390     This makes logging much easier to read when there's more than one context.
3391
3392 commit bc1cc6f39a0f6df2cc1d0fecd3eb14efd150763a
3393 Author: Alexander Strange <astrange@ithinksw.com>
3394 Date:   Wed Feb 3 01:29:21 2010 -0500
3395
3396     Cosmetics: Don't use #if HAVE_PTHREADS in thread.h.
3397
3398     These two macros will be removed entirely in the future.
3399
3400 commit bd392934097dc5c909e9b06550ec1d13d92fa134
3401 Author: Alexander Strange <astrange@ithinksw.com>
3402 Date:   Fri Aug 15 23:34:32 2008 -0400
3403
3404     Set output_size properly before calling the decoder so it doesn't return nonsense and crash at the end
3405
3406 commit bd63cf4721466aea490f6f0455a32060d572d5ba
3407 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3408 Date:   Sun Jul 21 07:54:53 2002 +0000
3409
3410     YUV410P to YUV420P patch by Fran
3411 commit bdaeaaa58f24393027e112c02896b23fe0b3cc01
3412 Author: Alexander Strange <astrange@ithinksw.com>
3413 Date:   Mon Oct 13 11:23:47 2008 -0400
3414
3415     Add buffer padding to the end of bitstream_buffer.
3416
3417     Fixes a warning in valgrind.
3418
3419 commit bdef29429d4f488012cb492e61cf20ffe0b858a7
3420 Author: Alexander Strange <astrange@ithinksw.com>
3421 Date:   Sun Jul 6 15:48:52 2008 -0400
3422
3423     Fix compilation with threads disabled.
3424
3425 commit be45bc423ba576e1d06df3664cfe91e02d78ffa5
3426 Author: Alexander Strange <astrange@ithinksw.com>
3427 Date:   Mon Feb 15 00:00:35 2010 -0500
3428
3429     Fix a deadlock in mpeg1 threaded decoding
3430
3431     Fake frames need their progress set to INT_MAX.
3432
3433     This can be triggered by seeking in mpeg1, but this is not the correct fix,
3434     since seeking to keyframes does seem to work properly without threads.
3435
3436 commit bf806642ab67148d93a4f24e7dbdc8644575c45b
3437 Author: Alexander Strange <astrange@ithinksw.com>
3438 Date:   Sun Jan 24 18:59:28 2010 -0500
3439
3440     When frame_thread_init() fails, free the failed thread context as well.
3441
3442 commit bffb1c874ec2c9f7ea9c6830d852955a3c2805a0
3443 Author: Alexander Strange <astrange@ithinksw.com>
3444 Date:   Wed Aug 6 20:51:34 2008 -0400
3445
3446     Make ff_*_thread_free static.
3447
3448 commit c01185fe11dd2ce35f798d16faec17fcfc64c7c4
3449 Author: kabi <kabi@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3450 Date:   Fri Mar 8 09:09:57 2002 +0000
3451
3452     * BeOS patch by Fran
3453 commit c05a51580b56d1479083b1460dc29492b3fb6b16
3454 Author: Alexander Strange <astrange@ithinksw.com>
3455 Date:   Tue Aug 19 00:53:15 2008 -0400
3456
3457     Track allocated buffer size properly. Don't allocate buffer padding since the user already did it.
3458
3459 commit c1b0bddeaf947ef49c63b412918d73fe7a645ba5
3460 Author: Alexander Strange <astrange@ithinksw.com>
3461 Date:   Mon Nov 15 04:08:01 2010 -0500
3462
3463     pthread: Update and sort the fields copied in update_context_from_thread/update_context_from_user
3464
3465     Changes to pthread.c are finished.
3466
3467 commit c29d645dfd2c8168e7c9009638ddb88928e706be
3468 Author: Alexander Strange <astrange@ithinksw.com>
3469 Date:   Tue May 11 06:12:26 2010 -0400
3470
3471     Copy time_base between threads.
3472
3473     Appears to be used by the h263 decoder.
3474
3475 commit c2a400d3a5da10f8f2a9c2aa89d9396efe428029
3476 Merge: b77acce e96a4b0
3477 Author: Luca Barbato <lu_zero@gentoo.org>
3478 Date:   Thu Aug 14 22:16:09 2008 +0200
3479
3480     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3481
3482 commit c2e19261fe08c2d96d4bf082e97bebcdf12566f2
3483 Author: Alexander Strange <astrange@ithinksw.com>
3484 Date:   Sat Feb 20 21:24:24 2010 -0500
3485
3486     Remove USE_FRAME_THREADING and USE_AVCODEC_EXECUTE macros.
3487
3488     Requested in original review, might help making sure pthread emulation
3489     works for encoding tests.
3490
3491 commit c2e9a1fc965de63271c7c4ddffd7e938ce1bfd93
3492 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3493 Date:   Tue Nov 6 16:28:32 2007 +0000
3494
3495     ffplay currently needs special handling for pausing in some protocols.
3496     Patch by Bj
3497 �rn Axelsson: bjorn ; axelsson commit c2eed2a91101a90f2172e81755ca4d655de90443
3498 Author: Alexander Strange <astrange@ithinksw.com>
3499 Date:   Wed Nov 3 22:13:07 2010 -0400
3500
3501     vp3: Cosmetic changes
3502
3503 commit c370b927b6d1f0e092e43d58ee29046e5accad1a
3504 Author: Alexander Strange <astrange@ithinksw.com>
3505 Date:   Sun Feb 6 19:18:10 2011 -0500
3506
3507     Improve comment in avcodec.h
3508
3509 commit c378f545f65d536e55ebe1ac85d170a15e7748eb
3510 Author: Alexander Strange <astrange@ithinksw.com>
3511 Date:   Wed Aug 6 20:12:01 2008 -0400
3512
3513     Reindent.
3514
3515 commit c45bb41ec61522dcdb97618a0f6fafd8a32d529b
3516 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3517 Date:   Mon Jan 7 12:42:02 2008 +0000
3518
3519     Make v4l.c's video_formats constant and static.
3520     Patch by Diego 'Flameeyes' Petten
3521 � flameeyes commit c4649d2e370c04c7f5cfcf0b444edc6116ba03f8
3522 Author: Alexander Strange <astrange@ithinksw.com>
3523 Date:   Mon Jan 25 03:16:09 2010 -0500
3524
3525     Avoid freeing buffers twice when closing mpegvideo.
3526
3527     This fixes a harmless "unreleased buffers" warning due to the design
3528     of delayed releasing. This is probably a bad way to do it (won't
3529     work if resolution changing is supported) but I can't think of a
3530     better one that's simple.
3531
3532 commit c5137d0d9e355aecc7e60cef0d2314468b77a147
3533 Author: Alexander Strange <astrange@ithinksw.com>
3534 Date:   Sat Jan 15 22:52:30 2011 -0500
3535
3536     Update todo.txt
3537
3538 commit c563b57b187279c1af0f723110bdab815fac6385
3539 Merge: 65e8486 6a3327b
3540 Author: Alexander Strange <astrange@ithinksw.com>
3541 Date:   Fri Apr 3 21:23:47 2009 -0400
3542
3543     Merge mainline.
3544
3545     Conflicts:
3546             libavcodec/avcodec.h
3547             libavcodec/mpegvideo.c
3548
3549 commit c58218c681e51a1b392ddb0177dcff8fc8e99d1c
3550 Author: Alexander Strange <astrange@ithinksw.com>
3551 Date:   Tue Aug 12 00:45:01 2008 -0400
3552
3553     Use HAVE_PTHREADS instead of ENABLE_PTHREADS for mplayer compatibility.
3554
3555 commit c5ca1f6b5227f8f7a26f889c123c4358ee15596e
3556 Author: Alexander Strange <astrange@ithinksw.com>
3557 Date:   Sat Jan 15 22:51:43 2011 -0500
3558
3559     Pass pkt_dts properly through multithreading
3560
3561     A/V sync should work in all cases now once guess_correct_pts()/clients
3562     adopt AVFrame.pkt_dts.
3563
3564 commit c6a59ddd734c7ca92862bce47ec686e16da627ee
3565 Author: Alexander Strange <astrange@ithinksw.com>
3566 Date:   Fri Jun 19 18:32:12 2009 -0400
3567
3568     Remove frame_num stuff from todo.
3569
3570     The current code is actually correct.
3571
3572 commit c6bbd5d91408d6dd795dfbbdfba2cef62696d765
3573 Author: michael <michael@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3574 Date:   Sun Jan 8 17:06:26 2006 +0000
3575
3576     fixing second last time Fran
3577 commit c6f5097967de5ed420cd56a1a77b60a705fcee48
3578 Author: Alexander Strange <astrange@ithinksw.com>
3579 Date:   Sat Aug 16 05:09:03 2008 -0400
3580
3581     Disable frame threading if low_delay or randomly truncated frames are used.
3582
3583 commit c75cec5217fc23206476e2d1c894e8a6ddcd81b9
3584 Author: Alexander Strange <astrange@ithinksw.com>
3585 Date:   Sun Mar 29 02:25:19 2009 -0400
3586
3587     Fix missing ff_get/release_buffer calls in mdec.
3588
3589 commit c83670eeb613b9509555d4ddcac559a37cc1c5bc
3590 Merge: 2063f77 dde06af
3591 Author: Alexander Strange <astrange@ithinksw.com>
3592 Date:   Wed Dec 15 15:20:06 2010 -0500
3593
3594     Merge mainline.
3595
3596     Version wasn't updated this time.
3597
3598     Conflicts:
3599             doc/APIchanges
3600             libavcodec/avcodec.h
3601
3602 commit c91d7a205df4dd224461b96749b9ce12e2bf6825
3603 Merge: 4874d25 04c74fc
3604 Author: Alexander Strange <astrange@ithinksw.com>
3605 Date:   Wed May 19 16:51:42 2010 -0400
3606
3607     Merge mainline.
3608
3609     Conflicts:
3610             libavcodec/avcodec.h
3611             libavcodec/options.c
3612             libavcodec/utils.c
3613
3614 commit ca89b49eff34604b1354888cd041f474d988c122
3615 Author: Alexander Strange <astrange@ithinksw.com>
3616 Date:   Mon Jun 23 04:16:16 2008 -0400
3617
3618     Fix ff_frame_thread_flush()
3619     It should setup the context to be just like decoding starting from scratch.
3620
3621 commit cac4bca0570a9b9ffdd3b49590fe1e41fd5568b0
3622 Author: Alexander Strange <astrange@ithinksw.com>
3623 Date:   Sat Jun 27 15:02:21 2009 -0400
3624
3625     Fix conditions for drawing edges.
3626
3627     They shouldn't be drawn for B-frames/intra only (for speed)
3628     and when hwaccel is on (for correctness).
3629
3630 commit cba830597c99b7a6de57b3cd2209d22598bb72b1
3631 Author: Alexander Strange <astrange@ithinksw.com>
3632 Date:   Sat Feb 13 22:45:07 2010 -0500
3633
3634     Backport VP3 crash/deadlock fix from mainline r21781.
3635
3636     Previously, if get_buffer() failed when allocating a golden frame,
3637     it would access it in a later frame without checking it first.
3638     r21781 unintentionally fixed this.
3639
3640     This should be impossible to trigger, but some other bug in -mt
3641     causes this with frequent seeking.
3642
3643 commit cbaa375d4cb1320093199e8abe1ce7bcf389036d
3644 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3645 Date:   Sat Nov 2 21:05:54 2002 +0000
3646
3647     gcc optimization on BeOS (patch by Fran
3648 commit cbc8d8bec42b371522b0724f27454a96881c4164
3649 Author: Alexander Strange <astrange@ithinksw.com>
3650 Date:   Mon Apr 19 02:47:32 2010 -0400
3651
3652     Disable multithreading the first field in PAFF.
3653
3654     At least one PAFF .mp4 file has two fields per packet, which can't
3655     work with -mt - instead it needs to split the fields up like packed
3656     B-frames do.
3657
3658     Fixes Chalet-Tire.mp4. Pessimizes otherwise working files.
3659
3660 commit cc33ba7cd7ebbf14b62b0783fb7272e41b484aea
3661 Author: Alexander Strange <astrange@ithinksw.com>
3662 Date:   Tue May 11 14:41:53 2010 -0400
3663
3664     Cosmetics: arbitrary reordering of some pthread struct members
3665
3666 commit ccd0d039a3d2fd70a9e947cc2faf79ca091dd687
3667 Author: Luca Barbato <lu_zero@gentoo.org>
3668 Date:   Fri Apr 25 21:52:45 2008 +0200
3669
3670     Incorporate swscale as submodule
3671
3672 commit cd71fb4386961bc860c3abc4cf464b580366d57d
3673 Author: Alexander Strange <astrange@ithinksw.com>
3674 Date:   Tue Jan 25 16:33:26 2011 -0500
3675
3676     Forgot to git add the test failures list
3677
3678 commit cdc193d0dbc2f0775d177f46036eca0d813f56ff
3679 Author: Alexander Strange <astrange@ithinksw.com>
3680 Date:   Sun Jul 6 15:53:33 2008 -0400
3681
3682     Use static functions instead of macros for consistency.
3683
3684 commit cf2561f8dcc3143f9c479bba1d9be91339f23726
3685 Author: Alexander Strange <astrange@ithinksw.com>
3686 Date:   Fri Jan 21 02:22:56 2011 -0500
3687
3688     Write longer comments for callbacks
3689
3690     Also neglected to update get_buffer to mention thread_safe_callbacks
3691
3692 commit cf528d74cd7321219880eb06b94a8de0ba5741ff
3693 Author: Alexander Strange <astrange@ithinksw.com>
3694 Date:   Sun Aug 17 16:50:51 2008 -0400
3695
3696     Fix another memory leak.
3697
3698 commit cf56bb126e7c056740e51c6c13304b03260b4b47
3699 Merge: ccd0d03 08baa31
3700 Author: Luca Barbato <lu_zero@gentoo.org>
3701 Date:   Sat May 3 12:18:40 2008 +0200
3702
3703     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3704
3705 commit d0c772c8021702ca79ce2aceeba75902231c0101
3706 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3707 Date:   Tue Jul 23 22:05:35 2002 +0000
3708
3709     patch by Fran
3710 commit d103d4fac41b32915b45534d49d1e6a195b4220b
3711 Author: Alexander Strange <astrange@ithinksw.com>
3712 Date:   Wed Feb 3 01:00:14 2010 -0500
3713
3714     Simplify thread.h by removing the stub functions.
3715
3716     They don't really help anything, if (HAVE_PTHREADS && ...) is sufficient.
3717
3718 commit d15ab0f03a257293c0e13eac8b9b031da73c48f3
3719 Author: Alexander Strange <astrange@ithinksw.com>
3720 Date:   Tue Jun 3 04:41:33 2008 -0400
3721
3722     Macroize some threading checks.
3723
3724 commit d21f769ead6bd4c24d867b7e9beeb8ffcc86b271
3725 Author: Alexander Strange <astrange@ithinksw.com>
3726 Date:   Wed Aug 6 20:36:04 2008 -0400
3727
3728     Revert renaming pthread.c.
3729
3730 commit d2f8287d8526f814bcc88d827775d39ddc5c5f22
3731 Author: Alexander Strange <astrange@ithinksw.com>
3732 Date:   Mon Jan 17 14:34:22 2011 -0500
3733
3734     Update todo.txt to put important things at the top
3735
3736 commit d359ab19a25afa7dae20229e62dc0e37b6179ea7
3737 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3738 Date:   Mon Jul 22 01:44:08 2002 +0000
3739
3740     adpcm encoding patch by Fran
3741 commit d419a1c1d30e1b171fba7dc31a909e77a08016ba
3742 Author: Alexander Strange <astrange@ithinksw.com>
3743 Date:   Sun Aug 24 03:51:18 2008 -0400
3744
3745     Comment utility functions in pthread.c
3746
3747 commit d460fd8d253c90f20536dffe69a6ea20dc113106
3748 Author: Alexander Strange <astrange@ithinksw.com>
3749 Date:   Tue Aug 19 15:57:28 2008 -0400
3750
3751     Simplify codec close
3752
3753 commit d4fad7c7f05e6fd7d677eaf1069e04c94b946a0c
3754 Merge: f3f3d11 980ab8d
3755 Author: Alexander Strange <astrange@ithinksw.com>
3756 Date:   Tue Feb 2 21:41:11 2010 -0500
3757
3758     Merge mainline and libswscale.
3759
3760     ffplay's pts reordering is better now, so ffplay.c has been reverted
3761     to mainline.
3762
3763     Conflicts:
3764             ffplay.c
3765             libavcodec/avcodec.h
3766             libavcodec/h264.c
3767
3768 commit d5227efafd855f028338480f937b6ad4a86ef7ac
3769 Author: Alexander Strange <astrange@ithinksw.com>
3770 Date:   Thu Jun 12 18:24:28 2008 -0400
3771
3772     Don't check MAX_THREADS unless slice threading is on.
3773
3774 commit d5c16c23327d84373fca125b884254550b79c8d7
3775 Author: mmu_man <mmu_man@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3776 Date:   Sun Jan 23 09:59:36 2005 +0000
3777
3778     Revert the fixed-size-sample patch as it brokes  and others
3779     WTF I thought I had commited this yesterday... was probably too asleep :commit d5ea5fc7342e3a1b082659bccd5ffd90a911b780
3780 Author: Alexander Strange <astrange@ithinksw.com>
3781 Date:   Thu May 7 01:19:55 2009 -0400
3782
3783     Replace the number of frames option with a number of frames to skip.
3784
3785     The old option wasn't really useful (ffmpeg -t saves more time)
3786     and this is needed to deal with broken stream clips, which are
3787     common and tend to decode differently under mt anyway, which I
3788     don't really care about.
3789
3790 commit d611b2bcb3ce231242f566cee08a61798a36abc8
3791 Author: Alexander Strange <astrange@ithinksw.com>
3792 Date:   Thu Jun 18 05:03:36 2009 -0400
3793
3794     Fix race condition upon return from decode_init().
3795
3796     We can't call report_frame_progress on every returned frame,
3797     because they may be returned while a past thread is still decoding
3798     them. Instead ensure frames always have this called on them after
3799     their decode is done.
3800
3801     Should fix all bugs for valid H.264 streams without frame num gaps.
3802
3803 commit d62b7c03b163c3dc067f122ab9fec44de87b37ae
3804 Author: Alexander Strange <astrange@ithinksw.com>
3805 Date:   Tue Mar 9 01:54:27 2010 -0500
3806
3807     VP3: Only call await_reference_row() for luma
3808
3809     4.3% -> 2.1% cpu on big_buck_bunny_1080p_stereo.ogg.
3810     It should be further reducable since VP3 has limited MV range.
3811
3812 commit d6bb0443c9b316b8cf29720524b4819fb2e6b6a1
3813 Author: Alexander Strange <astrange@ithinksw.com>
3814 Date:   Thu Sep 4 01:50:20 2008 -0400
3815
3816     Don't mention nonexistant variables in comments
3817
3818 commit d71a7eef9e540b00b0f91d840116e43206390645
3819 Author: Alexander Strange <astrange@ithinksw.com>
3820 Date:   Mon May 24 16:45:27 2010 -0400
3821
3822     h264: Delete lines accidentally left behind during a merge
3823
3824 commit d7cfe6d5cbffa42e178d88d7c647d37431e21861
3825 Author: Alexander Strange <astrange@ithinksw.com>
3826 Date:   Tue Feb 1 22:20:19 2011 -0500
3827
3828     Fix dropped frames at the beginning of h264 decoding, fixes FATE tests
3829
3830     Patch by Ronald Bultje (rsbultje@gmail.com)
3831
3832 commit d8014c67ff1ef20ca05302dea9e262a3089d996e
3833 Merge: 604ee54 4ce0d81
3834 Author: Alexander Strange <astrange@ithinksw.com>
3835 Date:   Sat May 1 04:03:03 2010 -0400
3836
3837     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3838
3839 commit d812c6f8b1d897734d6f7b5f1a5c95d3aa10a3ea
3840 Author: Alexander Strange <astrange@ithinksw.com>
3841 Date:   Thu Jun 24 02:25:25 2010 -0700
3842
3843     Fix crash on close when decoding a single-frame h264 file with 3+ threads
3844
3845     Problematic code path:
3846     1. sps_buffers[0] is allocated in the first thread's codec context when the
3847     decoder is opened.
3848     2. The first thread context is memcpy'd to the other threads by frame_thread_init().
3849     3. The first thread is closed and its sps_buffers[0] is freed.
3850     4. The third thread is closed.
3851     Because it never got to decode a frame, update_thread_context was never called,
3852     and sps_buffers[0] still contained the first thread's pointer.
3853
3854     Fixed by not trying to free sps/pps buffers if the thread wasn't initialized.
3855     I didn't properly consider this when designing it but this seems to be the
3856     best approach anyway.
3857
3858     Fixes still2.mp4 crash from Chromium
3859
3860 commit d84fc3dfd3e051c782d063ccba4cc8cadba38797
3861 Author: michaelni <michaelni@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3862 Date:   Tue Nov 5 00:56:08 2002 +0000
3863
3864     MIN/MAX sys/param.h patch by (Fran
3865 commit d93fe0ea6b1b8121fdb9521fa7eeac0dc494deeb
3866 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3867 Date:   Tue Nov 6 16:19:09 2007 +0000
3868
3869     Allow propagation of stream selection through the ASF demuxer to the
3870     MMSH protocol handler.
3871     Patch by Bj
3872 �rn Axelsson: bjorn ; axelsson commit d955ab0dfa73578eaa6a9d1dcb821ce9db409738
3873 Author: Alexander Strange <astrange@ithinksw.com>
3874 Date:   Tue Mar 29 04:53:11 2011 -0400
3875
3876     Update todo. More items appeared...
3877
3878 commit da70ded7141aa191b92672c343cd29a0014d861f
3879 Author: Alexander Strange <astrange@ithinksw.com>
3880 Date:   Thu Dec 18 13:27:51 2008 -0500
3881
3882     Update todo
3883
3884 commit da7bdb1273da15a90bfe08ead91e397247916d11
3885 Author: Alexander Strange <astrange@ithinksw.com>
3886 Date:   Tue Jun 24 03:24:17 2008 -0400
3887
3888     Get rid of tabs
3889
3890 commit da86d2da9f6a76238a9d788ecd77f714981e666d
3891 Author: Alexander Strange <astrange@ithinksw.com>
3892 Date:   Thu Sep 4 01:40:51 2008 -0400
3893
3894     Reindent.
3895
3896 commit da95175e7ce1f911db992fef213322345200feaf
3897 Author: Alexander Strange <astrange@ithinksw.com>
3898 Date:   Mon Jul 14 01:52:37 2008 -0400
3899
3900     Add a parameter to not draw top/bottom in draw_edges.
3901
3902 commit db2a99d28931128c8598067ae06444ab79f579f8
3903 Author: Alexander Strange <astrange@ithinksw.com>
3904 Date:   Tue Jun 9 17:29:47 2009 -0700
3905
3906     Fix typo in comment.
3907
3908 commit dbfbadaa095b65a724ac848d551cfa2aa33e2f6a
3909 Author: Alexander Strange <astrange@ithinksw.com>
3910 Date:   Tue May 11 05:16:14 2010 -0400
3911
3912     Update todo.
3913
3914     Got another h264 bug report with the same cause as before.
3915
3916 commit dc53861aadac1d43391b28e4e9793393b26394b9
3917 Author: Alexander Strange <astrange@ithinksw.com>
3918 Date:   Wed Jun 18 20:52:34 2008 -0400
3919
3920     Always set decode progress to the maximum at the end of decoding
3921     This saves doing it for frames with AC partitioning and such.
3922     We can't do it if the codec didn't return a frame, so there is still an opportunity for deadlocks here, maybe.
3923
3924 commit dc7c4d436681e43a9f351dd18f70d0dc008aa55e
3925 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3926 Date:   Thu Jan 10 10:18:00 2008 +0000
3927
3928     Make MMX vectors constants.
3929     Patch by Diego 'Flameeyes' Petten
3930 � flameeyes commit dd9e04497937b7fffdcc65a2b41e36089412d975
3931 Author: Alexander Strange <astrange@ithinksw.com>
3932 Date:   Tue Mar 29 17:18:21 2011 -0400
3933
3934     Remove unnecessary parameter from ff_thread_init() and fix behavior
3935
3936     thread_count passed to ff_thread_init() is only used to set AVCodecContext.
3937     thread_count, and can be removed. Instead move it to the legacy implementation
3938     of avcodec_thread_init().
3939
3940     This also fixes the problem that calling avcodec_thread_init() with pthreads
3941     enabled did not set it since ff1efc524cb3c60f2f746e3b4550bb1a86c65316.
3942
3943 commit ddc8310d2a9300139d1821954dfa2d0b775edaa1
3944 Author: Alexander Strange <astrange@ithinksw.com>
3945 Date:   Thu Feb 11 22:12:03 2010 -0500
3946
3947     Fix mutex leak introduced in 0040d6f2ba.
3948
3949     If allocate_progress() failed, the error condition returned before
3950     unlocking its mutex.
3951
3952 commit de365823ec9546a3bd688690e79fc15281a68f1f
3953 Author: Alexander Strange <astrange@ithinksw.com>
3954 Date:   Wed Jun 23 01:26:42 2010 -0700
3955
3956     todo: fix ugly word wrapping
3957
3958 commit de736aacd945d66109197a6f04baf915d458f5ac
3959 Merge: 7eac0bc 780a37c
3960 Author: Alexander Strange <astrange@ithinksw.com>
3961 Date:   Thu Jun 18 17:53:09 2009 -0400
3962
3963     Merge mainline.
3964
3965 commit de8abf54671555bb166bb1d44a34fe14e360e2a5
3966 Author: Alexander Strange <astrange@ithinksw.com>
3967 Date:   Sun Jan 24 16:37:24 2010 -0500
3968
3969     Rename and document MAX_DELAYED_RELEASED_BUFFERS.
3970
3971 commit dedc2982f2f845357f28dff401fe5df8510c6a8f
3972 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
3973 Date:   Tue May 22 08:28:32 2007 +0000
3974
3975     id3v2 writer
3976     patch by Andreas
3977 �commit df444fadf045bf70058da9b074b8f848fc2209b1
3978 Merge: 14bdf76 1476e6a
3979 Author: Alexander Strange <astrange@ithinksw.com>
3980 Date:   Tue Mar 9 02:04:43 2010 -0500
3981
3982     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
3983
3984 commit df5d7acdcd0dcbfca6f8fd4f76c9369cb1674435
3985 Author: Alexander Strange <astrange@ithinksw.com>
3986 Date:   Sat Aug 16 17:32:24 2008 -0400
3987
3988     Don't reuse the user's AVCodecContext for the first decoding thread, and copy more values between them as needed.
3989
3990     This fixes a large class of race conditions (coded_frame works again) and should improve frame dropping.
3991
3992 commit dfb8be0a60b9562cf7bb6e54dd67088ff51f83b0
3993 Author: Alexander Strange <astrange@ithinksw.com>
3994 Date:   Tue Jun 24 21:35:14 2008 -0400
3995
3996     Call avcodec_get_frame_defaults() before decoding.
3997
3998 commit e0285f04bed7fefba5f75d05c81b145f44fc49f5
3999 Author: Alexander Strange <astrange@ithinksw.com>
4000 Date:   Thu Jul 31 18:40:46 2008 -0400
4001
4002     Use got_extradata instead of frame_number to guard against rereading extradata.
4003
4004     frame_number is no longer valid internally, since I don't want to change its definition from the user's perspective.
4005     mpeg12 does the same thing, but I can't find or create any mpeg1+extradata samples to check it.
4006
4007 commit e044d5c79ab340cf52842ba8452d670959eb37c0
4008 Merge: 3c3a364 5115473
4009 Author: Alexander Strange <astrange@ithinksw.com>
4010 Date:   Fri Nov 7 04:54:47 2008 -0500
4011
4012     Merge mainline into ffmpeg-mt
4013
4014     - Handle reordered_opaque properly
4015     - Picture.field_picture is a duplicate of Picture.mbaff,
4016     but is necessary, since interlaced_frame can't be trusted
4017     and mbaff can't be interpreted without it.
4018
4019 commit e0dc361e0f0aa315320a549a4fda3424226c556f
4020 Author: Alexander Strange <astrange@ithinksw.com>
4021 Date:   Mon Sep 1 03:35:23 2008 -0400
4022
4023     Update todo
4024
4025 commit e174657cbb973abf5de9085d00d85ac04d29a475
4026 Author: Alexander Strange <astrange@ithinksw.com>
4027 Date:   Thu Aug 28 17:11:09 2008 -0400
4028
4029     Move avcodec_thread_init call before avcodec_open in ffplay.
4030
4031     It makes no sense to have it after, since a decoder is not forbidden from reading it during init.
4032     Encoders already do.
4033
4034 commit e1f49541b976cdd091aa41f116e7c9fd0c740cf3
4035 Author: Alexander Strange <astrange@ithinksw.com>
4036 Date:   Tue Jun 17 23:35:55 2008 -0400
4037
4038     Fix rounding for mpeg1 MVs.
4039
4040 commit e23b687201a076161384fbc7a2f76bd0092dd34c
4041 Author: Alexander Strange <astrange@ithinksw.com>
4042 Date:   Wed Jan 20 02:36:18 2010 -0500
4043
4044     Include the delay from frame threads in has_b_frames.
4045
4046     This is an API change, but anything that already counted thread_count
4047     just has an incorrectly high max delay size, which shouldn't be a
4048     problem.
4049
4050 commit e2b9383929e2c703eabd1df8afcb9fa5ad7106ec
4051 Author: Alexander Strange <astrange@ithinksw.com>
4052 Date:   Sun Jun 15 17:36:59 2008 -0400
4053
4054     Add choice of threading algorithm to AVCodecContext.
4055
4056      Use it to simplify USE_* macros.
4057      FF_THREAD_AUTO needs to be handled better - even if a codec can handle frame-threads, we still don't want to use them if there are enough slices available.
4058
4059 commit e2ecdd48d664f2660bfd661f1cef6276b986743b
4060 Author: Alexander Strange <astrange@ithinksw.com>
4061 Date:   Fri Jul 25 03:12:58 2008 -0400
4062
4063     Simplify mpeg_decode_update_context.
4064
4065 commit e303003362829a7f2f1dcbc45d6abc9ac7a59b6a
4066 Author: Alexander Strange <astrange@ithinksw.com>
4067 Date:   Thu Aug 14 22:59:01 2008 -0400
4068
4069     Reindent.
4070
4071 commit e340cacc56545c5fc3a903c68fec99e8921d579e
4072 Author: Alexander Strange <astrange@ithinksw.com>
4073 Date:   Sat Nov 8 06:13:23 2008 -0500
4074
4075     Disable r15412 for now to avoid crashes.
4076
4077     update_context can't handle picture pts not pointing to picture and I couldn't think of a better way to do it at 5 am.
4078     May not actually fix anything.
4079
4080 commit e345a54e5f86d9777e4c3ccb04aad84f9cd77ff0
4081 Author: Alexander Strange <astrange@ithinksw.com>
4082 Date:   Mon Mar 8 04:55:43 2010 -0500
4083
4084     Add optimization note to todo.
4085
4086 commit e39c3828e02fe71ce627170bc8c26a558f29f4b8
4087 Author: Alexander Strange <astrange@ithinksw.com>
4088 Date:   Mon Feb 15 00:39:39 2010 -0500
4089
4090     Update todo
4091
4092 commit e3f13a4f70b1310309ebb462b1011721cb3692fe
4093 Author: Alexander Strange <astrange@ithinksw.com>
4094 Date:   Thu Sep 4 14:05:31 2008 -0400
4095
4096     Rename new symbols to be shorter
4097
4098 commit e4565c5731bfcd8808d02f47f115e21dc6fc8b35
4099 Merge: 4b9ce55 fb61a7c
4100 Author: Alexander Strange <astrange@ithinksw.com>
4101 Date:   Thu Mar 10 02:25:55 2011 -0500
4102
4103     Merge branch 'master' of git://git.ffmpeg.org/ffmpeg
4104
4105     Conflicts:
4106             .gitignore
4107             doc/APIchanges
4108             ffplay.c
4109             libavcodec/arm/asm-offsets.h
4110             libavcodec/avcodec.h
4111             libavcodec/h264.c
4112             libavcodec/mpegvideo.h
4113             libavcodec/options.c
4114             libavcodec/pthread.c
4115             libavcodec/thread.h
4116             libavcodec/utils.c
4117             libavcodec/vp3.c
4118             libavcodec/vp8.c
4119             libavformat/utils.c
4120
4121 commit e45cf6d46cb45e6edcf9e4ac368b2a013ba30158
4122 Author: Alexander Strange <astrange@ithinksw.com>
4123 Date:   Thu Aug 14 04:01:08 2008 -0400
4124
4125     Add todo and some other files.
4126
4127     Trailing whitespace in mplayer isn't my fault.
4128
4129 commit e4df986f3d2d3e1be9b0f4eeda463fa854910b8f
4130 Author: Alexander Strange <astrange@ithinksw.com>
4131 Date:   Thu Aug 28 00:41:52 2008 -0400
4132
4133     Revert unnecessary setting of the wrong variable
4134
4135 commit e53d020b37ca26ffa4cdb22d2b40321897f52ba9
4136 Author: Alexander Strange <astrange@ithinksw.com>
4137 Date:   Sat Aug 23 20:39:06 2008 -0400
4138
4139     Warn if users try to use frame threading without pthreads.
4140
4141 commit e717770ee8437c296e012e908b772ba2eaeb2ed3
4142 Author: Alexander Strange <astrange@ithinksw.com>
4143 Date:   Tue Jul 15 03:16:22 2008 -0400
4144
4145     Create next_delayed_pic for multithreading purposes
4146     unreference_pic is intentionally unchanged.
4147
4148 commit e71a2b5017728022fa1f992a8b541260615016b2
4149 Author: Alexander Strange <astrange@ithinksw.com>
4150 Date:   Wed Jun 18 23:22:01 2008 -0400
4151
4152     Use USE_FRAME_THREADING instead of checking for thread_opaque, since it might be the wrong type.
4153
4154 commit e74ef89858732b9fc4a90c8ec8fbb701407eb987
4155 Author: Alexander Strange <astrange@ithinksw.com>
4156 Date:   Wed May 28 22:50:22 2008 -0400
4157
4158     Split setting avctx->thread_count from the rest of pthread init.
4159     Make sure it's called from whichever of avcodec_open and avcodec_thread_init comes later.
4160
4161 commit e7519b6532409e332fc9727ea5a57e148e6655a6
4162 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
4163 Date:   Thu May 15 01:03:48 2008 +0000
4164
4165     Make av_set_string() fail when number could not be set.
4166     Patch by Stefano Sabatini stefanocommit e8bc7da9d69234ebbcbde371c5a0e20f8b5cfccc
4167 Author: Alexander Strange <astrange@ithinksw.com>
4168 Date:   Mon Jan 25 02:59:00 2010 -0500
4169
4170     Remove accidental extra variable declaration
4171
4172 commit e95251807c0ae66ffef1e4ad113b9773a287fa5a
4173 Author: Alexander Strange <astrange@ithinksw.com>
4174 Date:   Sat Jun 27 22:14:45 2009 -0400
4175
4176     Get rid of static variables in VP3.
4177
4178     These are pointless and might behave wrong with thread-local
4179     statics.
4180
4181 commit e9a0e5eaf5207321baf90160b1094300f3810ecf
4182 Author: Alexander Strange <astrange@ithinksw.com>
4183 Date:   Mon Jun 23 21:21:44 2008 -0400
4184
4185     Use FF_INPUT_BUFFER_PADDING_SIZE for the buffer.
4186
4187 commit ea396d38059476a54c5855e0bd81955c60238b22
4188 Author: Alexander Strange <astrange@ithinksw.com>
4189 Date:   Wed Nov 3 22:50:02 2010 -0400
4190
4191     Rewrite comments in thread.h and fix parameter names in ff_thread_decode_frame
4192
4193 commit ebce21c15f3aaf1b4512436ed8fc2e71a504bb11
4194 Merge: 3630d89 5570afd
4195 Author: Alexander Strange <astrange@ithinksw.com>
4196 Date:   Thu Dec 18 12:49:54 2008 -0500
4197
4198     Merge mainline.
4199
4200     Conflicts:
4201
4202             libavcodec/avcodec.h
4203             libavcodec/mpegvideo.c
4204             libavcodec/utils.c
4205
4206 commit ed3e2ae1277cc425ef133f10700ace86629381ef
4207 Author: Alexander Strange <astrange@ithinksw.com>
4208 Date:   Sun Jul 13 16:05:09 2008 -0400
4209
4210     Remove useless variable.
4211
4212 commit ed42183540e2a886a7368b8220e0b50aaf363551
4213 Author: Alexander Strange <astrange@ithinksw.com>
4214 Date:   Thu Sep 30 16:53:03 2010 -0400
4215
4216     Fix hang decoding VP3/Theora.
4217
4218     draw_horiz_band changed to only draw the displayed height instead of the
4219     decoded height. This meant that we never reported progress for the last few
4220     decoded pixels, but still awaited them, which deadlocked.
4221
4222     This shouldn't cause any race conditions, because it always decodes the last
4223     few pixels along with the last decoded pixels.
4224
4225     Patch by Yuriy Kaminsky (yumkam mail ru).
4226
4227 commit ed5e8392e2fce8e6b0468de4ae1a4310d338ee46
4228 Author: Alexander Strange <astrange@ithinksw.com>
4229 Date:   Thu Aug 28 02:29:08 2008 -0400
4230
4231     Simplify(?) threaded avcodec_flush_buffers
4232
4233 commit ed728b0a05c2154b07cc3d8330d5900dbc45f1d7
4234 Author: Alexander Strange <astrange@ithinksw.com>
4235 Date:   Tue May 27 23:25:47 2008 -0400
4236
4237     Guard against avcodec_thread_execute() being called without being setup.
4238
4239 commit edb60439feb2c5d39cda314178686eea151185b3
4240 Author: Alexander Strange <astrange@ithinksw.com>
4241 Date:   Mon Nov 1 12:54:47 2010 -0400
4242
4243     vp3: Assume MVs are their maximum length of 16 pixels
4244
4245     This makes it worse (although slightly simpler) in preparation for further
4246     optimization.
4247
4248 commit ee8430539ec7cc23b7cf6332e26751f539315d5b
4249 Author: Alexander Strange <astrange@ithinksw.com>
4250 Date:   Sun Jul 6 15:56:28 2008 -0400
4251
4252     Don't include the codecs' threading support functions without some kind of threading enabled.
4253     As a side effect this makes non-pthreads threading even more problematic.
4254
4255 commit eed4b9708287066ccc1b3042110f7c3379f63ee2
4256 Author: Alexander Strange <astrange@ithinksw.com>
4257 Date:   Thu Aug 28 01:44:44 2008 -0400
4258
4259     Simplify disabling MB skipping
4260
4261 commit ef26f878e0e581cb61f1e9b376bec4f7ff07397a
4262 Author: Alexander Strange <astrange@ithinksw.com>
4263 Date:   Tue Mar 9 01:48:18 2010 -0500
4264
4265     Cosmetics: fix outdated comment
4266
4267 commit ef2d8664f1eff56e969801ecd1c5b7c729902819
4268 Merge: 11b1a8e 9c7037f
4269 Author: Alexander Strange <astrange@ithinksw.com>
4270 Date:   Tue Jun 8 14:29:22 2010 -0700
4271
4272     Merge mainline and libswscale
4273
4274 commit efd1fb08db3e7964357dc00fd514cfb156b4ee69
4275 Author: Alexander Strange <astrange@ithinksw.com>
4276 Date:   Thu Jun 11 11:33:09 2009 -0700
4277
4278     Reindent.
4279
4280 commit f139f42301a5ee861f1a91cdfcceb2a85349fa29
4281 Merge: 70fb3fd 7210b4e
4282 Author: Luca Barbato <lu_zero@gentoo.org>
4283 Date:   Sun Jun 22 12:08:59 2008 +0200
4284
4285     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
4286
4287 commit f143b66d9bf8b23985bf8ec6acf8273c3e9ccd1d
4288 Author: Alexander Strange <astrange@ithinksw.com>
4289 Date:   Tue Aug 19 21:12:32 2008 -0400
4290
4291     Handle NULL threads if they aren't started because of an init error.
4292
4293 commit f1936d87290c7444090d6cb101b0d7c9270f0a81
4294 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
4295 Date:   Thu Jun 24 15:22:33 2010 +0000
4296
4297     Set an opaque alpha value when decoding rgba ffv1.
4298     Patch by Thad Ward coderjoe69commit f1fe312cb47cbc540da764cbab3582739a20a8d2
4299 Author: Alexander Strange <astrange@ithinksw.com>
4300 Date:   Thu Jun 5 20:30:58 2008 -0400
4301
4302     Cosmetics: make thread.h look like other prototypes.
4303
4304 commit f374d2ee585d7f6c98ffd3a7803223552497904e
4305 Author: Alexander Strange <astrange@ithinksw.com>
4306 Date:   Fri Jan 21 04:13:06 2011 -0500
4307
4308     Simplify change to avcodec_close() and fix a merge glitch in avcodec_open()
4309
4310 commit f3c88f32b8c806b352cf6e00d6ac80fd32e9f54c
4311 Author: Alexander Strange <astrange@ithinksw.com>
4312 Date:   Wed Sep 3 11:45:09 2008 -0400
4313
4314     Field picture API support
4315
4316 commit f3f3d1189de648862ca204676dd7591262f590df
4317 Author: Alexander Strange <astrange@ithinksw.com>
4318 Date:   Mon Jan 25 04:12:34 2010 -0500
4319
4320     Add todo note about a change to thread.h I mean to do.
4321
4322 commit f4d4d43f3a596941b2214ac1e71bb818eb230d6b
4323 Author: Alexander Strange <astrange@ithinksw.com>
4324 Date:   Fri Jan 21 02:43:30 2011 -0500
4325
4326     Minor update to thread.h comment
4327
4328 commit f4fb456b114eafc22b8ab9bb0bb3e7f13a4fbd9a
4329 Author: Alexander Strange <astrange@ithinksw.com>
4330 Date:   Tue Nov 2 02:56:12 2010 -0400
4331
4332     vp3: Revert motion_y removal
4333
4334     Although it doesn't have much of an effect on speed either way, I reconsidered
4335     the simplification I wanted to do, and now I'd rather keep this as an example
4336     of proper multithreading structure.
4337
4338 commit f52df8ebae0ad1db15c5e804a458ca81e04c6156
4339 Author: Alexander Strange <astrange@ithinksw.com>
4340 Date:   Mon Aug 25 14:33:09 2008 -0400
4341
4342     Fix whitespace mistake
4343
4344 commit f550857de3ffcb6b2980c4c952b7e84db478d399
4345 Merge: d62b7c0 a175a04
4346 Author: Alexander Strange <astrange@ithinksw.com>
4347 Date:   Sat Mar 27 02:01:59 2010 -0400
4348
4349     Merge mainline.
4350
4351     Conflicts:
4352             libavcodec/avcodec.h
4353             libavcodec/h264.c
4354             libavcodec/options.c
4355             libavcodec/vp3.c
4356
4357 commit f5596f046c05bc7d8afda7658f891d69587934f0
4358 Author: Alexander Strange <astrange@ithinksw.com>
4359 Date:   Mon Nov 15 01:38:36 2010 -0500
4360
4361     Rewrite comments and cosmetic changes to pthread.c
4362
4363     Some small code changes, but there shouldn't be any behavior change.
4364
4365 commit f695698a78e07a45f4cc9d24ae95fd73f25600e7
4366 Author: Alexander Strange <astrange@ithinksw.com>
4367 Date:   Wed Jan 26 12:43:05 2011 -0500
4368
4369     Update todo.txt with review feedback
4370
4371 commit f6d7d0c03c8d7c91a39c9374d9cee83e32627681
4372 Author: Alexander Strange <astrange@ithinksw.com>
4373 Date:   Sun Feb 6 19:04:21 2011 -0500
4374
4375     pthread: Cosmetic changes and renaming
4376
4377     Rename frame->packet, picture->frame.
4378     Use /**< to point to the right field in doxygen.
4379     Fix some typos.
4380
4381 commit f71e7068faabecc32abc798a09b9df403f85e33f
4382 Merge: 2bbb64d a4f892e
4383 Author: Alexander Strange <astrange@ithinksw.com>
4384 Date:   Thu Jan 6 05:45:03 2011 -0500
4385
4386     Merge mainline.
4387
4388     Conflicts:
4389             doc/APIchanges
4390
4391 commit f7cc4441b7046a542ef655575ce3e8684ff12e02
4392 Merge: bba0e09 9eac0a6
4393 Author: Alexander Strange <astrange@ithinksw.com>
4394 Date:   Sat Jun 20 15:58:38 2009 -0400
4395
4396     Merge mainline.
4397
4398 commit f9515a4e57356bce4d652451fbaccd071d91dbe9
4399 Merge: a903974 0c28ee7
4400 Author: Alexander Strange <astrange@ithinksw.com>
4401 Date:   Wed Nov 11 15:38:20 2009 -0500
4402
4403     Merge mainline.
4404
4405     In h264, next_outputed_poc is now used in decode_postinit()
4406     where mainline uses outputed_poc.
4407
4408     Conflicts:
4409             libavcodec/avcodec.h
4410             libavcodec/h263dec.c
4411             libavcodec/h264.c
4412             libavcodec/utils.c
4413
4414 commit f9b01bbf85d68f23a81ec5325fae81c8518cc385
4415 Author: Alexander Strange <astrange@ithinksw.com>
4416 Date:   Mon May 25 20:06:00 2009 -0400
4417
4418     Remove unnecessary check from mc_dir_part_y().
4419
4420     This was already remove from mc_dir_part(). I hope it's unnecessary
4421     here too.
4422
4423 commit fa3f68f39f4a96a1170eadfe6ba4677d5d25017f
4424 Author: Alexander Strange <astrange@ithinksw.com>
4425 Date:   Sat Aug 16 04:23:20 2008 -0400
4426
4427     Document functions in thread.h
4428
4429 commit fa8a82e991280b7ccac89ed2a29b332e609bc370
4430 Author: Luca Barbato <lu_zero@gentoo.org>
4431 Date:   Sat May 3 15:18:01 2008 +0200
4432
4433     Switch to the gitorius mirror of libswscale
4434
4435 commit fafaae289235b361b6786745dcbdf6fa938c3c2e
4436 Author: Alexander Strange <astrange@ithinksw.com>
4437 Date:   Thu Dec 4 01:46:22 2008 -0500
4438
4439     Don't compare pthread_t to NULL
4440
4441     It's not required to be a pointer, and it doesn't
4442     need to be validated since pthread_join will just
4443     return an error if it doesn't exist.
4444
4445     Reverts f143b66d9bf8b23985bf8ec6acf8273c3e9ccd1d
4446
4447 commit fb1afd9eba5fe2752b83c4b3de24ed88e14b534a
4448 Author: Alexander Strange <astrange@ithinksw.com>
4449 Date:   Sat Mar 14 00:56:54 2009 -0400
4450
4451     Rewrite todo (again...) split up so other people should be able to understand it.
4452     Add yuvcmp, though maybe it should go somewhere else.
4453
4454 commit fb1f31ff6cbcbbde72920e731223fd0fb8f05d02
4455 Author: Alexander Strange <astrange@ithinksw.com>
4456 Date:   Sat Aug 30 04:26:47 2008 -0400
4457
4458     Update multithreading doc
4459
4460 commit fb7dfc0e9e9ff8a5030cde46e28d49d6ce73e453
4461 Author: Alexander Strange <astrange@ithinksw.com>
4462 Date:   Sun Jan 24 22:15:56 2010 -0500
4463
4464     Always call avcodec_thread_init() in avcodec_open().
4465
4466     This matches upstream behavior, but neither of them have any effect.
4467     It allows implementing automatic thread counts, though.
4468
4469 commit fbb871069bd106bfd47d215216be01d1ef30aec8
4470 Author: Alexander Strange <astrange@ithinksw.com>
4471 Date:   Sun Feb 14 23:47:42 2010 -0500
4472
4473     Reindent vp3.c.
4474
4475 commit fc957c71da6c9a7e5c769e15f256652352f7b4a4
4476 Author: Alexander Strange <astrange@ithinksw.com>
4477 Date:   Mon May 24 17:31:38 2010 -0400
4478
4479     Fix compile with --disable-optimizations.
4480
4481     gcc can't remove dead code like:
4482     int threaded = HAVE_PTHREADS;
4483     if (threaded) ...
4484
4485 commit fd1b8587a4186b30c5922e3053c869726cca23df
4486 Author: Alexander Strange <astrange@ithinksw.com>
4487 Date:   Thu Nov 4 03:55:19 2010 -0400
4488
4489     Remove ff_thread_finish_frame() as it seems not useful enough
4490
4491 commit fd9ae0065aa268c4b3e46706d775cf4ba1df8ed3
4492 Author: Alexander Strange <astrange@ithinksw.com>
4493 Date:   Wed May 28 01:34:30 2008 -0400
4494
4495     Obfusticate the decoder to make the context copyable earlier.
4496
4497 commit fda3e64cd474b5886457c6a1ffff8906f76a9bbc
4498 Author: Alexander Strange <astrange@ithinksw.com>
4499 Date:   Thu Jun 18 16:11:26 2009 -0400
4500
4501     Mimic: move up a line changing buf_ptrs.
4502
4503     No effect on decoding, but it breaks the rule about changing
4504     things after frame_setup_done.
4505
4506 commit fdb381e68a3828dcc7eb1c93cf174b702cc78d2c
4507 Author: Alexander Strange <astrange@ithinksw.com>
4508 Date:   Wed Feb 17 00:39:42 2010 -0500
4509
4510     Cosmetics: rename function parameters
4511
4512 commit fe4e238f573bab53760408b3376dbba0255e5b51
4513 Author: Alexander Strange <astrange@ithinksw.com>
4514 Date:   Mon May 25 20:00:50 2009 -0400
4515
4516     Fix unnecessarily long wait for direct+progressive MBs.
4517
4518 commit fe529c93b41f2d7406b76e7e5943b82acd789cb4
4519 Author: benoit <benoit@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
4520 Date:   Tue May 22 08:23:45 2007 +0000
4521
4522     id3v2 reader
4523     patch by Andreas
4524 �commit febe154099b8f31817e8c047cb3c8dee51b52117
4525 Author: Alexander Strange <astrange@ithinksw.com>
4526 Date:   Wed Jun 16 14:54:00 2010 -0700
4527
4528     Fix merge glitch: pix_fmts should have been deleted
4529
4530 commit feca6e0009da2b344b2c1be8f30a55c23623d77e
4531 Merge: 2485cfd feaafaa
4532 Author: Alexander Strange <astrange@ithinksw.com>
4533 Date:   Mon May 25 19:58:17 2009 -0400
4534
4535     Merge branch 'master' of git://git.mplayerhq.hu/ffmpeg
4536
4537 commit ff08d3a1629ab442f78a1d2fde496b727a1a9deb
4538 Author: Alexander Strange <astrange@ithinksw.com>
4539 Date:   Sat Jul 12 22:26:43 2008 -0400
4540
4541     Fix MPV_lowest_referenced_row to not be completely wrong.
4542     The not handling qpel and emu_edge bugs were masked by the other bugs preventing almost all parallelism.
4543
4544 commit ff4c627baab555a4ea6275c919d9f4259adc0e58
4545 Author: Alexander Strange <astrange@ithinksw.com>
4546 Date:   Tue Oct 6 15:41:35 2009 -0400
4547
4548     Word-wrap todo.txt.
4549
4550     Try to make some of it cleaner
4551     so other people can actually
4552     use it.
4553
4554 commit ff69da3564ab912f7e7331f8c8389a96a254e16f
4555 Author: Alexander Strange <astrange@ithinksw.com>
4556 Date:   Sun Aug 1 20:33:57 2010 -0700
4557
4558     Fix the decoder not returning any frames if the frame count is less than the number of threads
4559
4560     Fixes ./mt-work/test.sh with still2.mp4
4561